Data Logger Suite: Logging and Monitoring. API & SDK
Public API and other integration methods
Python scripting
Latest version: 5.0.1 build 1108. November 8, 2024.
Based on this module, you can create your own extension using the Python 3 programming language. Python plugin provides interaction of the main program and Python via a simple API.
Read more | Download full version | Documentation
Proxy plugin
Latest version: 5.0.1 build 1108. November 8, 2024.
The "Plugin proxy" module is the adapter between the main program and modules written in other programming languages. Unlike "Python plugin" module, which also provides access to API, this API interface has more features, but developing it is also more complicated.
Read more | Download full version | Documentation
Universal data parser
Latest version: 5.0.1 build 1111. November 11, 2024.
Based on this module, you can easily create a parser for data analyzing and handling. Firstly, the module is intended for handling text data, but it can also process simple binary packets. The Universal parser module allows you to create a more complex parser as compared to ASCII Data Parser module. And it does not require knowledge of programming languages, unlike "Python plugin" or "Proxy plugin" modules.