WJA Posted May 31, 2021 Report Share Posted May 31, 2021 I'm programmatically opening Project_main.lvproj file and afterwards opening Framework_MAIN.vi that is part of this project. What I want to avoid is opening the Project_main.lvproj again when it was already open in memory. So either I can programmatically check what files are open in LabVIEW (incl. .lvproj files and the path to these files) or I get an error opening the file twice, so it will skip this opening and jump directly to opening the Framework_MAIN.vi. Or are there other solutions available? Thanks Quote Link to comment
WJA Posted May 31, 2021 Author Report Share Posted May 31, 2021 Hey ShaunR, Just changed the Item "Name" to "Path". That's exactly what I need!!! Thanks for the quick and helpful reaction!!! Wouter Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.