Hello,
I've set up an OPC-UA connection with an S7-1500 PLC but can't get the reading of a whole UDT working.
The UDT's contain different items per object in the PLC and are effectively a specification of the options: before reading, I don't know the individual items contained in the UDT, so I can't point to the individual symbolic names.
With NODE-RED I've got it working but in OA, no go: does anybody know which datatype should be used to be able to read a UDT?
Or is this way of reading data simply not yet supported?
Best regards,
Rik
OPC-UA with S7-1500 & UDT
Search
Re: OPC-UA with S7-1500 & UDT
It looks like UDTs are not supported in OPC UA in WinCC OA. I could not find any reference to it.
Possibly you can use the S7+ driver. As far as I have seen this drivers supports the usage of UDTs.
Best Regards
Leopold Knipp
Senior Support Specialist
Possibly you can use the S7+ driver. As far as I have seen this drivers supports the usage of UDTs.
Best Regards
Leopold Knipp
Senior Support Specialist
-
- Posts: 5
- Joined: Thu Jun 27, 2019 7:13 pm
Re: OPC-UA with S7-1500 & UDT
Hi Leopold,
Thanks for the answer. At this moment the investigation is specifically aimed at OPC-UA. The S7+ driver is not an option.
Could there be any roadmap item that will add this?
In the 3.18 release there have been quite some OPC-UA improvements, so I kind of have my fingers crossed that this will appear in a near future patch.
Br. Rik
Thanks for the answer. At this moment the investigation is specifically aimed at OPC-UA. The S7+ driver is not an option.
Could there be any roadmap item that will add this?
In the 3.18 release there have been quite some OPC-UA improvements, so I kind of have my fingers crossed that this will appear in a near future patch.
Br. Rik
-
- Posts: 373
- Joined: Tue Jan 15, 2019 3:12 pm
Re: OPC-UA with S7-1500 & UDT
Would browsing the PLC be an option for you to get the individual symbolic names?
Re: OPC-UA with S7-1500 & UDT
We will have support of structures/UDTs in the WinCC OA OPC UA client in 3.18 by end of the year (plan date!).
-
- Posts: 5
- Joined: Thu Jun 27, 2019 7:13 pm
Re: OPC-UA with S7-1500 & UDT
Excellent! I saw patch 6 released in December and will look into it.