Replies: 2 comments 1 reply
-
Hi,
If you don't give any parameters sourcenode defaults to the Server-Node and evtypes default to BaseEventType. I think, since you only asked for the BaseEventType, you only get the BaseEventType parameters. So your call should be like: |
Beta Was this translation helpful? Give feedback.
-
Hi,
it is of type:
Now the event object has all the field as expected. |
Beta Was this translation helpful? Give feedback.
-
I try to subscribe to WinCC events with the following script:
I'm able to subscribe and receive the relevant events, but they don't have the correct event type (custom fields are not available)
I try to register the custom types with:
await client.load_enums()
await client.load_type_definitions()
and:
await client.load_type_data_definitions()
but without success.
With UaExpert it is possible to read the custom fields of WinCCEventType.
Any idea how to solve the problem?
Beta Was this translation helpful? Give feedback.
All reactions