FatalStop
Function
A function calculates a result according to the current value of its inputs. A function has no internal data and is not linked to declared instances. - Breaks the cycle and stop with fatal error.
Inputs
|
Input |
Data Type |
Range |
Unit |
Default |
Description |
|---|---|---|---|---|---|
|
IN |
BOOL |
|
|
|
Condition. |
Outputs
|
Output |
Data Type |
Range |
Unit |
Description |
|---|---|---|---|---|
|
Q |
BOOL |
|
|
TRUE if performed. |
Remarks
- This function breaks the current cycle and sets the Virtual Machine in ERROR
mode.
- Restarting normal execution is performed using the debugger.
- The VM is stopped only if the IN argument is TRUE.
- The end of the current cycle is then not performed.
FBD Language
Not available.
FFLD Language
Not available.
IL Language
Not available.
ST Language
Not available.
See Also





