02-28-2013 01:30 PM
Hi,
I'm writing a labview program for Agilent E3631A triple output power supply. Manually I can store information (voltage and current limit) on all the three channels at the same memory address.(memory address 1) But when writing the program I cannot figure out how to do that since I can select only 1 channel at a time and if I try to store information about the second channel next time on the memory address 1, it overwrites the one I stored before. I guess that's not how the vis are designed for this. Can somebody help me please.
Thank you
02-28-2013 08:25 PM
It would be more helpful if you posted the code that you are having problems with.