This is the web edition of the original ⮫ AC500-S safety user manual, version 1.3.2. This web edition is provided for quick reference only. The original safety user manual must be used to meet functional safety application requirements. |
The function SF_SAFE_STOP allows the user setting the safety CPU directly into the SAFE STOP state.

Name |
Data type |
Initial value |
Description, parameter values |
---|---|---|---|
VAR_INPUT |
|||
DUMP_INFO |
DWORD |
16#00000000 |
The value DUMP_INFO is written to the core dump so that the user can find out together with the ABB support team at which point in his safety application the SAFE STOP state was triggered. |
VAR_OUTPUT |
|||
SF_SAFE_STOP |
BOOL |
FALSE |
The output is not used and only available because functions must be defined with a return value. The application will not be able to evaluate the output as the safety CPU switches to the safe state. |
Call in ST
SF_SAFE_STOP(DUMP_INFO:=16#B5006BB1);