Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support servers without DataTypeDictionaries by using DataTypeDefinition Attribute #152

Open
ralphlange opened this issue Nov 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ralphlange
Copy link
Member

The DataTypeDefinition attribute was introduced in OPC UA 1.04 and provides a simplified option to get access to the meta-data of a structure DataType.

The older and deprecated way to expose the description of structure DataTypes in an OPC UA server address space is a DataTypeDictionary.

At this point, the OPC UA Device Support only uses a DataTypeDictionary. But newer servers have stopped providing this deprecated option by default and might at some point not support it anymore.

The Device Support should be able to use both options, preferring the newer standard.

@ralphlange ralphlange added the enhancement New feature or request label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant