08-19-2008 04:16 PM
Hi there
I'm looking for examples or codes for Array 3711A DC Electronic Load in LabView.
thank you.
08-20-2008 03:02 PM
jimlipu,
It does not appear that we have any instrument drivers for that specific device. What type of communication does your device use? You may be able to use some of the VISA or GPIB examples to help you get started, assuming you have the manual for your device or a list of commands.
08-20-2008 03:57 PM
thank you for replying
it's TTL to USB, yes, I'm starting use VISA
08-20-2008 04:20 PM
jimlipu wrote:
it's TTL to USB, yes, I'm starting use VISA
That doesn't make much sense. Does it have a digital I/O port for controlling it, or does it have a USB port, or does it have a serial port? The user manual seems to imply a serial port.
05-11-2011 07:22 AM
I have this same problem. I have the 3711A DC load and want to control it and log values from it in one of my labview projects.
The load has a nine way D connector on the back and a stand alone RS 232 adapter that plugs into this.
I have a compact rio and an NI 9870 4 port RS232 module.
I hope to connect this load to the adapter and then to the RS232 module although looking through the manual for the load, there seems to be a lot of talk about controlling the load from a PC with their proprietry software but after a quick scan through the manual, there doesnt appear to be any reference to commands should I wish to develop my own driver for it. Also I've never done a driver for an instrument before!
So, yes. I'm in a bit of a pickle.
So if any of you could point me to a tutorial or give me some tips or at least an idea of what to do first then I'd be most grateful.
TIA
Chris
05-11-2011 12:50 PM
The communication protocol can be found on the manufacturer's web site: http://www.array.sh/yqxzcnE.htm. Scroll down to the 3700 section and get the document called "Communication protocol".
It indicates that you have to send a message that is 26 bytes, and the meaning of each byte is given in the specification document.
05-12-2011 11:02 AM
We are working on the development for Array Electronics 3700 Series, we have a beta version available, if you are interested in trying the driver you can email us at instrument.drivers@ni.com.
05-12-2011 12:27 PM
Hey thanks for that..I've just put in my request 🙂
07-15-2011 01:33 PM
The driver is now available on IDNet