Good day!
I am have a problem with enabling (disabling) a tags by changing the “.Enable” tag property.
Ignition 8.0.18, OS windows 10
There are several UDT tags that are part of another UDT tag. The outer UDT tag also contains a register (memory int) that determines which elements of the structure should be enabled and which ones should be disabled.
When the register is changed, a data change script occurs then copies data from the tag register (bits true/false) to the parameters of the outer UDT, the parameters (string variables) are used to bind “.enable” property of the internal UDTs tags.
The problem is as follows. Specific OPC Tag has the status enable, but the value is of Bad_disbled quality.

Could someone suggest this is a bug that has been fixed in a newer version, or it is bad solution of transform UDT?