Skip to content
Discussion options

You must be logged in to vote

not with a enum! no gaps!

probably a MultiStateValueDiscreteType:
https://reference.opcfoundation.org/Core/docs/Part8/5.3.3/#5.3.3.4

EnumValues is an array of EnumValueType. Each entry of the array represents one enumeration value with its integer notation, a human-readable representation, and help information. This represents enumerations with integers that are not zero-based or have gaps (e.g. 1, 2, 4, 8, 16). See OPC 10000-3 for the definition of this type. MultiStateValueDiscrete Variables expose the current integer notation in their Value Attribute. Clients will often read the EnumValues Property in advance and cache it to lookup a name or help whenever they receive the numeric repre…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by danmoser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants