Hello Dennis,
thanks very much for your answer.
On Fri, 14 Feb 2003 13:24:42 -0600 (CST), Dennis Knutson
wrote:
>Hopefully, I'm looking at the same llb that you're using.
Yes, it is the same lib 🙂
>There's a
>lot of drivers for various 66xx power supplies.
It is a HP6654A in my case.
....
>There really isn't all that much. Basically
>one VI to configure voltage and current and a trigger VI to turn on
>the output if Trigger Mode is selected.
So, first I have to call Initialize.vi. My program just has to set the
voltage so the only vi I have to use is the configure.vi in immediate
mode. So I don't have to use the Trigger.vi after the Initialize.vi,
right?
In the end I have to call close.vi. I have realized that sooner or
later I get an error if I don't call Close.vi before I stop the
program. Then I have to close the program and load it again.
Can I configure LabView to call the Close.vi automatically in the end?
>If you want finer control of
>the instrument, you might want to look at some of the other drivers
>available 0 662x, 664x, etc.
I didn't find a special driver for the HP6654A.
The problem is that I have to drive a longer way to my customer to use
the hardware (also the HP6654A). Therefore, my program is able to
simulate the hardware. The last time I have visited him I realized
some problems with the HP6654A (GPIB/VISA) communication. I can't use
read the values for voltage and current with the Read Meas.vi because
I always get a VISA timeout. The customer doesn't have an original NI
GPIB card in his computer. The GPIB card is not recognized by LabView
(the driver is crossed out in the NI DAQ tool), but it is recognized
by the computer and it is working (they have checked it with a program
running in the dos console). Also, I can set the voltage and the
current of the Power Supply from LabView. I just can't read the
values.
So , they said that it dosn't matter if the GPIB driver is crossed
out, but I am not sure if I can use the card.
Best regards
Johannes