Hi!
Is there a way to automaticaly set a tag property ''enabled'' to false/true in condition of the state of an other external tag property?
As exemple: Ive got a tag 1111_test and a tag 1111_test_com. I want to disable the communication of the 1111_test (set enabled to false) if the 1111_test_com.value=false. If 1111_test_com.value=true, then the ''enabled'' porperty of 1111_test will be set back at true.