how to read Mango datapoint value by the third party software
-
If there is another IoT software want to communicate with Mango, is that possible to read Mango datapoint vaule in real time ? any interface or port for that?
-
Hi mothgo990,
Mango has many options in this regard.
The other software can read data from Mango over,
- The API (real time, historical, and statistical)
- Modbus (real time)
- BACnet (real time)
- Arbitrary TCP/IP (takes work, could do anything implemented)
- Arbitrary Serial (takes work, could do anything implemented)
Look into enabling swagger for an introduction to the API. Modbus and BACnet protocols are made available by configuring publishers. To handle arbitrary incoming TCP/IP requests, you need a virtual serial server socket (system settings page) and a serial data source (then possibly a scripting data source or meta data points). Arbitrary serial communication is much the same, but you don't need the virtual serial server socket.
-
thanks! get it!
-
Certainly!
To your question before the edit, writing an Excel Report is one way for Mango to export data in Excel. But no, Dynamic Data Exchange protocol is not explicitly supported.
-
understand! thanks for great support!