07-24-2008 10:31 AM
Solved! Go to Solution.
07-24-2008 11:58 AM
Hi DavidU, in the LabVIEW Quick Reference Card with Shift+ Drag it "Places that VI as a subVI on the block diagram with constants wired for controls that have non-default values."
If you want to have some subVIS with all the terminals cabled you could use "Merge VI" (if using LabVIEW 8.2 or below ) or "Snipets VI" if you are using 8.5 or above. The procedure is the same but in LabVIEW 8.5 or above instead of "Merge VIs" the option would be "Place VI Content". The advantage is that you can not only have the controls wired but you could have them in a specific position in the front panel. You would need to create a wrapper VI (that is the one you call to place content. But when you use this your subVI would be cabled.
How do I Put Snippets of Code on My LabVIEW Palettes?
How Can I Place the Block Diagram Code Snippets on a Palette?
Hope this helps