12-17-2007 07:12 AM
12-18-2007 05:59 PM
Hi Dan,
Thank you for contacting National Instruments. In the more recent versions of LabVIEW, 8.0 to 8.5, this process is integrated with the project. Therefore, there isn't an equivalent build type to that you have described in LabVIEW 7.1. In this format a target VI along with a host VI is commonly used in Real-Time applications. The host VI is not necessary, however if you desire to have a user display/interface, or significant data storage this should be done on a host VI to maintain determinism.
If you do want to have a basic Front Panel on the Real-Time target, this can be accessed via Remote Front Panels. However, from a built executable only one instance of this can be opened at a time. Therefore, if you have a need to view this Front Panel from multiple points at a time, you can do this if the target VI is not a built executable, but merely run manually from the host computer.
I hope this helps. Let me know if you have related questions or need additional clarification. Have a great day!
Jason W.
12-19-2007 06:51 AM
That's what I thought.
Thanks for the confirmation.
Dan