VAR  SYS_TIME:DT;  SET_TIME:DT;  BOOL_VAR:BOOL;END_VAR   LD    TRUE(*gettheSystemtime*)   SysRtcGetTime   ST  SYS_TIME   LD  SYS_TIME   GE  SET_TIME(*comparetheDT-Values*)   ST  BOOL_VAR(*settheBoolVar*)
you must import SysLibRtc.lib
Greets Volker
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I want to start a boolean to a particular system time
Is someone already made this function.
Thank you in advance. I use a system WAGO 841
Hi,
you must import SysLibRtc.lib
Greets Volker