Hi all,
I think I have answered my own question.
Please find attached a text version of the program I built.
I think this will work but I would like it checked before I run it. If anyone can have a look for me that would be great.
'JOB=JOB1
'COMPILED=2014/09/02 11:53:05
'deLogger generated program file for dataTaker 8 series
DT=\d
BEGIN"JOB1"
CATTN
'Spans and polynomial declarations
S1=0,100,0,5000
S2=0,100,0,5000
S3=0,100,0,5000
S4=0,100,0,5000
S5=0,100,0,5000
'Thermistor declarations
'Switches declarations
'Parameter declarations
P31=3
P47=5
'Global declarations
RS1S
'main schedule definitions
'schedule definition
RA1S LOGONA GA
1PT385(4W,"CH 01 TEMP ",NL)
2V(S1,"CH 02 T-01",W)
3V(S2,"CH 03 T-02",NL)
4V(S3,"CH 04 T-03",NL)
5V(S4,"CH 05 T-04",NL)
VO=1000
6CV("CV 06",W)=2V+3V+4V+5V=>400=VO=1000
7CV("CV 07",W)=2V+3V+4V+5V=<100=VO=0000
8CV("CV 08",NL)=2V=>100=1PT385(4w) OR 2V=<10=1PT385(4W)
9CV("CV 08",NL)=3V=>100=1PT385(4w) OR 3V=<10=1PT385(4W)
10CV("CV 08",NL)=4V=>100=1PT385(4w) OR 4V=<10=1PT385(4W)
11CV("CV 08",NL)=5V=>100=1PT385(4w) OR 5V=<10=1PT385(4W)
END
'end of program file
Many thanks.
James w.
Hi all,
I think I have answered my own question.
Please find attached a text version of the program I built.
I think this will work but I would like it checked before I run it. If anyone can have a look for me that would be great.
_'JOB=JOB1
'COMPILED=2014/09/02 11:53:05
'deLogger generated program file for dataTaker 8 series
DT=\d
BEGIN"JOB1"
CATTN
'Spans and polynomial declarations
S1=0,100,0,5000
S2=0,100,0,5000
S3=0,100,0,5000
S4=0,100,0,5000
S5=0,100,0,5000
'Thermistor declarations
'Switches declarations
'Parameter declarations
P31=3
P47=5
'Global declarations
RS1S
'main schedule definitions
'schedule definition
RA1S LOGONA GA
1PT385(4W,"CH 01 TEMP ",NL)
2V(S1,"CH 02 T-01",W)
3V(S2,"CH 03 T-02",NL)
4V(S3,"CH 04 T-03",NL)
5V(S4,"CH 05 T-04",NL)
VO=1000
6CV("CV 06",W)=2V+3V+4V+5V=>400=VO=1000
7CV("CV 07",W)=2V+3V+4V+5V=<100=VO=0000
8CV("CV 08",NL)=2V=>100=1PT385(4w) OR 2V=<10=1PT385(4W)
9CV("CV 08",NL)=3V=>100=1PT385(4w) OR 3V=<10=1PT385(4W)
10CV("CV 08",NL)=4V=>100=1PT385(4w) OR 4V=<10=1PT385(4W)
11CV("CV 08",NL)=5V=>100=1PT385(4w) OR 5V=<10=1PT385(4W)
END
'end of program file_
Many thanks.
James w.