I would like to learn about the integration options and communication protocols of your system in potential projects.
Hello,
Regarding communication options, the Ipesoft D2000 real-time application server has a fairly wide range of communication protocols:
https://doc.ipesoft.com/label/D2DOCEN/komunikacne_protokoly
Using the KomAPI interface, it is also possible to integrate your own (OEM) protocols in the form of dynamic libraries (.dll on Windows, .so on Linux or Raspberry PI): https://doc.ipesoft.com/label/D2DOCEN/d2000_komapi
The D2000 OPC Server is also available (https://doc.ipesoft.com/label/D2DOCEN/d2000_opc_server) and OPC UA Server (https://doc.ipesoft.com/label/D2DOCEN/d2000_opcua_server).
If you mean communication and integration in a broader sense, then there is:
- D2000 Java API for interfacing with Java (https://doc.ipesoft.com/label/D2DOCEN/d2000_japi) - in addition, Java is also supported natively, i.e. server scripts and scripts in schemas can be written in Java in addition to our ESL
- D2000 OBJApi for creating custom clients accessing D2000 objects, values and historical values (https://doc.ipesoft.com/label/D2DOCEN/d2000_objapi)
- D2000 ODBC Driver for accessing D2000 objects, values and historical values from ODBC (https://doc.ipesoft.com/label/D2DOCEN/d2000_odbc_driver)
- D2000 VBApi for accessing D2000 objects, values and historical values from Excel and Visual Basic environment
- Rest API and Comet API interfaces within SmartWeb platforms (https://doc.ipesoft.com/label/D2DOCEN/smartweb_koncept_api)