Hi everyone,
I’m trying to connect my Siemens S7-1500 PLC to Ignition 8.3 via OPC UA.
When I browse the PLC’s DBs, I can see the Structs and any UDTs present.
The problem occurs when I try to import them: If I select the entire DB to import, Ignition only creates the macro area and generates a JSON that I cannot interpret/use properly.
In other words, I cannot correctly map the Structs and UDTs inside Ignition.
Does anyone know if there’s a proper way to:
-
Fully view Structs and UDTs from the PLC in Ignition?
-
Import them correctly without losing the internal - data structure?
Thanks in advance!