Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Introduction

The Radar Navigation Utilities tool is a stand alone program, which will allow an engineer to access accelerator, navigation and settings data from a radar or tracker and to upload and download navigation configuration. The tool can also be used to change radar range, gain, offset, threshold, bins, min bins, max peak and buffer mode settings.

Contents



Using the Radar Navigation Utility Tool

Please follow the steps to use the tool:

  1. Download the RadarNavigationUtilities.exe tool from this page and save it to file.

  2. Open a windows Terminal and change directory to the directory containing the RadarNavigationUtilities.exe.

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 to set the Gain to 1 and the Offset to -0.345,

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 -g 1 -o -0.345

Options:
Use Flag -g or --gain Gain, the default is “1”.
Use Flag -o or --offset Offset, the default is “-0.345”.
Use Flag -? or -h or --help Show help and usage information.

Set Threshold

This will set the threshold.

RadarNavigationUtilities.exe radar -i 192.168.0.1 setthreshold -t 1

Options:
Use Flag -t or --threshold Threshold, the default is “0”.
Use Flag -? or -h or --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 -b 11 -m 52

Options:
Use Flag -b or --bins Bins to operate on, the default is “10”.
Use Flag -m or --minbin Minimum bin to operate on, the default is “50”.
Use Flag -? or -h or --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 in the file specified with -f.

RadarNavigationUtilities.exe radar -i 192.168.0.1 defaultconfig -f Configuration.json

Options:
Use Flag -f or --file to specific the file configuration file to be created.
Use Flag -? or -h or --help Show help and usage information.

Upload Navigation Configuration

This will upload the navigation configuration from the file specified with -f.

RadarNavigationUtilities.exe radar -i 192.168.0.1 uploadconfig -f Configuration.json

Options:
Use Flag -f or --file to specifiy the file configuration file to be uploaded.
Use Flag -? or -h or --help Show help and usage information.

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 -f Configuration.json

Options:
Use Flag -f or --file to specify the file configuration file to be downloaded into.
Use Flag -? or -h or --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 -b 11 -m 49 -t 1 -p 12

Options:
Use Flag -b or --bins Bins to operate on, the default is “10”.
Use Flag -m or --minbin Minimum bin to operate on, the default is “50”.
Use Flag -t or --threshold Threshold, the default is “0”.
Use Flag -p or --maxpeaks Maximum peaks to find, the default is “10”.
Use Flag -? or -h or --help Show help and usage information.

Set Buffer Mode

This will set the buffer mode.

RadarNavigationUtilities.exe radar -i 192.168.0.1 setbuffermode -m Average -l 11

Options:
Use Flag -m or --mode Buffer Mode, (Off, Average or Max), default is “Off”.
Use Flag -l or --length Buffer Length, default is “10”.
Use Flag -? or -h or --help Show help and usage information.

Files

  File Modified
No files shared here yet.

Related Information

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.