Disabling a Tag based in another tag

Hello,

Im trying to disable a memory tag when another memory tag is with his expression in true…

Is it Possible ?? How the better way to configure it ??

It looks like there is no direct binding on enabling tags. You can try and use a value change script on the expression tag with this line: system.tag.writeBlocking(["[default]testing.enabled"], [currentValue.value]) you just need to replace [default]testing, with the path of your tag.

Thanks, its worked !!