Replies: 2 comments 1 reply
-
There is a diference between opc ua and opc (classic). This libary does only support OPC UA, |
Beta Was this translation helpful? Give feedback.
-
This slightly connected to my original question: Matrikon.OPC.AllenBradleyPLCs.1 Using MetriconOPC it is possible to add a node and explore the variables: After searching through the example files and documentation, one option could be to export XML config and import it using Server().import_xml() as in simple-client-server-xml example? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I'm connected to the PC which is connected to PLC's and has OPC server installed, I can read and write values to the PLC's directly using:
My understanding is that reading/writing from/to PLC's directly is not the preffered way. We'd need to connect to the OPC server. The issue is that I don't know where to find the "RSLinx Classic" URL (opc_url below) to connect to it the following way:
Beta Was this translation helpful? Give feedback.
All reactions