Safety gate lamp indication

Safety Gate Lamp Indication The following PLC code activates the safety device lamps that are configured for the zone.

Copy

// --------------------------------Safety Gate Lamp Indication--------------------------------
   {region "Description Safety Gate Lamp Indication"}
   (*
   The following PLC code activates the Safety Gate Lamps which are configured for the zone.
   *)
   {endregion}

   GVL_<HwZone_name>_IOs.xSafetyGateLamp := GVL_<HwZone_name>.stHwzIf.xGateFortressFault OR GVL_Global.stGlobalIf.xLampTest;

<***>Variable name, comment and data type are automatically taken from the Studio

Last updated

Was this helpful?