LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application Builder

Actually only your *.mnu file needs to be there, as LV will populate the palettes at startup by browsing user.lib and instr.lib. But it is easier to install if you place all VIs there as well.

 

Felix

0 Kudos
Message 11 of 13
(466 Views)
....
Message Edited by lavalava on 09-10-2009 12:30 PM
0 Kudos
Message 12 of 13
(450 Views)

How to customize your palette view is very detailed in the help. Did you look at the subject. When you customize a palette, you are creating a .mnu file. It is the .mnu file that modifies the palette. So, just place the VIs you want in the appropriate location and edit the palette to show them. You have then created the .mnu file you want to distribute.

 

You are not forced to use the User.lib but for custom toolkits, I would recomend it. For instrument drivers, you should place the files in instr.lib. NI places their toolkits in vi.lib\addons.

0 Kudos
Message 13 of 13
(442 Views)