GlobalControl

PROGRAM GlobalControl
VAR
END_VAR

Global calls This PLC code calls the global objects and all hardware zones.

Copy

// ###################### Global calls #######################
   Global_TCMZ(); // Global CMZ 
   GlobalUtilities(); // Global functions

// HWZ calls
   <HwZone_name>();

Last updated

Was this helpful?