05-24-2011 06:00 PM
@altenbach wrote:
Darin, I don't use it enough to worry, just some quick rube because I could not find the correct property (looking for "panel" instead of "front panel"). Your method for the panel reference is definitely better and I think that's what I actually use in my code elsewhere. 😄
Before adding merge VIs to my palette to drop PN/IN with VI class selected, I used to drop Open VI reference just to right-click and Create Property-> and then delete the function.
05-24-2011 06:21 PM
Here is one of my patented SWAGs. What happens if you write the Text.Text property instead of Value in AB's example?
05-24-2011 06:25 PM
Dear altenbach,
That could be an issue with 8.6. Here is what I'd meant, do you see the same problem with your version base on the following?
Please check out the attached files, run from the ..launch.vi file instead and also please keep them both in the same dir.
Anyway, here is the deal at the first breakpoint, no issue:
Then at the second breakpoint: BAM RESET, all back to RED!!!
05-24-2011 06:30 PM
Dear Darin.K,
Here is what I meant, please checkout the modified files in the attachment and run the example file:
Your solution still blink, it just does it the opposite of Altenbach's solution. Here at the first break point: BAM, RESET all to GREEN!!!!
Then comes the second breakpoint, back to normal. But it blinks like crazy in each loop.
05-24-2011 06:32 PM - edited 05-24-2011 06:33 PM
Altenbach & Darin,
When running without constant changing variable, it doesn't blink. It only happens whenever the texts were changed without any regard to the length. You could have the same length and it still binks.
05-24-2011 06:34 PM
Change the Value property to Text.Text and let me know what happens. I do not have LV8.6 to test right now.
05-24-2011 06:49 PM - edited 05-24-2011 06:51 PM
@Darin.K wrote:
Change the Value property to Text.Text and let me know what happens. I do not have LV8.6 to test right now.
OK, I got it. Yes and No. Yes, it stops blinking but if you run multiple instances simultaneously such as the "string colorbugLaunch.vi" file, then it still blinks frantically.
You guys said Labview 2009 doesn't have this problem? Even though I'm using 8.6.1 but I believe this is the quarterly update from Q2 of 2009. Shouldn't NI already have this issue fixed?