Check()

Checks whether the current step of the procedure has been processed. If this is the case, the method also causes switching to the next sequence.
![]() | Use is already integrated This method is already implemented for existing instances in the TwinCAT 3 Plastic Base Application. It is not recommended to use this method for checking within a sequence. A call of the function is only necessary when a procedure is restarted. |
Syntax:
METHOD Check : BOOL
Outputs
Name | Type | Description |
---|---|---|
Check | BOOL | TRUE if the current step has been completed and the next step is initiated. |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.35 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v3.12.5.0) |