Tag Editor: what is the gray dot?

Hello all,

Curious, what is the gray dot for?

I am working through some tag history problems and I found tags with history enabled and disabled, some had green dots some had gray dots.

Thanks.

EDIT: I clicked on a gray one and it turned green. Then I cancelled the tag edit cause I wasn't sure what it would do!

The green dots indicate an override from the UDT definition. Pretty much always present for UDT parameters, but not usually for other parts of UDT instances.

1 Like

In other words: Grey means "this could be overridden but is not", and green means "this has been overridden".

3 Likes

So if I click on it, nothing will really happen, right?

No, if you click on the green dot to make it grey, that value will change back to the value in the UDT definition.

1 Like

And conversely, if you click on it to make it green, that item will hold the value it has in the instance even if you make a change/update to the UDT because you have overridden the UDT value.

You can think of it sort of as a local/remote switch. When green it uses whatever value you have set locally in the instance, when it is grey it uses whatever value is defined in the UDT.

In your example, if you click the dot next to "History Enabled" so it is green it will use the local value. That local value will still be false, so history is not enabled. But, if you then change the value to true, that will enable history for that instance, and the UDT will not be able to change that for this specific instance.

3 Likes