Hi,
I've been using a DT85 series 4 for logging several 4:20mA signals, and I'm configuring the DT-85 using DEX-2.
the DT85 had displayed all the signal correctly on its display, however when I tried sending a CSV file using FTP, nothing was sent to the FTP server.
her is the DXC
BEGIN"config"
'Generated by new dEX-2
password=""
S1=0,500,4,20""
S2=0,5000,4,20""
S3=0,25,4,20""
S4=0,1000,4,20""
S5=0,100,4,20""
S6=0,100,4,20""
S7=-5,3,4,20""
RS1S
RA"Schedule_1"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)1M
LOGONA
2#I(N,"CO~mg/Nm3",=1001CV,LM,S1,NA,100)
3#I(N,"SO2~mg/Nm3",=1004CV,LM,S2,NA,100)
4#I(N,"O2~%Vol",=1007CV,LM,S3,NA,100)
5#I(N,"NOx~mg/Nm3",=1010CV,LM,S4,NA,100)
6#I(N,"Opacity~%",=1013CV,LM,S5,NA,100)
CALC("Pressure~KPa",=1027CV,LM)=(1027CV+1000)/10
8TK("Temperature~degC",=1023CV,LM,NA)
1DS("UPS~",=1026CV,LM)
DO{copyd dest="ftp://admin:[email protected]:21//141SuizElec?priority=NORMAL&interface=ETHERNET" format=CSV sched=A data=Y alarms=N start=new }
7#I(N,"Pressure~mBAr",=1019CV,LM,S7,NA,100)
END
Kind regards,
Beshoy
Hi,
I've been using a DT85 series 4 for logging several 4:20mA signals, and I'm configuring the DT-85 using DEX-2.
the DT85 had displayed all the signal correctly on its display, however when I tried sending a CSV file using FTP, nothing was sent to the FTP server.
her is the DXC
BEGIN"config"
'Generated by new dEX-2
password=""
S1=0,500,4,20""
S2=0,5000,4,20""
S3=0,25,4,20""
S4=0,1000,4,20""
S5=0,100,4,20""
S6=0,100,4,20""
S7=-5,3,4,20""
RS1S
RA"Schedule_1"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)1M
LOGONA
2#I(N,"CO~mg/Nm3",=1001CV,LM,S1,NA,100)
3#I(N,"SO2~mg/Nm3",=1004CV,LM,S2,NA,100)
4#I(N,"O2~%Vol",=1007CV,LM,S3,NA,100)
5#I(N,"NOx~mg/Nm3",=1010CV,LM,S4,NA,100)
6#I(N,"Opacity~%",=1013CV,LM,S5,NA,100)
CALC("Pressure~KPa",=1027CV,LM)=(1027CV+1000)/10
8TK("Temperature~degC",=1023CV,LM,NA)
1DS("UPS~",=1026CV,LM)
DO{copyd dest="ftp://admin:
[email protected]:21//141SuizElec?priority=NORMAL&interface=ETHERNET" format=CSV sched=A data=Y alarms=N start=new }
7#I(N,"Pressure~mBAr",=1019CV,LM,S7,NA,100)
END
Kind regards,
Beshoy
edited Dec 17 '20 at 8:06 am