LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i develop the instruments driver that can be used in labview?

How can i develop the instruments driver that can be used in labview?
0 Kudos
Message 1 of 2
(2,621 Views)
"keiran" wrote in message
news:50650000000800000046820000-1042324653000@exchange.ni.com...
> How can i develop the instruments driver that can be used in labview?

You can get started here http://www.ni.com/devzone/idnet/developid.htm

That page has resources for creating drivers in Labview code or using IVI.
Although not described there, a normal DLL or ActiveX control wrapped in
Labview code could work also. The proper implementation is determined by
what language you intend to use for writing the driver (C++, VB, Labview,
etc), what other languages you want to use the driver with, and how you will
connect to the instrument (serial, vxi, gpib, ethernet, etc.)

Good luck. Post more details if you have more questions.

-joey
0 Kudos
Message 2 of 2
(2,621 Views)