09-07-2012 09:03 AM
HI all, How do I implement the keithley script Digio=Trigger(port).Wait(timeout) to control data collection in Labview.
What I need is if I receive a external trigger then I read data from the buffer of the Keithley, if no trigger is received before the timeout then I stop the program..
09-10-2012 11:27 AM
After having looked through the driver, I didn't see explicit support for timeouts in the VIs. There is a way to check for errors, so I would imagine if a timeout were configured, that should return a timeout error if one occurred. If you look at the example titled Factory Pulse Script Usage.vi, it shows how to use text scripts. With that you will most likely be able to configure a timeout parameter.