( This will, For every EoN Node publishing to the group, save a PLCOpenXML, which can then be uploaded and imported to the CODESYS application )
FB_SCADA_IIoT_Host.SaveOnlineNodesToST(filename := STRING);
( This will create a file that shows any Nodes/Metrics being published which aren't in the running application, and vice versa )
FB_SCADA_IIoT_Host.CompareOnlineToApplication(diffFilename := STRING);
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Could look like:
( This will, For every EoN Node publishing to the group, save a PLCOpenXML, which can then be uploaded and imported to the CODESYS application )
FB_SCADA_IIoT_Host.SaveOnlineNodesToST(filename := STRING);
( This will create a file that shows any Nodes/Metrics being published which aren't in the running application, and vice versa )
FB_SCADA_IIoT_Host.CompareOnlineToApplication(diffFilename := STRING);