Understanding the EventFilter / QualifiedName #1060
dev-chris13
started this conversation in
General
Replies: 1 comment 5 replies
-
Found the solution. If anyone has the same question: Use the BrowseName as string part of a QulifiedName. Provide a list of QulifiedNames as relative path / browsPath to the node of interest (https://reference.opcfoundation.org/v104/Core/DataTypes/SimpleAttributeOperand/) Thanks for giving me a space to think "loud". |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am currently trying to build a client that collects specific events via an event subscription. I am struggling to understand the string part of the QualifiedName. I am not sure how to map it to things I see the UAExpert.
I am instressed in events of the Type AlarmConditionType and I need to know the TransitionTime of the ActiveState. What would be the QualifiedName for the TransitionTime?
This are the relationships between these elements:
AlarmCondtionType –hasComponent--> ActiveState --hasProperty--> TransitionTime
Another example would be the TransitionTime of the LastTransition of the ShelvingState:
AlarmCondtionType –hasComponent--> ShelvingState -- hasComponent --> LastTransition --hasProperty--> TransitionTime
Thanks in advance for your help!
Best,
Chris
Beta Was this translation helpful? Give feedback.
All reactions