GVL_Global

VAR_GLOBAL
   /// Global interface
   stGlobalIf: stGlobalInterface;
   /// request id for verifying the license key
   strRequestID: STRING;
   /// is license valid or not
   xLicenseValid: BOOL;
   /// is checksum valid or not
   xChecksumValid: BOOL;
   /// license key for using the sequence without demo mode
   strLicenseKey: STRING;
END_VAR

2.2.1.4.1. stGlobalInterface


Copy

TYPE stGlobalInterface :
STRUCT
   /// output: start up siren
   xStartUpSiren: BOOL;
   /// output: global fault reset
   xFaultReset: BOOL;
   /// output: global auto release
   xRelease: BOOL;
   /// output: lamp test
   xLampTest: BOOL;
   /// output: fatal fault
   xFatalFault: BOOL;
   /// output: gate / fortress fault
   xGateFortressFault: BOOL;
   /// output: warning fault
   xWarningFault: BOOL;
   /// output: flash output default 1Hz
   xFlashOutput: BOOL;
   /// input: global Preset for Startup Delay
   timGlobalPresetDelay: TIME := T#3S;
END_STRUCT
END_TYPE

2.2.1.5. GVL_Global_HMI

Copy

2.2.1.5.1. stHmiGlobalInterface


Copy

2.2.1.6. GVL_Global_Parameters

Copy

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

Zuletzt aktualisiert

War das hilfreich?