OPC data mode as subscription vs polled

Hi,

I have an opc tag in which data are getting read only if the opc data mode is in Polled state.
But when i check in opc quick client, subscription is working. But when i set OPC mode as subscription it is displaying as "Uncertain initial value"
What is the cause of this issue and how to overcome

What OPC server? (There are some buggy external servers that have this behavior.)

OPCUA expert .

UaExpert is a client

Sorry. Win CC RT Advanced

Oh, that's definitely one of the "buggy external servers"...

You can set the log level for the loggers you get searching "OpcUaSubscriptionModel" and "OpcUaSubscriptionSynchronizer" to DEBUG or TRACE and see if there's an error when creating the monitored item for some reason.

Or make sure the connection has no security and set up a Wireshark capture.

https://docs.inductiveautomation.com/display/DOC81/Diagnostics+-+Logs#DiagnosticsLogs-ChangingLoggingLevels

1 Like