LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help/advice for creating my own LabVIEW driver for LCR meter 880?

Hi all. Creating my own LabVIEW driver for the LCR meter 880. Never created one before and looking for advice or helpful links on how to start, or if you've done a similar one before possibly a share of your VI or VIs. Thank you.

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

Hi mshask,

 

examine other device drivers to learn about their structure/functions.

You will find a lot of them here

(I would start by testing the B&K 89x device drivers available there!)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,001 Views)

If you want to develop a LabVIEW "Plug and Play" driver, you can go to "Create Project" and select "Instrument Driver".  Then follow the prompts to create a basic template.  Be prepared to change much of the guts as you substitute your instrument's SCPI commands for the defaults.  (The instrument usually has some version of a programmer's guide.  If not, programming instructions are probably in the user manual.  If it's not there, either, then they probably don't want you programming it because they want you to purchase their software.  ;))

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 3
(1,970 Views)