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
I have an OPCUA server with custom events that are periodically published. I can correctly monitor them and check the event history using UAExpert client. The events inherit from BaseEventType and have extra fields.
On the other hand, I have an opcua_asyncio client and I can correctly view the actual events using a subscription. However, when I try to check the event history, the data is not correctly mapped from the fields to the Event. This is how I try to read the history data:
The 54424 number is the nodeId from the custom event type that I had created.
Thank you,
Iván
The text was updated successfully, but these errors were encountered:
Hi,
I have an OPCUA server with custom events that are periodically published. I can correctly monitor them and check the event history using UAExpert client. The events inherit from BaseEventType and have extra fields.
On the other hand, I have an opcua_asyncio client and I can correctly view the actual events using a subscription. However, when I try to check the event history, the data is not correctly mapped from the fields to the Event. This is how I try to read the history data:
The 54424 number is the nodeId from the custom event type that I had created.
Thank you,
Iván
The text was updated successfully, but these errors were encountered: