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.

  1. Right-click the Event structure.
  2. Select Add Event Case from the shortcut menu to display the Edit Events dialog box.
  3. Select Application in the Event Sources section.
  4. Select Timeout in the Events section.
  5. 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.