05-25-2009 05:10 AM
im using aglient 82357A (usb to gpib)adapter with kithlay 2010. labview detect the adapter,
i have the problem while channel selection of kithley 2010 using gpib....how can i make channel selection VI ???? any one plz help me in this matter
05-25-2009 07:23 AM
You should find what you need (Keithley 2010 manual with GPIB commands) here :
http://www.keithley.com/products/dmm/dmms/?path=2010/Documents#4 (Model 2010 quick reference guide rev. B => p 36)
For you, it should be something like that (the following lines in bold should be enough) :
:ROUTe:MULTiple:OPEN <list> //Open specified channels (1 to 11)
:ROUTe:SCAN <list> //Specify internal scan list (1-10 by default)
:ROUTe:SCAN:EXTernal <list> //Specify external scan list (1-10 by default)
:ROUTe:SCAN:LSELect <name> //Select scan operation (INTernal, EXTernal, or NONE)
To have an idea about the way you can send those commands, you can have a look at examples VIs : GPIB-VISA.vi and LABVIEW-GPIB.vi
Hope this helps...
05-25-2009 09:01 AM
05-25-2009 10:53 AM
from where i can see these commands
specified channels (1 to 11)
:ROUTe:SCAN <list> //Specify internal scan list (1-10 by default)
:ROUTe:SCAN:EXTernal <list> //Specify external scan list (1-10 by default)
:ROUTe:SCAN:LSELect <name> //Select scan operation (INTernal, EXTernal, or NONE)
im using the vi....which is attached...but the send messege vi is missed
05-25-2009 11:03 AM
05-26-2009 02:25 AM