05-10-2023 12:28 AM
Hello,
I just received a very big labview project. When I execute it, I always get the "Choose file to write" prompt indefinetly.
Does anyone have some suggestions how to narrow down the origin of this error? All the file write VIs look fine to me.
I am using Labview 2021.
Thanks you very much.
Best regards,
Michael
05-10-2023 01:00 AM
05-10-2023 08:32 AM
I believe there are a number of shipping VIs which can generate that prompt (for instance <vi.lib>\Utility\file.llb\Write To Spreadsheet File (string).vi).
I would suggest starting with Ctrl+F, switching to the text mode and searching for that text. Make sure you open the options for the search and mark to search the FP, hidden objects, etc. This should hopefully help you find which VIs in your code can even show the prompt (note that this only searches through VIs which are loaded, so if you have dynamic calls to VIs, they won't be covered).
From there, you can probably place a conditional probe to break if the path is empty and then use the font dropdown (which becomes a call chain dropdown when running) to see your call chain.
05-10-2023 09:28 AM - edited 05-10-2023 09:30 AM
Well that message can mean:
But I can only guess because you did not post any code that we can debug...