LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using SCPI command in labview

Hi.

 

I've found an instrument driver for keithley 6221 on keithley.com.

 

Here is a question: I wana to control this model directly by using SCPI command instead of instrument driverBut,  I don't know how can I do this in Labview 8.0.

 

Tnx.

0 Kudos
Message 1 of 3
(7,651 Views)

An  instrument driver written in Labview, is not the same as a instrument driver used by say WindowsA Labview instrument driver uses standard Labview functions to send SCPI commands to the instrument. You can learn a lot about the instrument by looking into the Labview instrument driver, and how it sends the commands to the instrument. But having the instrument programming manual at hands is also important.



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 2 of 3
(7,632 Views)

Since you don't know how to send commands in LabVIEW, I question your decision to not use the driver but in any case, you just wire the command to the 'Write Buffer' input of a VISA Write function.

 

On your instrument driver palette is a native LabVIEW driver (not IVI like the Keithley) for the 34401. Look at the block diagrams of the functions and look at the examples on how to build a driver at the Instrument Driver Network.

0 Kudos
Message 3 of 3
(7,631 Views)