Introduction
Contents
Command Line Options
The CLI command line options are structured around verbs as an example:
The first verb is a choice of tracker or radar, this governs if the radar or the onboard tracker are to receive the command.
This first verb has several options:
Use flag -i or --ipaddress Radar IP Address, default is “192.168.0.1”.
Use flag -p or --port Radar Port, default is “6317”.
Use flag --version Shows version information.
Use flag -? or -h or --help Shows help and usage information.
The second verb here is one of the commands listed below in this case an upgrade with has the option of the file name to upgrade the radar with
RadarNavigationUtilities.exe radar -i 192.168.0.1 setgainoffset -g [1] -o [-0.345]
Radar Utilities
Accelerometer Data
Get accelerometer information.
RadarNavigationUtilities.exe radar -i 192.168.0.1 accelerometer
Set Range Gain and Offset
This will apply range gain and/or offset settings.
RadarNavigationUtilities.exe radar -i 192.168.0.1 setgainoffset
Options:
Use Flag -g, --gain <gain> Gain, the default is “1”.
Use Flag -o, --offset <offset> Offset, the default is “-0.345”.
Use Flag -?, -h, --help Show help and usage information.
Set Threshold
This will set the threshold.
RadarNavigationUtilities.exe radar -i 192.168.0.1 setthreshold
Options:
Use Flag -t, --threshold <threshold> Threshold, the default is “0”.
Use Flag -?, -h, --help Show help and usage information.
Set Bins and Min Bin to operate on
This will apply bins and/or min bin settings.
RadarNavigationUtilities.exe radar -i 192.168.0.1 setbinoperation
Options:
Use Flag -b, --bins <bins> Bins to operate on, the default is “10”.
Use Flag -m, --minbin <minbin> Minimum bin to operate on, the default is “50”.
Use Flag -?, -h, --help Show help and usage information.
Navigation Data
This will retrieve navigation data.
RadarNavigationUtilities.exe radar -i 192.168.0.1 navalarmdata
Create Default Navigation Configuration
This will create default navigation configuration.
RadarNavigationUtilities.exe radar -i 192.168.0.1 defaultconfig
Upload Navigation Configuration
This will upload the navigation configuration.
RadarNavigationUtilities.exe radar -i 192.168.0.1 uploadconfig
Navigation Settings Data
This will retrieve the navigation settings.
RadarNavigationUtilities.exe radar -i 192.168.0.1 getnavsettings
Download Navigation Configuration
This will download the navigation configuration.
RadarNavigationUtilities.exe radar -i 192.168.0.1 downloadconfig
Options:
Use Flag -f, --file <file> Configuration File.
Use Flag -?, -h, --help Show help and usage information.
Set Bins and Min Bin, Threshold and Max Peaks to operate on
This will apply the bins, minimum bin, threshold and/or maximum peak settings.
RadarNavigationUtilities.exe radar -i 192.168.0.1 setnavsettings
Options:
Use Flag -b, --bins <bins> Bins to operate on, the default is “10”.
Use Flag -m, --minbin <minbin> Minimum bin to operate on, the default is “50”.
Use Flag -t, --threshold <threshold> Threshold, the default is “0”.
Use Flag -p, --maxpeaks <maxpeaks> Maximum peaks to find, the default is “10”.
Use Flag -?, -h, --help Show help and usage information.
Set Buffer Mode
This will set the buffer mode.
RadarNavigationUtilities.exe radar -i 192.168.0.1 setbuffermode
Options:
Use Flag -m, --mode <Average|Max|Off> Buffer Mode, (Off, Average or Max), default is “Off”.
Use Flag -l, --length <length> Buffer Length, default is “10”.
Use Flag -?, -h, --help Show help and usage information.
Related Information
-
ClearWay™ V4.7.x Release Notes (Witness 4.0)
-
ClearWay™ V4.5.x Release Notes (Witness 4.0)
-
ClearWay™ V4.4.x Release Notes (Witness 4.0)
-
ClearWay™ V4.3.x Release Notes (Witness 4.0)
-
ClearWay™ V4.2.x Release Notes (Witness 4.0)
-
ClearWay™ V4.1.x Release Notes (Witness 4.0)
-
AdvanceGuard® V4.12 Release Notes (Witness 4.0)
-
ClearWay™ V4.12.x Release Notes (Witness 4.0)
-
ClearWay™ V4.11.x Release Notes (Witness 4.0)
-
AdvanceGuard® V4.11 Release Notes (Witness 4.0)
Add Comment