Overriding Properties in UDT Instances by system.tag.writeAsync()

You bet; it looks like there’s also a bug in 8.0.9 with setting overrides with system.tag.configure. If we write False to OVR.Enabled with system.tag.writeAsync as shown above so it’s overridden to false, system.tag.configure will then clear the override if we set it to None (as expected). But if we use system.tag.configure to set that override to True, it also clears the override (instead of overriding to true as expected). And I haven’t found a way to get system.tag.configure to do anything when trying to configure OVR.Enabled to False. In all cases system.tag.configure returns[Good], but the only case where it behaves as expected is setting the override to None.

EDIT: See this post below for the correct way to set overrides with system.tag.configure.