07-11-2009 11:35 AM
Hi
I am using Labview 8 to control an E3643A power supply. The link is
via GPIB using the NI USB-GPIB converter. I have written a simple
application which is an infinite loop that swtiches the supply between
0V and 10V. My objective was to see how fast the system would run.
When I look at the power supply output on a scope I see that the
voltage changes every 50msec. The PC is not doing anything else.
I use VISA for the comms. Does this seem reasonable? Should I see
the voltage switching faster? I tried changing different things : for
loop , while loop , GPIB write , etc but nothing changed the basic
switching time of 50msec.
Thanks.
Paddy.
07-11-2009 03:51 PM
07-11-2009 04:02 PM
07-13-2009 07:22 AM
Thanks for the replies. There is no nothing so
easy to miss as the glaringly obvious.