LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

saving vis in a development distribution in labview 8.2

Hi,

In labview 7.1, you could save your vis in a .llb as a development distribution. How do you do this in labview 8.2. There is no save with options item in the File menu.

Thank you,

Tim
0 Kudos
Message 1 of 4
(2,171 Views)
Yes you can.

You have to use projects (which is good IMHO), and create a build specification of the type 'source distribution'. In the target settings you can select llb.

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 4
(2,161 Views)
Hi,

I am new to build specifications and labview 8.2. Where is the target settings.

Thank you,

Tim
0 Kudos
Message 3 of 4
(2,156 Views)
It's in the manual, which you can access by having the Context Help window open. Then, when you hover over the "Build Specification" tree item the Context Help will have a "Detailed Help" hyperlink. Click this to get to the help.

Short answer: Right-click on the "Build Specification". Select "New->Source Distribution". If you need an explanation of the individual panes, click on the "Help" button in the lower right. If you really want an LLB (not recommended), select "Custom" for "Packagin Option" and then the check box "Destination is LLB".
0 Kudos
Message 4 of 4
(2,141 Views)