LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview Full 6.1 - You get CIN Tools header files and what else?

We have Labview 6.1 Base Level and are developing 3rd party instrument drivers, initially implementing the AI functions. I have disovered it would be nice to beable to use NumericArrayResize for which we need CIN Tools and may need to upgrade. What else would we get?

Can we build polymorphic Vis?
Can we include our third party driver in the Measurement and Instrument Explorer?
Can we have DAQ channels registered to our instrument?
Can we create a functions palette for our interface?
Are we able to build a Labview installer for the driver?
0 Kudos
Message 1 of 2
(2,613 Views)
You can go to www.ni.com and get a complete list of all the features but briefly, the full version adds analysis, signal processing, custom graphics and animation, CIN/DLL tools. The professional version adds the applicaton builder, source code control, a differencing tool, and polymorphic VI creation.

MAX is for NI hardware and IVI drivers - not LabVIEW instrument drivers. You say that you're using the AI functions which implies an NI DAQ board so the board should already be visible in MAX as well as the channels.

I believe all versions of LabVIEW can create a custom palette. On your function palette, click the Options button and see if there's a Edit Palettes button. If there is, the LabVIEW help can guide you in the creation of your own .mnu fil
es that you can save and distribute.

The application builder (which is also available separately) includes an installer that could probably be used for driver installation but I've never tried it for that. When I've created LabVIEW instrument drivers, all I usually did was zip up the LLB and mnu files, place them in the instr.lib folder and then unzip them.
Message 2 of 2
(2,613 Views)