04-24-2009 01:47 PM
Hi,
I'm using a TestStand Operator Interface made with LabVIEW similar to the TS Simple OI example.
But I want to change the path when clicking the Open Sequence File button, I want a specific path.
All help is apreciated.
Regards,
Daniel Coelho
Solved! Go to Solution.
04-27-2009 04:10 PM
Just need some help on how to specify the folder that TestStand opens when I click Open Sequence File.
Is there a way to do it on LabVIEW or on the TestStand configuration menus?
04-28-2009 11:05 AM
Daniel, you might be interested in this Knowledge Base:
How Do I Change the Default Directory for the Open File Dialog in TestStand?
I searched ni.com for open file dialog teststand and this was the fifth or so link.
04-29-2009 09:23 AM
Thank you for your time.
You're right, I searched ni.com and I found the same link. I promise to search more carefully next time.
Although I wanted to do it programatically, this way works as well.
Thank you for your help one more time.
Regards.
04-29-2009 10:16 AM
Daniel,
From a LabVIEW VI, you can make a similar call to "SetCurrentDirectory" in kernel32.dll using Call Library Function node.
Regards
Anand Jain
National Instruments
04-29-2009 10:21 AM
Thank you for your reply.
I already tried to do it and it didn't work.
I called kernel32.dll and created a string argument with "C:\\EXISTING_PATH" but TestStand wasnt opening my selected folder.