LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VISA SCIPI command

I have here a BK precision Capacitance meter.

It works with Labview by VISA

 

Now i want to get the value of a capacitor on my screen using labview.

I tried the example basicReadAndWrite and i can get the communication up between the device and labview.

 

My question : What SCIPI command do I have to use to read the capacitor value into labview?

 

0 Kudos
Message 1 of 4
(2,411 Views)

We have no idea. We do not have the programming manual for the instrument, and we are not BK tech support. Look in the programming manual for the instrument. If you do not have the programming manual, then go to the BK web site and see if they have it available for download. This is all assuming that you did not find a driver for it in the Instrument Driver Network.

0 Kudos
Message 2 of 4
(2,409 Views)

Thanks for the info. The device isn't listed in the Instrument driver section so I contacted B+K

That means every instrument has a different sort of (SCIPI) commands?

The command *IDN?  works with me.

 

 

0 Kudos
Message 3 of 4
(2,398 Views)

First, it's SCPI (Standard Commands for Programmable Instruments) and despite the 'Standard' part, yes, each instrument is going to have a slightly or greatly different set of commands. The basic syntax is what is standardized.

 

And *IDN? has nothing to do with SCPI. It's part of the IEEE-488.2 standard.

 

0 Kudos
Message 4 of 4
(2,395 Views)