11-27-2015 02:35 PM
If you click on an Error Ring constant to see what message it hides (or to select another error, etc) and, in the dialog window, press Cancel (whether or not you have done anything at ail), this will modify the VI the error ring is in.
This should not be the case if no change has been made to the error ring constant.
Tested in LV 2015f2 64 bit (Windows 7)
11-28-2015 12:50 AM
This is a big "Grrrr" for me. The same thing happens to a combo box when I edit the items and the cancel. I wonder if the error ring is just a fancy combo box so the same thing happens?
11-28-2015 07:21 PM
If there is no good answer by Monday I'll try to ask some people who might know because it seems interesting.
I'm not sure about the combo box but the error ring is an xnode and it seems like they will give you a dirty dot if any ability is called regardless of whether or not is actually does anything. I'm guessing it's the case of not good but expected behavior, we can CAR it if it's not though.
11-28-2015 09:12 PM
I thought this was a dirty asterisk. I stand corrected.
11-30-2015 07:24 PM
X.
I talked to some of our Product Support Engineers about this. They asked me to look into a few more things, but the behavior will likely result in a CAR from what I know about this so far.
I'll post back if I do or don't end up creating a CAR but as a heads up I've been a bit busy so it may take a few days. That is unless someone else from NI would like to take a look at it instead, you won't hurt my feelings if you do.
02-03-2016 06:53 PM
Better late than never. I created CAR #571353: Error Ring Causes Dirty Dot When No Parameters Are Modified.
Becuase I am a bit late I'll also show some pretty similar behavior that I noted in the CAR. Open the attached VI and do the following to produce a dirty dot.
1. Double click Set Dynamic Data Attributes and press escape
2. Select "Signal In" from the Set Dynamic Data Attributes and then select "Signal In" again from the menu.
You can try the same two things with the filter VI which is an actual Express VI and it doesn't have this behavior. I feel like this behavior should be explainable but I'll leave that to someone smarter than myself.
02-03-2016 10:23 PM
Did you check to see whether the combo box issue I mentioned above is related or not?
02-04-2016 06:23 PM
I don't know whether it's related but I went back and added a note to the CAR that the combo box has very similar behavior when selecting edit items.
To me it seems related but I don't know enough to make that judgement call.
02-04-2016 08:00 PM
The first Node in your Example.vi shows the XNode Wizard menu when right-clicked on, while the other one doesn't... Maybe an indication of the different natures of the beasts?
02-05-2016 06:02 AM
@X. wrote:
The first Node in your Example.vi shows the XNode Wizard menu when right-clicked on, while the other one doesn't... Maybe an indication of the different natures of the beasts?
I was trying to show that it definitely was unexpected behavior becuase Express VIs work one way where as Xnodes that look like Express VIs behave another way. My opinion (as a user not developer) is that if LabVIEW is trying to show them as the same thing, they should act the same which is what I was trying to show.