Hello,
I am using a DT80 to sample an ultrasonic anemometer (Gill Instruments WindMasterPro) at 10 Hz, testing using DeLogger v5. I've also tested the serial connection using DeTransfer, after reading this forum - seems to be working fine.
I'm finding that I get a few seconds of measurements received at full rate (10 Hz). Then I get an error signal: 'serial sensor scan error at control string position 20' Following this error the sampling rate drops back to about once every 1 to 2 seconds.
The same thing happens whether I sample at (100T), or trigger off the signal from the anemometer (1SERIAL"^BQ"). My current code (I've tried a few things...) is:
RS100T
PS=RS422,57600,N,8,1,NOFC
RA("B:",ALARMS:OV:100KB,DATA:OV:100KB)100T GA LOGONA
1SERIAL("^BQ,%f[1CV],%f[2CV],%f[3CV]^C")
'...store values for turbulence calculations (not shown)
RB("B:",ALARMS:OV:100KB,DATA:OV:15D)1S LOGONB GB
1CV("U1~m/s") 'positive when blowing from South
2CV("V1~m/s") 'positive when blowing from East
3CV("W1~m/s") 'positive when blowing up
I'm not storing much data at the 10 Hz rate - I am going to log U,V,W once per second. But I want to use 10 Hz for turbulence measurements. I can supply full code if it helps although it is a bit of a mess right now from trying different possible fixes.
Unfortunately I don't have DT80 in front of me to check, but I think the firmware is an older version, possibly v7.02. Any ideas?
Thanks,
Stephen
Hello,
I am using a DT80 to sample an ultrasonic anemometer (Gill Instruments WindMasterPro) at 10 Hz, testing using DeLogger v5. I've also tested the serial connection using DeTransfer, after reading this forum - seems to be working fine.
I'm finding that I get a few seconds of measurements received at full rate (10 Hz). Then I get an error signal: 'serial sensor scan error at control string position 20' Following this error the sampling rate drops back to about once every 1 to 2 seconds.
The same thing happens whether I sample at (100T), or trigger off the signal from the anemometer **(1SERIAL"^BQ")**. My current code (I've tried a few things...) is:
````
RS100T
PS=RS422,57600,N,8,1,NOFC
RA("B:",ALARMS:OV:100KB,DATA:OV:100KB)100T GA LOGONA
1SERIAL("^BQ,%f[1CV],%f[2CV],%f[3CV]^C")
'...store values for turbulence calculations (not shown)
RB("B:",ALARMS:OV:100KB,DATA:OV:15D)1S LOGONB GB
1CV("U1~m/s") 'positive when blowing from South
2CV("V1~m/s") 'positive when blowing from East
3CV("W1~m/s") 'positive when blowing up
````
I'm not storing much data at the 10 Hz rate - I am going to log U,V,W once per second. But I want to use 10 Hz for turbulence measurements. I can supply full code if it helps although it is a bit of a mess right now from trying different possible fixes.
Unfortunately I don't have DT80 in front of me to check, but I think the firmware is an older version, possibly v7.02. Any ideas?
Thanks,
Stephen