apply
Short summary
A method to apply the concrete action on the given object (THIS^.object)
Return: CNM_ReturnTypes.ExecutionState
- Return type: CNM_ReturnTypes.SingleExecutionState
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| execute | BOOL | control bit to start or abort the application, should to be active until the ExecutionState is SUCCESS | input |
Code
Declaration
METHOD apply :CNM_ReturnTypes.SingleExecutionState
VAR_INPUT
(*control bit to start or abort the application, should to be active until the ExecutionState is SUCCESS*)
execute :BOOL;
END_VAR