Turn on\off ignition edge tags

Hi Guys, i want to turn on\off tags in igntion edge. So i have created udt's in edge i have a boolean tag named control and also i have a opc tag named called Pressure so if i set the control(Boolean) tag to false the pressure values should be null is there any way to achieve this

You should handle this either in the GUI or you could create an expression tag that returns None on your condition, or the pressure value if not. You could also disable the pressure tag using a tag change event on the control tag