You can send commands to OxTS devices during live operation in a number of way. These commands and their effects are list in this article.
How to send the Commands
These live use commands require the PC sending them to be on the same IP range as the RT and the packets to be allowed through to it. They can be send from either:
- Enginuity>Quick Config>Advanced Commands
- NAVdisplay>Send Command Bar (make sure to select the right unit serial number)
- NAVsdk using the SendCommandToDevice function of the RealTimeDataStoreManager
- Custom software as an ASCII string wrapped in a UDP packet directed to devices IP address
Here are a couple commonly used command for the RT (The exclamation marks need to be included):
Commands and their definitions
!RESET - resets the unit
!LOG RD OFF - turns RD file logging off. WARNING! If you do this support staff will be extremely limited in being able to aid you for support inquiries as the raw data file is a requirement for routine troubleshooting
!LOG RD ON - turns RD file logging on
!LOG RD filesize - sets the maximum size an RD file can take
!LOG RD ON filesize - start logging an RD file once it reaches the stated size
!SET INIT HEA heading - initialises the RT with the stated heading
!CONFIG IP address - sets the unit IP address
!CONFIG IP address netmask - sets the units subnet mask
Comments
0 comments
Please sign in to leave a comment.