LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Should the ctl files be placed in "Dynamic vis and support files" section od the project properties dialog box of the project explorer

I am working on a project that includes multiple types of files. (I am using LabVIEW 8.2). One of my task is to first test the executable of the project and then to turn the whole project into an executable. To turn the main top level vi into an executable, where would the ctl files go in the source files section of the project properties dialog box of the project explorer. Would they go in the "Dynamic VIs and support files section"?
Kindly help!
Thanks!
0 Kudos
Message 1 of 4
(2,693 Views)
They don't have to go anywhere. If the controls are used in statically linked VIs, they are already part of the project.
0 Kudos
Message 2 of 4
(2,682 Views)
How can we find out if VIs are dynamically linked or statically linked?
0 Kudos
Message 3 of 4
(2,671 Views)
Well, if you wrote the code, then you should know. If you use the Open VI Reference, you are dynamically calling VIs. If you placed the icon of a subVI on a block diagram (the normal method), then those VIs are not.
0 Kudos
Message 4 of 4
(2,661 Views)