SUMMARY
Some loggers support export of test results over TCP port 15001. Export well be performed automatically and can manually sent by the operator. This is useful if a third-party software is processing the test results.
This article discusses this feature.
NOTE
If the feature is not available, please make sure the firmware on the equipment is up to date. Updates can be found in the Support section at www.humboldtmfg.com.
If this feature is not available on your logger, please contact support@humboldtmfg.com.
SOLUTION
For the export feature to work, the option needs to be enabled in preferences.
To Enable/Disable:
- From the main screen, press the MENU button at the top left of the screen.
- Select SYSTEM SETTINGS from the drop-down menu.
- Select PREFERENCES.
- The EXPORT TCP option is located within the STORAGE tab.
CSV Export Functionality
- Third party solutions will need to listen over TCP port 15001.
- The CSV results are automatically sent over TCP port 15001 after a test completes.
- Completed test can also be exported from the PREVIOUS TESTS windows using the EXPORT option.
Export Data Format
The data format is ASCII CSV.
The exported data will look like this:
***RAWPUSH_START_TYPE1***
CSV DATA
***RAWPUSH_END_TYPE1***
In the simple example, first line of data will always start with ***RAWPUSH_START_TYPE1*** and the last line of the data push will always end with ***RAWPUSH_END_TYPE1***.
Verification
To see how it works, connect to port 15001 using PuTTY software package.
Comments
0 comments
Please sign in to leave a comment.