Configuring RVP10 with CLI
One interface for configuring RVP10 is the dspx utility, which has been present in Vaisala (Sigmet) RVP products for the past 30 years. dspx can be used, for example, for configuring RVP10 signal processing options, trigger timing, sector balning, and AFC loops. For detailed information, see chapter TTY non-volatile setups. In addition, IFDR10 has configurations unique for the hardware, and a new command line interface via gRCP calls. In the future RVP10 releases, more and more configuration settings will migrate from the dspx utility to the IFDR10 configuration interface.
The IFDR10 configuration can be reviewed and changed using a series of command options from a terminal window. As the IFDR10 is hardware-secured, this is the only method of access into the embedded Linux operating system to make changes. To access the list of commands:
- Log in as radarop.
-
Type:
$ ifdr_ -
Press the TAB key twice.
This produces a listing of all possible command line entries into the IFDR10.
Example:
ifdr_antenna_config_get ifdr_antenna_config_modify ifdr_antenna_config_set ifdr_get_device_info ifdr_settings_get ifdr_settings_modify ifdr_settings_restore ifdr_settings_save ifdr_settings_set ifdr_status ifdr_stop ifdr_timesync_config_get ifdr_timesync_config_set -
To modify the configurations, use a get version of a command to
retrieve the configuration state, and write the output to a file written in
json format.
-
In some cases, a modify version of the command is available. This
is useful for sending a new configuration into IFDR10 by an expression of changes pair as
part of the argument.
$ ifdr_antenna_modify ifdr_antenna_modify '.udp_client = {enabled: true, address: "10.0.2.1", port: 30745}'
