NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

timeout

How do you handle a timeout in Teststand with a LV8.x adapter?  Or any error generated by the OS??  I'm using one of the shipped vis that writes to 1 serial port (com 3) and reads from the other (com4).  Its a simple wrap test.  If I don't anything connected to one of the ports I get an error.  This is something I'm checking for.  I want TS to handle this not the operator.
Thanks,
Clint
0 Kudos
Message 1 of 2
(3,010 Views)
In your code module (LabVIEW in this case) you will need to pass the error information back out as a step argument.  You can then use post-expressions of the step to evaluate it and then based on that, handle it appropriately. 
Kristen
National Instruments
0 Kudos
Message 2 of 2
(2,985 Views)