Good day Sir,
I want to talk about serial data input from the radio modem. For your information, I'm using RF Innovation product and the data transmitted from RFI radio modem is every 1 minute, with the baud rate: 9600.
Before this, I am using different data logger, the serial data input is looking find. But after I change to DT80, get something problem with serial data input. Sometime they got the good data, but sometime got error data.
It's my command for serial string not right and can u check it for me plz. Serial data output from RFI radio modem as below:
FFFF,2.43,31.3,13.45
The command string as below:
FFFF,%f[29CV],%f[30CV],%f[31CV]\\e
The command for this system as below:
'JOB=JOB1
'COMPILED=2007/02/23 19:10:26
'TYPE=dt80
DT=\d
BEGIN"JOB1"
CATTN
'Spans and polynomial declarations
'Thermistor declarations
'Switches declarations
'Parameter declarations
'Global declarations
RS1M
'schedule definition
PS=RS232,9600,N,8,1,NOFC
1SERIAL("\\e",W)
'schedule definition
RA("B:",ALARMS:OV:100KB,DATA:OV:1MB)1M LOGONA GA
1SERIAL("FFFF,%f[29CV],%f[30CV],%f[31CV]\\e",W)
29CV("TL~m")
30CV("WT~DegC",FF2)
31CV("Tide Batt~V")
29..31CV(W)=0
END
'end of program file
Can u help me sir?
Good day Sir,
I want to talk about serial data input from the radio modem. For your information, I'm using RF Innovation product and the data transmitted from RFI radio modem is every 1 minute, with the baud rate: 9600.
Before this, I am using different data logger, the serial data input is looking find. But after I change to DT80, get something problem with serial data input. Sometime they got the good data, but sometime got error data.
It's my command for serial string not right and can u check it for me plz. Serial data output from RFI radio modem as below:
````
FFFF,2.43,31.3,13.45
````
The command string as below:
````
FFFF,%f[29CV],%f[30CV],%f[31CV]\\e
````
The command for this system as below:
````
'JOB=JOB1
'COMPILED=2007/02/23 19:10:26
'TYPE=dt80
DT=\d
BEGIN"JOB1"
CATTN
'Spans and polynomial declarations
'Thermistor declarations
'Switches declarations
'Parameter declarations
'Global declarations
RS1M
'schedule definition
PS=RS232,9600,N,8,1,NOFC
1SERIAL("\\e",W)
'schedule definition
RA("B:",ALARMS:OV:100KB,DATA:OV:1MB)1M LOGONA GA
1SERIAL("FFFF,%f[29CV],%f[30CV],%f[31CV]\\e",W)
29CV("TL~m")
30CV("WT~DegC",FF2)
31CV("Tide Batt~V")
29..31CV(W)=0
END
'end of program file
````
Can u help me sir?