Edge can get OPC tag name, but can not get value

Dear sir:

I’m a beginner and would like to ask for help from the experts.
I connected to an OPC Client from Edge using the OPC DA method. The OPC Client passes tag information obtained from the OPC Server to Edge.
However, I can only get the tag names in edge but not their values. Could any expert please help me understand why this is happening?

1 Like

Some OPC DA servers are buggy, and don't do "subscribe" properly. Try the [r] to see if you can do a poll read. If so, set an Ignition tag group to use OPC Reads instead of subscriptions and put the tags in this group.

(post deleted by author)

Dear sir: I press [r] and show bad_notconnected

I found a clue: in the OPC Client’s Distributed COM Users Properties, the Members list is empty.
What I mean is — do both computers need to have members added under Distributed COM Users Properties?
Could this be the cause of the problem?