You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get back the DisplayName of a Node alongside its Value?
I need to poll a few machines every X time to save some nodes values in a SQL DB, each machines having their details in an external file loaded as necessary.
Not much of an issue preparing the ReadValueId array, ading it to a ReadRequest and get the ReadResponse and everything works fine.
But the .Results property of the ReadResponse has no indication of what is the associated Node.
I can work around it, but if there is a built-in system it would make my life easier
The text was updated successfully, but these errors were encountered:
I am most likely missing something obvious.
Is there a way to get back the DisplayName of a Node alongside its Value?
I need to poll a few machines every X time to save some nodes values in a SQL DB, each machines having their details in an external file loaded as necessary.
Not much of an issue preparing the
ReadValueId
array, ading it to aReadRequest
and get theReadResponse
and everything works fine.But the
.Results
property of theReadResponse
has no indication of what is the associated Node.I can work around it, but if there is a built-in system it would make my life easier
The text was updated successfully, but these errors were encountered: