I have been trying to connect a serial sensor(Gill 3D ultrasonic anemometer) in the host port. I changed the profile settings in the host port: BPS-57600; Data bits-8; Flow-None; Function-Serial; Parity-None;Stop Bits-1
Have following values in the SERSEN Port: BPS-57600 (changed from default); Data bits-8; Flow-None; Function-Serial; Mode-RS232; Parity-None; Stop Bits-1. Pressed OK the data taker went to reset.
This is the program I fed into DT80
'JOB=JOB1
'COMPILED=2009/02/11 13:20:43
'TYPE=dt80
DT=\d
BEGIN"JOB13"
CATTN
'Spans and polynomial declarations
'Thermistor declarations
'Switches declarations
'Parameter declarations
'Global declarations
RS100T
'schedule definition
RA("B:",ALARMS:OV:100KB,DATA:OV:1MB)2serial"^B"
2SERIAL("^B,Q,%f[1CV],%f[2CV],%f[3CV],M,%f[4CV],%f[5CV]")
1CV("U~m/s")
2CV("V~m/s")
3CV("W~m/s")
4CV("SOS~m/s")
5CV("ST~deg C")
END
'end of program file
I did not get any error and can see that the program has been loaded into the DT80, but there is no activity. Maybe it is not responding to the signal sent in by the sensor. I have tested my sensor connection in PC and it is working fine. What did I do wrong?
avishekmalla
I have been trying to connect a serial sensor(Gill 3D ultrasonic anemometer) in the host port. I changed the profile settings in the host port: BPS-57600; Data bits-8; Flow-None; Function-Serial; Parity-None;Stop Bits-1
Have following values in the SERSEN Port: BPS-57600 (changed from default); Data bits-8; Flow-None; Function-Serial; Mode-RS232; Parity-None; Stop Bits-1. Pressed OK the data taker went to reset.
This is the program I fed into DT80
````
'JOB=JOB1
'COMPILED=2009/02/11 13:20:43
'TYPE=dt80
DT=\d
BEGIN"JOB13"
CATTN
'Spans and polynomial declarations
'Thermistor declarations
'Switches declarations
'Parameter declarations
'Global declarations
RS100T
'schedule definition
RA("B:",ALARMS:OV:100KB,DATA:OV:1MB)2serial"^B"
2SERIAL("^B,Q,%f[1CV],%f[2CV],%f[3CV],M,%f[4CV],%f[5CV]")
1CV("U~m/s")
2CV("V~m/s")
3CV("W~m/s")
4CV("SOS~m/s")
5CV("ST~deg C")
END
'end of program file
````
I did not get any error and can see that the program has been loaded into the DT80, but there is no activity. Maybe it is not responding to the signal sent in by the sensor. I have tested my sensor connection in PC and it is working fine. What did I do wrong?
avishekmalla