setPlcInitialized
Short Summary
This method is called after the global initialisation of the PLC and is used to inform the HMI, that everything is initialised.
Parameters
none
Code
Declaration
{attribute 'call_after_global_init_slot' := '15'}
METHOD INTERNAL setPlcInitialized
Implementation
THIS^.plcIsInitialized := TRUE;