Good Afternoon Roger,
The scenario is this: I would like to sleep for ten seconds and then wake up to gather data for 5 secs and then continue looping as above.
What is a suitable program should I use? I have tried this:
'JOB=SM
'COMPILED=2007/03/26 11:55:11
'TYPE=dt80
DT=\d
BEGIN"SM"
CATTN
'Spans and polynomial declarations
'Thermistor declarations
'Switches declarations
'Parameter declarations
'Global declarations
RS1S
'schedule definition
P15=1
P17=5
P3=2
'schedule definition RA("B:",ALARMS:OV:100KB,DATA:OV:1MB)10S LOGONA GA
DO{GB} HB
'schedule definition RB("B:",ALARMS:OV:100KB,DATA:OV:1MB)1S LOGONB GB
1HSC(R,=1CV)
1CV("wind speed")
1CV=0
END
'end of program file
Thanks in advance for a quick reply.
Best Regards,
Jamil
Good Afternoon Roger,
The scenario is this: I would like to sleep for ten seconds and then wake up to gather data for 5 secs and then continue looping as above.
What is a suitable program should I use? I have tried this:
````
'JOB=SM
'COMPILED=2007/03/26 11:55:11
'TYPE=dt80
DT=\d
BEGIN"SM"
CATTN
'Spans and polynomial declarations
'Thermistor declarations
'Switches declarations
'Parameter declarations
'Global declarations
RS1S
'schedule definition
P15=1
P17=5
P3=2
'schedule definition RA("B:",ALARMS:OV:100KB,DATA:OV:1MB)10S LOGONA GA
DO{GB} HB
'schedule definition RB("B:",ALARMS:OV:100KB,DATA:OV:1MB)1S LOGONB GB
1HSC(R,=1CV)
1CV("wind speed")
1CV=0
END
'end of program file
````
Thanks in advance for a quick reply.
Best Regards,
Jamil