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