LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Created Controls as dependancies

Solved!
Go to solution

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

0 Kudos
Message 1 of 4
(2,749 Views)
Right click and remove from project. It was probably accidentally added. Once it is removed from the project it will be placed in dependecies if a VI truly depends on it. On a side note, why does an RT program have so many controls? RT is not meant to have front panels, unless you are debugging in the development environment.
0 Kudos
Message 2 of 4
(2,746 Views)

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

0 Kudos
Message 3 of 4
(2,737 Views)
Solution
Accepted by topic author CarmineS

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.

Message 4 of 4
(2,724 Views)