Events specified by event case are not compatible with each other
- Updated2025-07-30
- 1 minute(s) read
If an event handling case handles multiple events, the events must have compatible event data.
With filter events, you can validate or change the event data before the LabVIEW user interface can process it, or you can discard the event data entirely, preventing the change from affecting the VI. Because you can modify the data, the Event structure cannot merge the data.
With notify events, only the event data fields that are compatible with the events configured for that case are available on the left side of the case. You cannot configure a single event case to handle both filter and notify events.
To correct this error, complete the following steps.
- Make sure the case you want to edit is visible.
- Right-click the Event structure.
- Select Edit Events Handled by This Case from the shortcut menu to display the Edit Events dialog box.
- Edit the case so all events being handled in that case have compatible data.
Before you configure events for the Event structure to handle, review the caveats and recommendations for using events in LabVIEW.