First time trying read data from a Siemens PLC and very green on Siemens in general.
Is it possible to read nested UDT’s in a DB using ignitions built in driver or is use of the Siemens S7-1500’s PLC built in OPC server needed for this?
If possible with ignition driver what would the syntax look like for a path like this?DB5,”parentUDT”,”nestedUDT”,StructDatatype1,StructDatatype2,MyRealValue
Also Under the DataBlock properties/attributes I noticed that the option unselect that optimized block access is not available but it does have a check box that is not in the ignition manual labeled “Data block accessible from OPC UA” does this server a similar purpose as unchecking the optimized access?