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 4 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 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 in the file specified with -f.

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

Options:
Use -f, --file <filename> to specific the file configuration file to be created.
Use Flag -?, -h, --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 -f, --file <filename> to specific the file configuration file to be uploaded.
Use Flag -?, -h, --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

Options:
Use -f, --file <filename> to specific the file configuration file to be downloaded into.
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.

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.