01-05-2016 01:06 PM
Hello,
I am developing a calibration application which utilize about six different write to csv and read csv VIs. They access different log files in the same location. I find it very time consuming to update path for each Vi when I change the folder location. I prefer not to use a string/Path control since these write/read csv VIs are at different levels in the application. Currently I use a path constant for each VI. and I was wondering if there is a better way to do this. I tried having a string control as a global variable. But the string does not update in each write/access to csv VI whenever I change string path in the global variable. Please find attached picture. The one circled is the one I try to keep consistent for all write/access CSV VIs.
Thanks
FLiu
Solved! Go to Solution.
01-05-2016 01:32 PM
I'm not entirely sure I understand your question. So I'll make some comments:
I hope this suggests ways to simplify your file-naming situation. If I've missed your point, please explain ...
Bob Schor
01-05-2016 01:41 PM
These are very helpful thanks !