Skip to content
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

Check node event history with custom fields #1721

Open
ivan2033 opened this issue Oct 15, 2024 · 0 comments
Open

Check node event history with custom fields #1721

ivan2033 opened this issue Oct 15, 2024 · 0 comments

Comments

@ivan2033
Copy link

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:

image

The 54424 number is the nodeId from the custom event type that I had created.

Thank you,
Iván

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant