[teqc] extracting environmental records from NetRS BINEX
Frederick Blume
blume at unavco.org
Wed Mar 24 23:27:40 MDT 2010
Matt,
Assuming the "System Status Record" is enabled (i.e. set to a time interval and not "Off") when you configured the binex session, the command
teqc +rx_state $FILE.bnx
will dump the voltages and temperatures to stdout in the following format:
2010 Mar 25 05:21:00.008 T= 39 C Vpe= 17810 mV Vse= 198 mV
where Vpe is from the dongle and Vse is from the twist-lock inputs.
You can of course direct the output to a file (teqc +rx_state $FILE.bnx > $STATUSFILE), etc.
A handy way to monitor the status of a capable receiver in real time is to set up a binex TCP stream with the system status record enabled and catch it with "netcat", or "nc", piped into teqc. In the following example I have a binex stream on port 9999. I have verified this with both Trimble NetRS/NetR8 and Leica 1200 series receivers, and it should work for Topcons as well.
% nc 69.44.87.176 9999 | teqc -binex +rx_state
! Notice ! GPS week will be initially set to 1576 for any data stream needing it
(or use -week option to override)
2010 Mar 25 05:21:00.008 T= 39 C Vpe= 17810 mV Vse= 198 mV
2010 Mar 25 05:22:00.008 T= 39 C Vpe= 17802 mV Vse= 198 mV
2010 Mar 25 05:23:00.008 T= 39 C Vpe= 17810 mV Vse= 190mV
2010 Mar 25 05:24:00.006 T= 39 C Vpe= 17825 mV Vse= 198 mV
2010 Mar 25 05:25:00.008 T= 39 C Vpe= 17817 mV Vse= 190 mV
Hope this helps,
Freddy B.
-----------------------------------------------------------------------
Dr. Frederick Blume
Sr. Project Manager
UNAVCO
6350 Nautilus Dr.
Boulder, CO 80301-5553
(303)381-7474
http://www.unavco.org
-----------------------------------------------------------------------
On Mar 24, 2010, at 8:00 PM, Matt King wrote:
> Hi
>
> I'd appreciate help in the procedure to decode a BINEX file from a NetRS, including pulling out the board Voltage and Temperature.
>
> Thanks
>
>
> Matt King
> Reader in Polar Geodesy & RCUK Academic Fellow
> School of Civil Engineering and Geosciences Email: m.a.king at ncl.ac.uk
> Cassie Building Ph: 0191 222 7833 Int: + 44 191 222 7833
> Newcastle University Fax: 0191 222 6502 Int: + 44 191 222 6502
> Newcastle upon Tyne Web: http://www.staff.ncl.ac.uk/m.a.king/
> United Kingdom, NE1 7RU http://www.ceg.ncl.ac.uk/profiles2/m.a.king
> _______________________________________________
> teqc mailing list
> teqc at ls.unavco.org
> http://ls.unavco.org/mailman/listinfo/teqc
>
-----------------------------------------------------------------------
Dr. Frederick Blume
Sr. Project Manager
UNAVCO
6350 Nautilus Dr.
Boulder, CO 80301-5553
(303)381-7474
http://www.unavco.org
-----------------------------------------------------------------------
More information about the teqc
mailing list