Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
The ReXgen Open API libraries contain various functions that the user can use to interact with the ReXgen Series hardware and the files generated from the ReXgen series Data loggers.
Starts live data streaming
unsigned char InitLiveData (unsigned char Channel)
Initialise live data mode
[in] Channel
C# Example:
Refer the example application code.
https://www.influxtechnology.com/rexgen-support
Downloads Section > API
The RxLibrary library contains the functions for converting XML to the Configuration file (RXC). It also allows users to perform functions like converting RXD to MF4, ASC, BLF, MAT, and CSV.
The dll is a .Net Standard 2.0 dll and works under Linux, too.
The function calls in the ReXgen API all have names starting with RxLib.
To build an application:
The user will need to reference RxLibrary.dll in your programs.
The RgUSBdrv library is used to interact with all the ReXgen devices (ReXgen, ReXgen Air etc.) from Influx. Using this function, the user can perform various functions on the ReXgen devices, such as set data/time, reflash logger, send config, get log count etc.
The user will need to import the DLL and create a wrapper.
API documentation
Data Conversion Library
Device Library
Example Application
Retrieves the selected data from eMMC to the PC
[in]
FileName (Path including filename.rxd)
Data Start Sector
Data End Sector
0 on success
Refer the example application code.
https://www.influxtechnology.com/rexgen-support
Downloads Section > API
Gets the Details of log from the eMMC storage
[in] LogNumber
Log Start and End Date Time
Logging Time start and End Time
Data Sector where logging started and Data Sector where logging ended
Log Data Size
GUID
File Name
Encryption Status
Refer the example application code.
https://www.influxtechnology.com/rexgen-support
Downloads Section > API
Formats the SD Card.
C#
0 if success
1 if there is a problem with USB communication
Refer to the example application code.
https://www.influxtechnology.com/rexgen-support
Downloads Section > API