02-22-2023 03:55 AM - edited 02-22-2023 04:51 AM
02-22-2023 11:59 AM
We devellop from the sequence/wrapper/core folder, but in production, the used file will be in the bin as we want the bench without source code on it ('cause it lead to modification on the line in dirty mode). Easy and no trouble for compiled files, but for teststand (and labview maybe) and the log/config folder we have an issue. We put our path from the development folder and we have not found yet an easy way to deal with the change of the main folder.🙂
I may be missing part of what you are doing. But we do a similar thing where I work with separate source and deployed code. What you want to make use of here is Search Directories. Your deployed machines can have different search directories pointing to the bin folder, whereas your development machine can have search directories pointing to the source. As long as you use relative paths in your sequences, that is all it should take to change where they look.