Safety Gate Lamp Indication

Safety Gate Lamp Indication Der folgende SPS-Code aktiviert die Schutzeinrichtungs-Lampen, die für die Zone konfiguriert sind.

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;

<***>Variablen Name, Kommentar und Datentyp werden aus dem Studio automatisch übernommen

Zuletzt aktualisiert

War das hilfreich?