08-20-2012 07:44 AM
All,
I have created some 20 plus controls for my application (LabView RT 2011). The application works as desired.
All of the controls come under the Dependancies in the project folder.
EXCEPT for one on them. It is in the "My Computer" section of the project.
Any idea why it is here and how can it be moved to the dependancy section.
thanks
Solved! Go to Solution.
08-20-2012 08:00 AM
08-20-2012 08:53 AM
Thanks.
It is in a debug mode for development.
Let me ask:
Once deployed, the GUI will not be used so the controls should not be an issue. Is that correct?
Thanks again
08-20-2012 09:51 AM - edited 08-20-2012 09:52 AM
CarmineS wrote:Once deployed, the GUI will not be used so the controls should not be an issue. Is that correct?
That's correct. Once deployed, the front panel will no longer be there, so you should use a host computer and some form of network communication to send any necessary messages to the remote device (if the user needs to be able to communicate). If it will just run headless, no need to worry about this.