06-19-2015 04:43 PM
Given
I've installed the Instrument Drivers and can control the device using the example VI provided by Keithley pictured below.
Unfortunately, I can only control one channel at a time. Say I set channel 1 voltage to 15V. When I switch to channel 2, the VI sets channel 2 voltage to 15V as well. If I change the channel 2 voltage to a desired voltage, say 7V and then switch back to channel 1, then the VI sets channel 1 voltage to 7V too. So I decided to make my own simple control VI pictured below.
Problem
my VI sorta won't work.
Questions
Many thanks!
Solved! Go to Solution.
06-19-2015 05:11 PM
06-21-2015 02:45 PM
I think I understand what you're saying, so I'll have to try out our recommendations tomorrow at the lab and post an update.
Thanks Dennis!
06-22-2015 04:06 PM
Howdy Dennis,
I recreated a control scheme using event structures and a while loop. The event structure looks to see if the value of a channel 1 or 2 control has changed and acts accordingly without any errors.
Questions
Many thanks!
06-22-2015 04:12 PM
07-10-2015 04:40 PM - edited 07-10-2015 04:41 PM
Dennis,
I figured out this problem thanks to your help. Could you help me out with another problem?
http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/PID-control-of-power-supply/td-p/3164093
Thanks!