Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Controling a power supply (Agilent E3649A ) via LabVIEW through GPIB-USB

IHey everyone,

 

I am trying to control a power supply( Agilent E3649A ) via LabVIEW via GPIB-USB. I have been able to download the drivers and control the voltage setting. However, I am trying to implement an alternating potential (i.e. 60 volts for 5 minutes, 30 volts for 2 mins, then 60 volts for 5 mins, and so on - essentially a square wave) over 1-3 hours. Anyone have suggestions? I am a new to labview and am running out of ideas.

 

 

Thanks,

 

Josh

0 Kudos
Message 1 of 6
(5,453 Views)

However, I am trying to implement an alternating potential (i.e. 60 volts for 5 minutes, 30 volts for 2 mins, then 60 volts for 5 mins, and so on - essentially a square wave) over 1-3 hours.

 

That is your job. You need to write a LabVIEW program that can do this.

If you need training on LabVIEW, take some training. http://www.ni.com/academic/students/learnlabview/

0 Kudos
Message 2 of 6
(5,448 Views)

state machines are very useful for tests like that.  What kind of help are you looking for?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 6
(5,446 Views)

crossrulz - I am looking for a push in the right direction as far as writing the IV to do the job. I can control the output of the power supply but am not sure how to cycle the voltage between two values for a set period of time.

 

Any suggestions would be greatly appreciated.... thanks in advance!

0 Kudos
Message 4 of 6
(5,356 Views)

Do the timing in labview.

set the output to x

wait

set the output to y

 

greetings from the Netherlands
0 Kudos
Message 5 of 6
(5,301 Views)

As previously stated, I would use a state machine.  Two states you will need are a Set Voltage and a Wait.  Other states likely needed are Initialize and Close where you setup and shut down your instrument.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 6 of 6
(5,185 Views)