01-07-2013 05:45 PM
Hello,
I am trying to control Agilent's U2600A I/O Modules connected via USB with NI-Visa. I was able to establish communication using ACE but when I tried via MAX, the commands failed each time. I have reviewed the tutorials and double checked my connections. The code used for either control panel are the same. What steps am I missing? Please help. Thank you in advance.
Solved! Go to Solution.
01-07-2013 09:50 PM
01-07-2013 10:41 PM
01-08-2013 08:50 AM
Go into MAX and under Tools->NI-Visa->Visa Options select the conflict manager.
See which VISA is or has been selected for USB communications. You should be able to change it here from one to another. ACE has the same conflict manager somewhere.
01-08-2013 06:57 PM
Agilent Connection Expert
01-08-2013 07:00 PM
Uninstalling ACE will disable my USB/GPIB adaptor connection to other equipment. I have used the VISA Conflict Manager to switch NI VISA as primary and enabled Tulip support and still did not work.
01-08-2013 07:01 PM
I had selected NI VISA for both MAX and ACE as primary and it still did not work.
01-08-2013 08:19 PM
01-09-2013 08:28 AM
I have sometimes found Agilent Connection Expert to useful when trying to communicate via LAN. If it is able to find the instrument, then I know I should be able to do the same when using LabVIEW or VB6 or whatever.
01-09-2013 02:01 PM
ACE shouldn't, but the driver for the USB/GPIB adaptor is needed to see the other instruments connected through it. Otherwise without it, all MAX sees is the USB device and nothing under it. What I don't understand is why or how it is affecting NI-VISA from controlling my U2600A DIO device? Why is ACE my only method of communicating with it even if I set NI-VISA as my primary via Conflict Manager. The 'communicate with device' session works with ACE running but not with MAX running. This doesn't make any sense. Please, any other ideas? Thank you in advance.