BA_LS
VAR_INPUT
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';
bSwitch_Reset_Trig : BOOL;
bEnable_WritePersistent | Allows cyclic persistent writing to the controller. |
tWritePersistent | Cyclic persistent saving of the configured data. The input bEnable_WritePersistent must be true. |
bWritePersistent_Trig | A positive edge executes the persistent writing of the data. The input bEnable_WritePersistent must be true. |
bEnable_LocalTime | Activates the local time of the runtime system. |
dtDateAndTime | Used if bEnable_LocalTime is false. |
bEnable_Return_Visu | Activates the "Back" button on the Start page. Target is sReturn_Visu. |
sReturn_Visu | String of the target visualization. |
bSwitch_Reset_Trig | A positive edge resets all switch/push button inputs. |