Hi there
Im a first time user of datataker loggers and i am having some trouble in the comunication with the logger and with the programing of it
I am in a monotoring project that had a DT80 (2 series) v7.09, and know im the new "owner" of it.
but i have to put 2 new sensors.
I've read the manual and i downloaded the programs that are in the Datataker site to use with it. But i found myself struggling with some issues:
- i've installed DeLoad, DeTranfer ande DtUSB (v1.2.00) to try to link myself to the logger (i use i PC with XP SP2). I tryed to link to the logger through a USB cable but when i launch DtUSB, it say that the connection to the logger is pending or that is no logger linked (what is not true because i can link to the logger with DeTranfer).
Another question is: can i take out of the logger's memory the program to edit it and if i have made some programming mistake send the same initial program (because if i send a new program even with a new name a lose the one that is working in the logger right?)?
-I also have a question about dEX: can i add these new sensors with out altering the funtion of all the other ones? (this is a very serious point for me!)
- i made a program for for all the sensors base on one of the possible program that is in the logger and with the help of the manual i wrote the code for the 2 new sensors. I didnt find a compile program to help me to know if it correct or not.
I will post my code here and hope that some one can tell me if it correct or not:
RESET
/e/m
DELONRESET
DELDATA""
DELALARMS""
DELJOB"*"
BEGIN"*"
P31=1
P33=10
P41=0
PS=RS232,9600,N,8,1
1$="v 1.0"
98CV(W)=57.2957795132
99CV(W)=1001
39CV(W)=0
70CV(W)=0
71CV(W)=0
Y2=0,0.1"o/o"
Y7=0,0.1"mm"
Y3=0,68.446"W/m2"
Y4=0,__"W/m2"
Y13=0,0.001
RS10S
RA10S
99CV("EMA",W,FF0)
T("Hora",W)
1SERIAL("\e\m[Q,]%d[40CV],%f[50CV],M,%d[59CV]",W,2)
ALARM1(59CV>1)"ERROR Windsonic"
59CV(W)=0
50CV("VV~m/s",NL,FF1)
40CV("DV~deg",NL,FF0)
41CV(W)=SIN(40CV/98CV)
42CV(W)=COS(40CV/98CV)
1PT385("TA~ºC",4W,NL,FF1,=10CV)
2V(Y2,W,FF1,=20CV)
20CV("HR~%",NL,FF0)=100+((20CV-100)(20CV<100))
3V(W,T,Y3,=30CV)
30CV("RG~W/m2",NL,FF0)=30CV(30CV>0)
4V(W,T,Y4,=60CV)
60CV("CUV3~W/m2",NL,FF0)=60CV*(60CV>0)
1HSC("P~mm",Y7,NL,R,FF1,=79CV)
70CV(w)=70CV+79CV
71CV(w)=71CV+79CV
2#HV("VBat~V",NL,1,FF1,=80CV)
ALARM(T><23:59:50,23:59:59){XC}
RB1H
10CV("Tmd~ºC",AV,FF1)
20CV("HRmd~%",AV,FF0)
30CV("RG~kJ/m2",INT,Y13,FF0)
60CV("CUV3~kJ/m2",INT,Y13,FF0)
50CV("VVmd~m/s",AV,FF2,=91CV)("VVmx (m/s)",MX,FF1)
41CV(W,AV,=93CV)
42CV(W,AV,=94CV)
43CV("DV~deg",FF0)=(98CVATAN(93CV/(94CV+1E-
6(94CV=0)))+180(94CV<0)+360(93CV<=0)(94CV>=0))(91CV>0.05)
70CV("P~mm",FF1,R)
80CV("VBat~V",MN,FF1)
99CV("EMA",FF0)
RCX
10CV("Tmx~ºC",MX,FF1)("Tmd(ºC)",AV,FF1)("Tmn(ºC)",MN,FF1)
20CV("HRmx~%",MX,FF0)("HRmd(%)",AV,FF0)("HRmn(%)",MN,FF0)
30CV("RG~kJ/m2",INT,Y13,FF1)
60CV("CUV3~kJ/m2",INT,Y13,FF1)
50CV("VVmd~m/s",AV,FF1,=91CV)("VVmx (m/s)",MX,FF1)
41CV(W,AV,=93CV)
42CV(W,AV,=94CV)
43CV("DV~deg",FF0)=(98CVATAN(93CV/(94CV+1E-
6(94CV=0)))+180(94CV<0)+360(93CV<=0)(94CV>=0))(91CV>0.05)
71CV("P~mm",FF1,R)
99CV("EMA",FF0)
LOGON
END
RUNJOBONRESET"Measurement DTaker Unit"
If anyone needs anymore info to get me going please ask! i will gladdly give it to you!! :shock: :idea:
Thanks in advanced
RedDragoon 
P.S. Is it possible that the logger is password protected?!?
Hi there
Im a first time user of datataker loggers and i am having some trouble in the comunication with the logger and with the programing of it
I am in a monotoring project that had a DT80 (2 series) v7.09, and know im the new "owner" of it. :D but i have to put 2 new sensors.
I've read the manual and i downloaded the programs that are in the Datataker site to use with it. But i found myself struggling with some issues:
- i've installed DeLoad, DeTranfer ande DtUSB (v1.2.00) to try to link myself to the logger (i use i PC with XP SP2). I tryed to link to the logger through a USB cable but when i launch DtUSB, it say that the connection to the logger is pending or that is no logger linked (what is not true because i can link to the logger with DeTranfer).
Another question is: can i take out of the logger's memory the program to edit it and if i have made some programming mistake send the same initial program (because if i send a new program even with a new name a lose the one that is working in the logger right?)?
-I also have a question about dEX: can i add these new sensors with out altering the funtion of all the other ones? (this is a very serious point for me!)
- i made a program for for all the sensors base on one of the possible program that is in the logger and with the help of the manual i wrote the code for the 2 new sensors. I didnt find a compile program to help me to know if it correct or not.
I will post my code here and hope that some one can tell me if it correct or not:
RESET
/e/m
DELONRESET
DELDATA"****"
DELALARMS"****"
DELJOB"*****"
BEGIN"*****"
P31=1
P33=10
P41=0
PS=RS232,9600,N,8,1
1$="v 1.0"
98CV(W)=57.2957795132
99CV(W)=1001
39CV(W)=0
70CV(W)=0
71CV(W)=0
Y2=0,0.1"o/o"
Y7=0,0.1"mm"
Y3=0,68.446"W/m2"
Y4=0,______"W/m2"
Y13=0,0.001
RS10S
RA10S
99CV("EMA",W,FF0)
T("Hora",W)
1SERIAL("\\e\\m[Q,]%d[40CV],%f[50CV],M,%d[59CV]",W,2)
ALARM1(59CV>1)"ERROR Windsonic"
59CV(W)=0
50CV("VV~m/s",NL,FF1)
40CV("DV~deg",NL,FF0)
41CV(W)=SIN(40CV/98CV)
42CV(W)=COS(40CV/98CV)
1PT385("TA~ºC",4W,NL,FF1,=10CV)
2V(Y2,W,FF1,=20CV)
20CV("HR~%",NL,FF0)=100+((20CV-100)*(20CV<100))
3V(W,T,Y3,=30CV)
30CV("RG~W/m2",NL,FF0)=30CV*(30CV>0)
4V(W,T,Y4,=60CV)
60CV("CUV3~W/m2",NL,FF0)=60CV*(60CV>0)
1HSC("P~mm",Y7,NL,R,FF1,=79CV)
70CV(w)=70CV+79CV
71CV(w)=71CV+79CV
2#HV("VBat~V",NL,1,FF1,=80CV)
ALARM(T><23:59:50,23:59:59){XC}
RB1H
10CV("Tmd~ºC",AV,FF1)
20CV("HRmd~%",AV,FF0)
30CV("RG~kJ/m2",INT,Y13,FF0)
60CV("CUV3~kJ/m2",INT,Y13,FF0)
50CV("VVmd~m/s",AV,FF2,=91CV)("VVmx (m/s)",MX,FF1)
41CV(W,AV,=93CV)
42CV(W,AV,=94CV)
43CV("DV~deg",FF0)=(98CV*ATAN(93CV/(94CV+1E-
6*(94CV=0)))+180*(94CV<0)+360*(93CV<=0)*(94CV>=0))*(91CV>0.05)
70CV("P~mm",FF1,R)
80CV("VBat~V",MN,FF1)
99CV("EMA",FF0)
RCX
10CV("Tmx~ºC",MX,FF1)("Tmd(ºC)",AV,FF1)("Tmn(ºC)",MN,FF1)
20CV("HRmx~%",MX,FF0)("HRmd(%)",AV,FF0)("HRmn(%)",MN,FF0)
30CV("RG~kJ/m2",INT,Y13,FF1)
60CV("CUV3~kJ/m2",INT,Y13,FF1)
50CV("VVmd~m/s",AV,FF1,=91CV)("VVmx (m/s)",MX,FF1)
41CV(W,AV,=93CV)
42CV(W,AV,=94CV)
43CV("DV~deg",FF0)=(98CV*ATAN(93CV/(94CV+1E-
6*(94CV=0)))+180*(94CV<0)+360*(93CV<=0)*(94CV>=0))*(91CV>0.05)
71CV("P~mm",FF1,R)
99CV("EMA",FF0)
LOGON
END
RUNJOBONRESET"Measurement DTaker Unit"
If anyone needs anymore info to get me going please ask! i will gladdly give it to you!! :shock: :idea:
Thanks in advanced
RedDragoon :)
P.S. Is it possible that the logger is password protected?!?