07-13-2005 01:56 PM
07-14-2005 05:44 PM
07-14-2005 05:44 PM
07-15-2005 11:03 AM
JLS,
I have traced the problem down to a Module in the unit. I did not originally think it was module related because the error did not follow the module and I was sometimes getting 2 address that had the errors in the same program. but, I was not restarting LabView after switching modules. If I restart LabView and establish communication with the unit the errors always follows the N3307A module.
I talked to Agilent and they are suggesting that the N3307A Module is newer than your driver and I should try to communcate with VISAs because the driver I am using may not communicate with this N3307A Module. I will try direct communcation to see if the module is at fault or the driver is not able to communicate with this new Module.
Thanks for your help,
07-15-2005 02:27 PM
12-27-2009 08:18 AM
Do you know if the N3300A NI Driver Suite is designed for RS232 or GPIB communication? I ask this because when I look at
the examples I see nowhere to set a GPIB address only a VISA resource which I am interpeting as a RS232 COM Port.
Thanks
Tim C.
12-27-2009 10:45 AM - edited 12-27-2009 10:45 AM
12-27-2009 11:53 AM
I am using a CRIO 9012 to control the N3300A Load Banks via the NI GPIB-232 converter.
The CRIO example showing this configuration requires a GPIB address
http://zone.ni.com/devzone/cda/epd/p/id/5978
Any chance you could point me in the right direction on how to handle addressing multiple N3300A (GPIB address 1 & 2).
I am unsure how MAX would see the CRIO serial port as a GPIB resource (that probably doesn't make sense). When I am in
MAX the CRIO serial port is available. I can talk to the load bank using the example described in the link above, but it would
be nice to be able to use the existing N3300A VIs.
Thanks
Tim C.
12-27-2009 12:21 PM
When I run the N3300A Channel Status VI I see the resource "9012_COM1", this is what I had renamed the 9012's com port for clarity on my part.
How to I append the GPIB address to the end of the resouce name, and for other functionality how do I append the GPIB address and the Channel?
Thanks
Tim C.
12-27-2009 12:34 PM
I think I understand what you referred to when you said to discover the resource in MAX. But I cannot seem to figure out how
to get MAX to see the GPIB resouces through the CRIO, then though the Converter.
Thanks
Tim C.