01-02-2007 07:15 AM
I need to control about eight 200mA power supplies. Each supply should be programmable from minus 30 volts to plus 30 volts. I need to be able to sequence the outputs (have one output go to 5V, next another output go to 8V, etc.). The next thing I need is to output a serial data stream of about 10 bits.
My test case would be the following:
Sequence several of the outputs to different voltages, this puts the ASIC I am testing into the mode I need. Then I need to have one of the power supplies output a serial 10 bit word to load a register inside the ASIC.
Does anybody know if this could be done with a DAQ-card?
01-02-2007 09:38 AM
You could do this with a DAQ if you had power supplies that had an analog input that commanded the output voltage. You could then use the DAQ to also monitor the voltages being applied to verify operation of the supplies. You could even implement a closed loop control for precise control. Closed loop might eliminate part of the calibration headaches.
For the serial part, you need to figure out how fast a supply will react to a change in commanded voltage. If the change is not fast enough, you will need some sort of analog switch or relay to switch between 2 different supplies that you have preset to the desired levels. This will let you turn a voltage of a variable level on and off. ( I'm assuming that you need to vary the level as part of the test. ) You will probably need LabView RealTime in either case to make sure that the timing of test sequence and serial communications are tightly controlled.
01-03-2007 03:28 PM