-
Notifications
You must be signed in to change notification settings - Fork 89
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
enumeration #107
Comments
using the new API from asyncua it now much easier(and safer) to create models using code. see example https://github.com/FreeOpcUa/opcua-asyncio/blob/master/examples/server-data-type-definition.py Otherwise make a node and then copy the enum definitoin variable from another node and modify. It should work |
ok this might be a solution for another project, in this project (this is for a thesis) I would like to use a modeler to better display the modelling. Then use the created NodeSet as a diversion for an open62541 server. Unfortunately I don't quite understand the copy, when I copy and paste an enum type, I get the error: If it doesn't work, that's just the way it is... |
I have done that mamy times so it should work. Create a new data type under enums. They only copy the variable describing the values |
I try it again, but it always only and int32 without enum informations... |
Hello,
I would like to create my own enumeration type, had already tried to copy existing ones, but unfortunately I can't change the NodeId and the whole thing ends in an error.
Do you have a trick how this could be done, or is this still nice to have?
Greetings
The text was updated successfully, but these errors were encountered: