LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in channel selection of kithely2010 using usb to gpib adapter(aglient 82357A)

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

0 Kudos
Message 1 of 6
(3,325 Views)

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...

0 Kudos
Message 2 of 6
(3,313 Views)

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

0 Kudos
Message 4 of 6
(3,295 Views)
sorry the above posted attachement is for serial...im infact using this
0 Kudos
Message 5 of 6
(3,292 Views)
thanks a lot 4 ur copration
0 Kudos
Message 6 of 6
(3,276 Views)