02-12-2018 09:34 AM
I always wondered the reason behind this behavior.I google-d for a while, but nothing relevant came up so far...
I often use the run mode when I want to review the "looking" of my front panel, like the changes caused by custom Window settings, and some other visibility checks of the different objects on the front panel.
However, when I work on a VI, it is still often in a non-runable state. Still, I want to see how the FP looks like using the ctrl+m. Since the VI has a broken run arrow, the ctrl+m will just open the error list dialog.
Questions:
Solved! Go to Solution.
02-12-2018 10:13 AM
While I don't know the answer for sure, I can make a guess.
In ctrl-m mode, a part of the vi code is actually running: for example, if a button changes its text when pressed, you can see the alternative text to appear. It's possible that the running part - even if a subset of the code only concerning the user interaction - cannot run if the vi is not correctly compiled.
02-12-2018 01:09 PM
I usually just end up disabling parts of the code that are broken. That being said if this were an idea on the idea exchange I'd vote for it.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
02-12-2018 01:12 PM
wrote:
That being said if this were an idea on the idea exchange I'd vote for it.
+1
02-12-2018 01:31 PM - edited 02-12-2018 01:34 PM
Declined, due to low number of votes 😞
Can I "resurrect" an idea, or is it not possible? 🙂
edit:
I guess a quick drop plugin could do a "put a disable structure around the whole BD", then remove it...In this way we would have a quick way to set a VI FP into run mode, even if it is not runnable...
02-12-2018 01:58 PM
Just post a new idea, it might get traction where it didn't before. This thread alone will add visibility to it.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
02-12-2018 02:19 PM
02-19-2018 11:46 PM
Official reply, and explanation why it is not implemented:
If someone makes a quickdrop plugin (see idea above) using a Diagram disable structure, please post the link here! 🙂