LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Agilent E3631A

Solved!
Go to solution

hello, may I ask is there any Agilent E3631A example where I can use two output channel with different voltage at once in LabVIEW. thanks.

0 Kudos
Message 21 of 27
(1,699 Views)

Hi Liyana,

 

You might want to try the Agilent driver from the Instrument Driver Network. There is an example included that lets you select which channel you are outputting voltage on. You can basically copy and paste the code that does this to control another channel.

 

Agilent E363X Series Power Supply 

http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=0475216F9FCA5335E0440003BA7CCD...

 

How Do I Install My Third Party Instrument Drivers?

http://digital.ni.com/public.nsf/allkb/86256F0E001DA9FD86256F0B0057E6E7

0 Kudos
Message 22 of 27
(1,665 Views)

Hi Frank, 

 

I have installed Instrument Driver Network & I used the example. I also have copied and paste the code to control another channel. However there are 2 errors showed up (attachment). How can I solve this? 

 

 

Thanks,

Liyana 

Download All
0 Kudos
Message 23 of 27
(1,630 Views)
Your front panel does not make any sense at all. You should not have a second VISA resource. You should only be copying the function to configure the channel and it should be in-line with the existing function for channel one.
0 Kudos
Message 24 of 27
(1,622 Views)

Do you mean I should copied like this? It still shows the same errors

0 Kudos
Message 25 of 27
(1,619 Views)
No. That makes no sense either. You copy it into the same single chain. You are trying to do things in parallel and that does not work. You must do things sequentially as the original example doors.
0 Kudos
Message 26 of 27
(1,610 Views)

Okay I have change it and it is working now with out any errors.  Thanks Smiley Happy

0 Kudos
Message 27 of 27
(1,604 Views)