LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with interfacing with a DC Regulated Supply "HP Agilent 6260B"

Hi all,

 

I am working on a Battery Charger and need to control the operation of my DC Regulated Supply (HP 6260B) from LabVIEW. Since the Instrument is an old model, it doesn't support the GPIB. However, remote programming is still possible using a variable resistor or external voltage.

 

How do I do that? I am comfortable with using any of the two solutions.

Please let me know if there is any other relevant data which should be provided.

 

Regards,

 

RJ

0 Kudos
Message 1 of 5
(2,747 Views)

Well, you'd obviously need a variable resistor or an external voltage supply like ... another power supply. For the voltage source solution you could use a DAQ device. NI makes lots of them, and the USB-based ones are very cheap. I suspect the USB-6008 would be adequate. You could also use a third-party device, but you'd need to make sure you can control it from LabVIEW.

Message 2 of 5
(2,739 Views)

Hi Smercurio_fc

 

Thanks for the reply.

 

I m pretty new to this stuff. How do configure my DAQ to act as a voltage source? My voltage requirements are 0-8 volts (0-10 would be excellent).

 

RJ

0 Kudos
Message 3 of 5
(2,735 Views)

Also, I forgot to mention that I am using SCXI-1300 DAQ cards for my application.

0 Kudos
Message 4 of 5
(2,714 Views)

The SCXI 1300 is not a DAQ device. It's a terminal block. You actually need to have another SCXI module that has analog outputs. There are only 2 SCXI modules that have analog output. One is the 1124, which sells for $1649. The other is the 1581, which sells for $2099. I guess that USB one is looking pretty good right about now. Unfortunately, it only goes to 5V. The 9263 can go up to 10V, but it sells for $639. You may be able to find cheaper alternatives by looking at other vendors, though you'd need to look at being able to use them with LabVIEW.

 

You could go the variable resistance route. I know there are EEPOTS that can be programmed via I2C/SPI since we've used them in some of the stuff we've built here at work. Don't recall the specific part numbers, though. You can Google for them, or check the major chip makers, like Maxim, etc. You'd need to make up a small breadboard to use it, but you're already dealing with a dinosaur, so it may not be that bad to kludge something up this way.

 

As for examples, lots of examples ship with DAQmx.

0 Kudos
Message 5 of 5
(2,704 Views)