12-07-2005 05:26 PM
12-07-2005 05:42 PM
12-08-2005 03:19 PM
12-08-2005 03:37 PM
I think he meant subpanel, but I don't think 6.1 supported those.
Keeping complex code out of your VI is usually a good thing. Are you sure you want it to be inside your VI?
If you do, the only thing you can really do is select all the code and paste it in the block diagram of the VI. This will copy all the front panel controls as well, but not decorations.
If you don't have to put inside your VI, you can use Matt's second suggestion - call the other VI inside your VI. You can do this by dragging it into your block diagram. You can make its front panel appear by going to File>>VI Properties>>Window Appearance.
This is really basic stuff. To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).
12-08-2005 03:37 PM
supinely = subpanel Looks like spell checker got me!
Don't need to be an advanced user to spell correctly
I don't know if 6.1 has subpanels but you sure could use an upgrade. 7.1 and 8.0 have many advances to make life easier.
Matt
12-10-2005 11:39 AM
Hi, thanks for the advice I know about calling a vi, just wanted to know if could bring it into the original vi in its entirety without any effect to its front panel and diagram.
Thanks
12-10-2005 11:42 AM