switchOff
Short Summary
This method disables the unit if not all safety requirements are met. It Should be called only from the safety management.
Parameters
none
Code
Declaration
METHOD switchOff
Implementation
IF THIS^.isObjectValid(THIS^.currentSafetySwitch) THEN
THIS^.currentSafetySwitch.switchOff();
END_IF