G'day,
I am a new user and am experiencing difficulty in having the DT800 begin logging data at a specified time. Researching the forum suggested that I use something similar to the following:
BEGIN
RA1S
ALARM1(T>15:11:00){[GA]}
ALARM2(T>15:13:00){[H]}
RA1S
1TK
LOGON
END
The DT800 has no trouble in ending its logging at 15:13:00 however it begins to log as soon as I have sent the program to it. Also, I would like to have it begin the log on a specific date too, would that just use an AND function to link two alarms (one with time, the other date)?
Thank you,
Andrew
G'day,
I am a new user and am experiencing difficulty in having the DT800 begin logging data at a specified time. Researching the forum suggested that I use something similar to the following:
````
BEGIN
RA1S
ALARM1(T>15:11:00){[GA]}
ALARM2(T>15:13:00){[H]}
RA1S
1TK
LOGON
END
````
The DT800 has no trouble in ending its logging at 15:13:00 however it begins to log as soon as I have sent the program to it. Also, I would like to have it begin the log on a specific date too, would that just use an AND function to link two alarms (one with time, the other date)?
Thank you,
Andrew