LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LCR Meter 880 LabVIEW Driver-Configure VI help

Can't seem to get the Configure VI to work, need ideas and help

From manual-

select parameter command is FUNCtion:impa C

query parameter command is FUNCtion:impa?

Wondering maybe if I might need the command too to set the equivalent mode-series or parallel??

VI is attached.

0 Kudos
Message 1 of 3
(2,782 Views)

You do not need Bytes at Port.  Simply use 100 or 1024 as the input to byte count of the VISA read and see what you get.  You might need a delay before the read, but bytes at port is most likely giving you a 0 and the thus the VISA Read is not collecting data.

 

You might want to configure the timeout and termination characters if you don't get an answer.  Have you tried *IDN? and got it to return anything.

 

Craig

0 Kudos
Message 2 of 3
(2,743 Views)

Are you using this VI stand alone or as a subvi?  You might want to do a VISA Open to initiate communications then, do the writing and reading, then do a VISA close.  More like..

 

bk_880_lcr_configure.png

 

 

0 Kudos
Message 3 of 3
(2,732 Views)