03-18-2010 10:07 AM
Hi,
I plan to control waiting time when I increase voltage supply buy using Labview to control Agilent 3631A power supply. I wrote a program the attached file. But it seems that the GPIB wait function does not work for this. Could anyone give me some help about this? Thanks
Solved! Go to Solution.
03-18-2010 05:06 PM
Uhmmm...
The GPIB Wait function waits for a GPIB bus state to happen and returns As soon as the state is observed Or timeout is reached.
Use the Wait +(ms).vi in the Traditional DAQ Counter sub-palatte. to Wait for time. If you don't have DAQ installed you can make a sub.vi that looks like this
03-18-2010 05:11 PM
What is your purpose in using the GPIB wait? Are you trying to wait 50s? The 50s that you input is not how long it is going to wait. It is a time out value. You should specify the wait state vector, so that the wait function would know when to wait.
If you just want to wait for 50s, you should just use the wait (ms) function inside a single frame sequence (with error wire connect through the frame to enforce sequence).
Yik
03-22-2010 11:29 PM
03-23-2010 09:19 AM
03-23-2010 12:38 PM
Hi, All,
Thanks for your help. Finally I found how to control the waiting time with Delay function in timing module in program parts and it works. I attached my VI for share. Thanks all.
03-23-2010 12:40 PM
Hi,
Sorry to forget to attach the file in the last mail.