LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plug in architecture

I am trying to create a vi that would have different options available, depending on an ini file.  Each option is associated with a vi that would be called dynamically and shown in a subpanel. 

 

 

I wanted to to do this, because I want a simpler way to distribute new feature.  I thought I just need to send a single vi to the users, but I am wrong.  My dynamically called vi also include vi from toolkits and source control library. 

 

What is the right way of doing this?  A source distribution?

 

 

 

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 3
(2,304 Views)

You could use a packed library. Alternatively you might want to consider building an exe. Much easier to distribute. Plus you can build an installer.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
Message 2 of 3
(2,288 Views)

I need to play with those options a little, thanks!

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 3 of 3
(2,272 Views)