Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

how do i make commands wait in gpib?

I have an oven that i want to communicate with. I am using the gpib example vi from labview, but now i want to be able to run a thermal cycle with commands. How do i setup the wait time between commands?
 
0 Kudos
Message 1 of 2
(3,127 Views)
You have a lot of time functions on the Timing (LabVIEW 8.x) or Time & Dialog (LabVIEW 7.x or lower) palette. The simplest is the Wait (ms) or Wait Until Next ms Multiple. The Delay function has error in/error out connectiosn so you could wire these up for dataflow. You could also use the tick count or Get Date/Time in Seconds where you compare the existing time to a previous time maintained in a shift register. The Elapsed Time has a Boolean output that could be wired to a case statement.
0 Kudos
Message 2 of 2
(3,121 Views)