hexagon logo

Need instruction or code

Hi.
I wonder if there is an instruction or code that to certain hour executes a program in PC dmis?

as always, thanks for any information.
Parents
  • With Systemtime, you could write it like this :
    ASSIGN\TIME_TO_START="01:30:00"
    DO/
    ASSIGN\VAR1=SYSTEMTIME("hh':'mm':'ss")
    UNTIL/VAR1>=TIME_TO_START

    If you type hh, time is formated on 12 hours, if you type HH, it's on 24 hours.
    The programm runs on itself during all the time waiting time to start...
Reply
  • With Systemtime, you could write it like this :
    ASSIGN\TIME_TO_START="01:30:00"
    DO/
    ASSIGN\VAR1=SYSTEMTIME("hh':'mm':'ss")
    UNTIL/VAR1>=TIME_TO_START

    If you type hh, time is formated on 12 hours, if you type HH, it's on 24 hours.
    The programm runs on itself during all the time waiting time to start...
Children
No Data