Manage and use Intrepid Control Systems devices through the command line.
- Device settings
- Firmware flashing
- Hardware info retrieval
- User settings
- Web based firmware binary retrieval
- RAD-Gigastar
- neoVI-FIRE3
- neovi-RED2
- ValueCAN 4-4
- RAD-A2B
The application is installed by simply unzipping the directory while maintaining its contents and adding the unzipped folder to your desired workspace, or adding the executable to your path.
- Download the
ics-cli.zip
file for Linux - Unzip the downloaded file
- Add executable permissions to the application located in
ics-cli/bin
by runningchmod +x ics-cli/bin/ics
- Move the
ics-cli
folder to your desired location. Optionally add theics-cli/bin
absolute path to yourPATH
var.
- Download the
ics-cli.zip
file for Windows - Unzip the downloaded file
- Move the
ics-cli
folder to your desired location. Optionally add theics-cli/bin
absolute path to yourPATH
var.
The resources for the application such as the device setting configuration files and the user settings file are found by the application by assuming there location from the location of the executable file. Therefore, do not change the structure of the directory when it is unzipped, for example do not move the device setting configuration files outside of the unzipped folder. The structure of the application folder must be maintained to ensure that resources can be found by the application.
On linux this application requires root permissions to access device network interfaces or you can add the ICS udev rules linked below.
On windows this application requires a valid PCAP installation to access ICS devices using ethernet.
You can find the udev rules for our devices here.