node-opcua / opcua-commander

a opcua client with blessed (ncurses)
MIT License
211 stars 46 forks source link

Use DisplayName instead of BrowseName attribute for display #34

Closed dusanstojkovic closed 2 years ago

dusanstojkovic commented 2 years ago

According to https://reference.opcfoundation.org/v104/Core/docs/Part3/5.2.4/ and https://reference.opcfoundation.org/v104/Core/docs/Part3/5.2.5/:

I had issues in case when BrowseName in the model is different than DisplayName, and at the same time other 3rd party OPC clients behived correctly.

Now, DisplayName is used. (If, by any chance it is not definied, it falls back to BrowseName)

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

dusanstojkovic commented 2 years ago

Hi @erossignon, just adding you to this PR, in case you don't receive notifications...

erossignon commented 2 years ago

Thanks, merged & new package published !