In Delogger5 program window, I changed the trigger rate to 2s (DT80 now has 10s), and click "send to connection".
I only loaded a program on schedule A job1, but DT80 still logs at 10s. I tried restarting DT80 using singlepush, and also restarting Delogger5, for about 6 times. It is no use.
Here is my program which shows on DT80 web interface, though it shows 2s, but on DT80 green "disk" light and the window form I can see that DT80 still logs at 10s instead of 2s.
BEGIN"JOB1"
CATTN
'Spans and polynomial declarations
'Thermistor declarations
'Switches declarations
'Parameter declarations
'Global declarations
RS2S
'schedule definition
RA"test"("B:",ALARMS:OV:100KB,DATA:NOV:1MB)2S LOGONA GA
REFT("temp")
2SERIAL("\\e%d[1CV]","serialpp")
END
The other thing is after I send the old program above to DT80, after reset for a few times, data taker web interface still showed the old program code even after reloading. The web interface only updated the new program code on a try after 2 hour.
A while back, same issue as (1), I was trying to change from 2s to 10s. Few tries not working. Then i gave job1 a name "test" in the program window. And DT80 changed to 10s immediately after i clicked "send to connection".
Now why is that? Did I miss anything, or some button to click? Does datataker need some time to update its program memory because of capacitance?
Thanks guys!
orange
- In Delogger5 program window, I changed the trigger rate to 2s (DT80 now has 10s), and click "send to connection".
I only loaded a program on schedule A job1, but DT80 still logs at 10s. I tried restarting DT80 using singlepush, and also restarting Delogger5, for about 6 times. It is no use.
Here is my program which shows on DT80 web interface, though it shows 2s, but on DT80 green "disk" light and the window form I can see that DT80 still logs at 10s instead of 2s.
````
BEGIN"JOB1"
CATTN
'Spans and polynomial declarations
'Thermistor declarations
'Switches declarations
'Parameter declarations
'Global declarations
RS2S
'schedule definition
RA"test"("B:",ALARMS:OV:100KB,DATA:NOV:1MB)2S LOGONA GA
REFT("temp")
2SERIAL("\\e%d[1CV]","serialpp")
END
````
2. The other thing is after I send the old program above to DT80, after reset for a few times, data taker web interface still showed the old program code even after reloading. The web interface only updated the new program code on a try after 2 hour.
3. A while back, same issue as (1), I was trying to change from 2s to 10s. Few tries not working. Then i gave job1 a name "test" in the program window. And DT80 changed to 10s immediately after i clicked "send to connection".
Now why is that? Did I miss anything, or some button to click? Does datataker need some time to update its program memory because of capacitance?
Thanks guys!
orange