BA_LS

Inputs
bEnable_WritePersistent : BOOL := TRUE;
tWritePersistent : TIME := T#48H;
bWritePersistent_Trig : BOOL;
bEnable_LocalTime : BOOL := TRUE;
dtDateAndTime : DT;
bEnable_Return_Visu : BOOL := FALSE;
sReturn_Visu : STRING(70):= 'Webvisu'; bFireAlarm_NC : BOOL := TRUE;
bSwitch_Reset_Trig : BOOL;
Name | Type | Description |
---|---|---|
bEnable_WritePersistent | BOOL | Allows cyclic persistent writing to the controller. |
tWritePersistent | TIME | Cyclic persistent saving of the configured data. The input bEnable_WritePersistent must be true. |
bWritePersistent_Trig | BOOL | A positive edge executes the persistent writing of the data. The input bEnable_WritePersistent must be true. |
bEnable_LocalTime | BOOL | Activates the local time of the runtime system. |
dtDateAndTime | DT | Used if bEnable_LocalTime is false. |
bEnable_Return_Visu | BOOL | Enables the "Back" button on the Start page. Target is sReturn_Visu. |
sReturn_Visu | STRING | String of the target visualization. |
bFireAlarm_NC | BOOL | Input for the integration of a fire alarm system. If the input is False, the illumination is switched on 100% and operation is disabled. |
bSwitch_Reset_Trig | BOOL | A positive edge resets all switch/push button inputs. |