You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's not possible for me to subscribe Events with the Version 2.30-2.33.(look at #9 )
When i downgrade to 2.29 i get the Events without using an filter.
Can you show us the code of the Path2NodID method, does it call OpcClient.TranslatePath to translate the browse path into a node id? What NodeIDs do you get in the eventFilterIds array?
Additionally, from you code we can see that in the first sample, you are creating the subscription on the "DeviceSet/IMM_ENGEL_247005" node; however in the second sample, you are creating the subscription on the Objects folder. Was this intentional?
If not, please try to also use the Node ID of the "DeviceSet/IMM_ENGEL_247005" node here, as the "Objects" folder probably doesn't have a HasNotifier reference. Alternatively, it would be the "Server" object (OpcObjectTypes.Server) that may also raise events, depending on the server.
Hello,
it's not possible for me to subscribe Events with the Version 2.30-2.33.(look at #9 )
When i downgrade to 2.29 i get the Events without using an filter.
When i try to filter the Events, i get nothing.
I want to get the Event
EngelCycleParametersEventType
. How do i have to set the filter?thanks in advanced
atheos
The text was updated successfully, but these errors were encountered: