Hello, We are testing to read both STRUCT types and PLC DATA TYPES (created by user) in a S7-1500 PLC. For the STRUCT everything works correctly, we can read the atomic STRUCT as json or import tag by tag. But for PLC DATA TYPES it seems that we can not read it (Bad), and no tags below are shown. PLC guy saids everything is correctly configured within the PLC...
Had someone the same problem?
Can you give more detail what you mean by PLC DATA TYPES? Examples? Screenshots from TIA Portal?
Can you read them from another OPC UA client like UaExpert?
The Bad_NotReadable
StatusCode suggests this is the Server not allowing them to be read, not a problem on the Client side.
Yes, we tested with UaExpert and received the same error, not readble. Could it be some configuration of that data type in TIA Poratl?
It might be that the data type contains unreadable types.
A single unreadable member will cause the entire read to fail. I would have preferred the OPC UA server to simple omit that member.
IEC timers is one example that cause such a failure.
1 Like