Set EUInformation for ToolLife variable [Question] #270
-
Hello, I'm currently working on dynamically adding and deleting Tools in my server application based on node-opcua. I'm stuck at the property EngineeringUnits of ToolLife nodes. Is there a code example of how to write the correct engineering unit as value to the property? I could not find an example in the repository. node-opcua version: 2.65.1 Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
AndreasHeine
Aug 8, 2022
Replies: 1 comment 1 reply
-
like all Properties with an ExtensioinObject/Structure as DataType! we currently have only something similar for EURange: but it should work similar |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DStr276
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
like all Properties with an ExtensioinObject/Structure as DataType!
we currently have only something similar for EURange:
SampleServer-node-opcua/src/machines/machinetool/showcasemachinetool.ts
Line 128 in 2388cef
but it should work similar