Location of Exe is : C:\Program Files (x86)\Influx Technology\ReXdeskConvert
Main command: rexdeskconvert help
CD C:\Program Files (x86)\Influx Technology\ReXdeskConvert\&&rexdeskconvert help (opens the ReXdesk console mode help screen)
Main command: rexdeskconvert help convert-folder
General convert format: convert-folder -I <input folder> -O <output folder>
To convert all the RXD files in a folder to asc, use the below script:
CD C:\Program Files (x86)\Influx Technology\ReXdeskConvert\&&rexdeskconvert convert-folder -F “asc” -I “C:\Users\usern\Desktop\Input” -O “C:\Users\usern\Desktop\Output”
To merge and convert all the RXD files in a folder to CSV, use the below script:
CD C:\Program Files (x86)\Influx Technology\ReXdeskConvert\&&rexdeskconvert convert-folder -C -F “csv” -I “C:\Users\user\Desktop\Input” -O “C:\Users\user\Desktop\Output”
To merge and convert all the RXD files in a folder to CSV after linking the DBC file, use the below script:
CD C:\Program Files (x86)\Influx Technology\ReXdeskConvert\&&rexdeskconvert convert-folder -C -F “asc” -I “C:\Users\user\Desktop\Input” -O “C:\Users\user\Desktop\Output” -s can0 “C:\Users\user\Desktop\ReXgen_IMU_Out_V2.dbc”
Main command: rexdeskconvert help configure
General configure format: configure -I <input file>
To configure the logger with a particular configuration, use the below script:
CD C:\Program Files (x86)\Influx Technology\ReXdeskConvert\&&rexdeskconvert configure -I “C:\Users\user\Desktop\Input\configuration.rxc”
Command
Purpose
Description
help convert-file
convert-file
Convert XML configuration to ReX configuration (*.rxc) or RXD data file to other data files
help convert-folder
convert-folder
Batch convert the RXD data file to other data files
help configure
configure
Send the configuration to the ReXgen device
help reflash
reflash
Reprogram ReXgen with new firmware
Command Options
Purpose
Description
-I <input folder>
Specify input folder path containing RXD files.
-O <output folder>
Specify output target folder path.
-C (optional)
Set concatenation mode.
All converted data will be stored in the same output file (concatenated) when- C is used.
-F <type> <format>
Specify desired output type and internal file format.
Supported target conversion file types and formats are:
· mf4 for ASAM MDF4 file (*.mf4)
· asc for ASCII Logging File (*.asc)
· blf for Vector binary frames (*.blf)
· mat for Matlab 5.0 (*.mat)
· csv for Comma delimited (*.csv)
· csv InfluxDB for CSV line protocol file (*.csv) required for InfluxDB import
-S <bus> <signal file>
(Optional)
Attach signals to specific can bus.
It can be used multiple times for each bus.
· Parameter <bus> should be the name of the bus - can0, can1...
· Parameter <signal file> should be the signal file path. Supported file formats are DBC only.
-E <encryption key>
(Optional)
Specify encryption key file.
Used for decrypting .rxe files.
Command Options | Purpose | Description |
-I <input file> | Specify input file path. | Supported formats are: ReX configuration (*.rxc) |
Main command: rexdeskconvert help reflash
General configure format: reflash -I <input file>
To reflash the logger with a particular firmware, use the below script:
CD C:\Program Files (x86)\Influx Technology\ReXdeskConvert\&&rexdeskconvert reflash -I “C:\Users\user\Desktop\06032021\firmware.bin”
Command Options
Purpose
Description
-I <input file>
Specify input file path.
Supported formats are: ReXgen Firmware (*.bin)
Main command: rexdeskconvert help convert-file
General convert format: convert-file -I <input file> -O <output file>
To convert an RXD file to asc, use the below script:
CD C:\Program Files (x86)\Influx Technology\ReXdeskConvert\&&rexdeskconvert convert-file -I “C:\Users\user\Desktop\Input\New Project_ReXgen0000049_20210702_113743.rxd” -O “C:\Users\user\Desktop\Output\Converted.asc”
To convert an RXD file to CSV after linking a DBC file, use the below script:
CD C:\Program Files (x86)\Influx Technology\ReXdeskConvert\&&rexdeskconvert convert-file -I “C:\Users\user\Desktop\Input\IMU_out_0000007_20211116_185402.rxd” -O “C:\Users\user\Desktop\Ouput\Converted.csv” -s can0 “C:\Users\user\Desktop\ReXgen_IMU_Out_V2.dbc”
To convert an XML configuration file to rxc, use the below script:
CD C:\Program Files (x86)\Influx Technology\ReXdeskConvert\&&rexdeskconvert convert-file -I “C:\Users\user\Desktop\Input\New Project_ReXgen0000049_20210702_113743.xml” -O “C:\Users\user\Desktop\Output\Config.rxc”
Command Options
Purpose
Description
-I <input file>
Specify input file path.
Supported formats are XML (for configuration) and RXD (for data file conversion)
-O <output file>
Specify output target file path.
If input file is configuration (.xml), output file format should be .rxc. If input file is data file (.rxd), supported output formats are:
· ASAM MDF4 file (*.mf4)
· ASCII Logging File (*.asc)
· Vector binary frames (*.blf)
· Matlab 5.0 (*.mat)
· Comma delimited (*.csv)
-F <format>
(Optional)
Specify desired internal file format.
Applicable for CSV file type. Supported formats are:
DiaLOG - file format structured for DiaLOG import (default).
InfluxDB - file format structured for InfluxDB import.
-S <bus> <signal file>
(Optional)
Attach signals to specific can bus.
It can be used multiple times for each bus.
· Parameter <bus> should be the name of the bus - can0, can1...
· Parameter <signal file> should be the signal file path. Supported file formats are DBC only.