Hello everybody!
I have trouble programming dataTaker DT85.
I would like to make a job with 4 different schedules:
First schedule should start every monday at 00:00 til 09:00 am.
It should sample and log data (voltage) every 10 min and put digital outputs 1D and 2D in to a known state.
I had an idea how should it look:
RA10M"UC_pr1"("b:",ALARMS:OV:100KB:W60,DATA:OV:10MB)[:::0-9::1]10M
LOGONA
1DSO=0
DELAY=1000
2DSO=1
1-V("name1~mV",LM,A)
1+V("name2~mV",LM,A)
1*V("name3~mV",LM,A)
Can someone tell me are those right commands (or better what's wrong)?
The second schedule is almost the same just digital states are reversed and schedule should start every monday at 10am (until next schedule).
RB10M"UC_po2"("b:",ALARMS:OV:100KB:W60,DATA:OV:10MB)[:::10::1]10M
LOGONB
2DSO=0
DELAY=1000
1DSO=1
1-V("ime1~mV",LM,A)
1+V("ime2~mV",LM,A)
1*V("ime3~mV",LM,A)
The third one is a bit different.
It must have faster sampling time (10s) and should start every tuesday at 10 am. Digital outputs are reversed again
RC10S"UC_pr3"("b:",ALARMS:OV:100KB:W60,DATA:OV:80MB)[:::10::2]10S
LOGONC
1DSO=0
DELAY=1000
2DSO=1
1-V("ime1~mV",LM,A)
1+V("ime2~mV",LM,A)
1*V("ime3~mV",LM,A)
The last schedule should start on wednesday at 10am and should run until monday 0:00 when schedule 1 should start. Again digital outpust are revesed and sampling and logging are in 10 min intervals.
RD10M"UC_po4"("b:",ALARMS:OV:100KB:W60,DATA:OV:10MB)[:::10::3]10M
LOGOND
2DSO=0
DELAY=1000
1DSO=1
1-V("ime1~mV",LM,A)
1+V("ime2~mV",LM,A)
1*V("ime3~mV",LM,A)
I will be very greatful for any help! If anybody has any different idea how should this be done you are very welcome!
Thank you in advance!
Peter
Hello everybody!
I have trouble programming dataTaker DT85.
I would like to make a job with 4 different schedules:
First schedule should start every monday at 00:00 til 09:00 am.
It should sample and log data (voltage) every 10 min and put digital outputs 1D and 2D in to a known state.
I had an idea how should it look:
RA10M"UC_pr1"("b:",ALARMS:OV:100KB:W60,DATA:OV:10MB)[*:*:*:0-9:*:1]10M
LOGONA
1DSO=0
DELAY=1000
2DSO=1
1-V("name1~mV",LM,A)
1+V("name2~mV",LM,A)
1*V("name3~mV",LM,A)
Can someone tell me are those right commands (or better what's wrong)?
The second schedule is almost the same just digital states are reversed and schedule should start every monday at 10am (until next schedule).
RB10M"UC_po2"("b:",ALARMS:OV:100KB:W60,DATA:OV:10MB)[*:*:*:10:*:1]10M
LOGONB
2DSO=0
DELAY=1000
1DSO=1
1-V("ime1~mV",LM,A)
1+V("ime2~mV",LM,A)
1*V("ime3~mV",LM,A)
The third one is a bit different.
It must have faster sampling time (10s) and should start every tuesday at 10 am. Digital outputs are reversed again
RC10S"UC_pr3"("b:",ALARMS:OV:100KB:W60,DATA:OV:80MB)[*:*:*:10:*:2]10S
LOGONC
1DSO=0
DELAY=1000
2DSO=1
1-V("ime1~mV",LM,A)
1+V("ime2~mV",LM,A)
1*V("ime3~mV",LM,A)
The last schedule should start on wednesday at 10am and should run until monday 0:00 when schedule 1 should start. Again digital outpust are revesed and sampling and logging are in 10 min intervals.
RD10M"UC_po4"("b:",ALARMS:OV:100KB:W60,DATA:OV:10MB)[*:*:*:10:*:3]10M
LOGOND
2DSO=0
DELAY=1000
1DSO=1
1-V("ime1~mV",LM,A)
1+V("ime2~mV",LM,A)
1*V("ime3~mV",LM,A)
I will be very greatful for any help! If anybody has any different idea how should this be done you are very welcome!
Thank you in advance!
Peter