Timeout input wired but Timeout event not handled
- Updated2025-07-30
- 1 minute(s) read
You must provide a case to handle the Timeout event if the timeout input is wired.
In the following example, the Event structure has a timeout wired for 200 milliseconds. However, neither of the event cases handles the Timeout event.
To correct this error, complete the following steps.
- Right-click the Event structure.
- Select Add Event Case from the shortcut menu to display the Edit Events dialog box.
- Select Application in the Event Sources section.
- Select Timeout in the Events section.
- Click the OK button to save the event case.
Before you configure events for the Event structure to handle, review the caveats and recommendations for using events in LabVIEW.