LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Keithley 2612A converting trigger script to control data collection

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.. 

0 Kudos
Message 1 of 2
(2,225 Views)

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.

0 Kudos
Message 2 of 2
(2,197 Views)