LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview Driver Release

Solved!
Go to solution

Hello Folks,

 

I am developing project style labview drivers for one of the instrument i am working on. I was just wondering if anyone can help me understand few points.

1. How can i update the .vi in to function pallette and make it visible to everyone ?

2. How can i create example vi in driver project. 

3. How can i give this driver files to someone else to use when i give them the instrument. Is there something like release file or .exe i can generate? so they can install ?

 

Thank you,

Nik

 

0 Kudos
Message 1 of 3
(2,671 Views)
Solution
Accepted by topic author nikkachhadiya

Well, these questions could be answered with a book or two.

However, I use and recommend creating a VI Package using VIPM.  If you use the Pro version, you can create a repository which makes sharing with your team easy and also provides for notifications of updates.

The Developer Center Resources is a good place to start your research/learning.

 

Regards,

 

James

 

Tech Advisor - Automation
LabVIEW 5.0 - 2020
Message 2 of 3
(2,657 Views)
Solution
Accepted by topic author nikkachhadiya

I recommend you look at JKI VI Package Manager (VIPM).  With it, you can build up a package for distribution.  Part of the distribution is the creation of the palettes for the library.  Then whoever you give it to just install using VIPM.  And the really neat thing is that you can install on a per LabVIEW version, so you can have different versions of a package installed in the different versions of LabVIEW you have installed on a machine.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 3
(2,656 Views)