05-28-2019 07:19 PM
I have a structure to my development directory, with 3 subdirectories:
Can I configure the deployment tool to preserve that structure in a deployment?
Stephen
05-29-2019
09:55 AM
- last edited on
01-01-2025
10:24 AM
by
Content Cleaner
Hi stephenb2,
You can configure the deployment tool to place all included files in a custom hierarchy. I would recommend starting with the article below for a high-level look at deployment:
Deploying LabVIEW Code Modules with NI TestStand
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x2pdCAA&l=en-US
The low-level configuration is mostly done in the following menu:
Distributed Files Tab
Let me know if you have any follow up questions about configuring the settings on the deployment menus.
Best,
Duncan W.
Technical Support Engineer
National Instruments
07-01-2019
11:47 AM
- last edited on
01-01-2025
10:25 AM
by
Content Cleaner
Thanks Duncan. With TestExec.ini being refactored, does a different file need to be included in the workspace file? Can I add that file(s) to the workspace by selecting it from "C:\ProgramData\National Instruments\TestStand 2017 (32-bit)\Cfg"?
For a descriptive list of configuration files and what they contain, refer to the Configuration Files section of the NI TestStand Help. If you intend to run your LabVIEW code modules using the LabVIEW Run-Time Engine, you should typically include the TestExec.ini configuration file in your workspace file.
07-02-2019 02:55 PM
Hello Stephenb2,
I recommend including all of the cgf files that the TestExec.ini was refracted to, that way you are still carrying over the same information. And you can go ahead and add them to the workspace by selecting them from the TestStand directory.