LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display user message indicating a serial timeout

Any ideas how I could have labview return a message if a serial read takes too long?  I am currently trying to implement an event structure but it seems to be screwing everything up, the event structure will wait for the timeout limit, and then just end the vi.  Any suggestions?
0 Kudos
Message 1 of 2
(2,506 Views)
Set the timeout on the serial port configuration and then just monitor the error out for a timeout error and use this to trigger your user notification.
0 Kudos
Message 2 of 2
(2,501 Views)