Dear user's,
I'm trying to connect the DT-80 series 2 by FTP to a server.
I've tried this using the USB cable and command window.
the code I found on datataker's website is :
BEGIN"JOB1"
RA"Scanning"10M LOGONA
1TK("Ambient" )
ALARM(29SV<0.0000){[XB]}
29SV("FTP Condition" )
RBX LOGONB GB
DO{ARCHIVEA "ftp://username:password@host-IP/pathname/"}
RC1D LOGONC GC
DO{ARCHIVEA "ftp://username:password@host-IP/pathname/"}
END
but everytime I try to send data, it gives an error
my server ip : 127.0.0.1
username : user1
password : root
using Filezilla server.
I see there is also some code saved on the logger's command language option
that is the following :
RS10S
RA"Irradiance" ("b:",ALARMS:OV:100KB:W60,DATA:OV:60MB)10S
LOGONA
5V("GHI_Tracker~Watt/m2",LM,NA,GL30mV,79.5545)("GHI_Tracker_AV~Watt/m2",AV)
1V("GHI_Fixed~Watt/m2",LM,NA,112.8668 )("GHI_Fixed_AV~Watt/m2",AV)
RB"Voltages" ("b:",ALARMS:OV:100KB:W60,DATA:OV:30MB)1M
LOGONB
2V("Vbatt~Vdc",LM,Y1,A,GL30V)
2*V("Vpv~Vdc",LM,Y1,A,GL30V)
RC"PanelTemp" ("b:",ALARMS:OV:100KB:W60,DATA:OV:10MB)1M
LOGONC
3V("TempPanel~deg C",LM,Y2,A)("TempPanel_AV~deg C",AV)
RD"1sec_GIrr" ("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)1S
LOGOFFD
1V("1sec_GIrr~Watt/m2",LM,NA,112.8668 )("1sec_GIrr_AV~Watt/m2",AV)
END
How should I composite my code to unload the files on my server ?
regards, A
Anish
Dear user's,
I'm trying to connect the DT-80 series 2 by FTP to a server.
I've tried this using the USB cable and command window.
the code I found on datataker's website is :
_BEGIN"JOB1"
RA"Scanning"10M LOGONA
1TK("Ambient" )
ALARM(29SV<0.0000){[XB]}
29SV("FTP Condition" )
RBX LOGONB GB
DO{ARCHIVEA "ftp://username:password@host-IP/pathname/"}
RC1D LOGONC GC
DO{ARCHIVEA "ftp://username:password@host-IP/pathname/"}
END_
but everytime I try to send data, it gives an error
my server ip : 127.0.0.1
username : user1
password : root
using Filezilla server.
I see there is also some code saved on the logger's command language option
that is the following :
_ RS10S
RA"Irradiance" ("b:",ALARMS:OV:100KB:W60,DATA:OV:60MB)10S
LOGONA
5V("GHI_Tracker~Watt/m2",LM,NA,GL30mV,79.5545)("GHI_Tracker_AV~Watt/m2",AV)
1V("GHI_Fixed~Watt/m2",LM,NA,112.8668 )("GHI_Fixed_AV~Watt/m2",AV)
RB"Voltages" ("b:",ALARMS:OV:100KB:W60,DATA:OV:30MB)1M
LOGONB
2V("Vbatt~Vdc",LM,Y1,A,GL30V)
2*V("Vpv~Vdc",LM,Y1,A,GL30V)
RC"PanelTemp" ("b:",ALARMS:OV:100KB:W60,DATA:OV:10MB)1M
LOGONC
3V("TempPanel~deg C",LM,Y2,A)("TempPanel_AV~deg C",AV)
RD"1sec_GIrr" ("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)1S
LOGOFFD
1V("1sec_GIrr~Watt/m2",LM,NA,112.8668 )("1sec_GIrr_AV~Watt/m2",AV)
END_
How should I composite my code to unload the files on my server ?
regards, A
Anish