Software Overview
- Aktualisiert2025-07-24
- 2 Minute(n) Lesezeit
The RTG software includes two entry points to interface with the system:
- Soft Front Panel
- API
The basic installation provides core RTG functionality which includes the RTG personalities for VSTs, a server to listen for remote commands, a soft front panel, and an API for user interaction. The software is installed as an executable application on the RTG PXI controller. This setup requires the NI License Manager and the NI Volume License Manager. Licenses to run the RTG software must be obtained from NI.
In addition to the interface provided by the soft front panel, the RTG system can be controlled programmatically through the API included in the software installation. There are two API options providing different ways to interface to the RTG:
- Local LabVIEW—This provides a set of LabVIEW classes that you can use to integrate into LabVIEW/TestStand applications running on the RTG PXI controller.
- Remote LabVIEW—This provides a set of LabVIEW classes—using gRPC and communicating with the RTG server—that you can use to integrate into LabVIEW/TestStand applications running on a remote computer.
There is also support for optional RTG features:
Software Support
Radar Target Generation Software has the following requirements.
Supported Operating Systems
Radar Target Generation Software supports the following operating systems:
- Windows 10 64-bit
Supported LabVIEW Versions
Determine which versions of LabVIEW are compatible with Radar Target Generation Software.
| API | Earliest Supported LabVIEW Version |
|---|---|
| Radar Target Generation Software API | LabVIEW 2023 |
Included Components
Radar Target Generation Software installation includes the following major components:
- Radar Target Generation Driver
- Server for remote access to RTG (RTG Server.exe)
- User interface for manual control (RTG UI.exe)
- Utility for system calibration (RTG Calibration Utility.exe)
- Utility for configuration management (RTG Configuration Utility.exe)
- Utility for clearing data (RTG Data Clearing Utility.exe)
- API for programmatic control
- LabVIEW Local API: Runs directly on RTG's PXIe controller
- LabVIEW Remote API: Runs on separate machine with network access to RTG's PXIe controller that hosts the server
- gRPC Proto File: Provides programmatic access to RTG when not using LabVIEW
- Application examples written in LabVIEW
- Template for creating Coprocessor projects
Verwandte Inhalte
- gRPC Reference Document (rtg_api_service.proto)
Plain text of the RTG API Service protocol buffer file.