A CODESYS SCADA / IIoT Host should connect to a third party MQTT_Broker and receive data from an EoN and send commands to an EoN, and indicate the EoN connection status.
This CODESYS SCADA (PLC) application is the so called 'Primary Application' (see SparkplugB specs page 20 and beyond) and can reside on any CODESYS PLC.
The primary application is effectivly decoupled from the infrastructure via the use of the MQTT broker.
--- old+++ new@@ -1,2 +1,4 @@
* create installation and usage instructions
-* A CODESYS SCADA / IIoT Host should connect to a third party MQTT_Broker and receive data from an EoN and send commands to an EoN, and indicate the EoN connection status+* A CODESYS SCADA / IIoT Host should connect to a third party MQTT_Broker and receive data from an EoN and send commands to an EoN, and indicate the EoN connection status.+* This CODESYS SCADA (PLC) application is the so called 'Primary Application' (see SparkplugB specs page 20 and beyond) and can reside on any CODESYS PLC. +Thie primary application is effectivly decoupled from the infrastructure via the use of the MQTT broker.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old+++ new@@ -1,4 +1,4 @@
* create installation and usage instructions
* A CODESYS SCADA / IIoT Host should connect to a third party MQTT_Broker and receive data from an EoN and send commands to an EoN, and indicate the EoN connection status.
* This CODESYS SCADA (PLC) application is the so called 'Primary Application' (see SparkplugB specs page 20 and beyond) and can reside on any CODESYS PLC.
-Thie primary application is effectivly decoupled from the infrastructure via the use of the MQTT broker.+The primary application is effectivly decoupled from the infrastructure via the use of the MQTT broker.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Diff:
I think this ticket is closed, i.e a test system and an example walkthrough have been posted. Al's annexample for the v2.0.0.0 library is pending