Hi All,
I want to write three status from two different tag values.
"1" Means "Open"
"2" Means "Close"
"3" Means "Travel"
How to write the tag expression referencing another two tag value in VT SCADA.
if [Sludge Dewatering\ZIO_6333A]==1 then "1"
else if [Sludge Dewatering\ZIC_6333A]==1 then "2"
ELSE "3"
Hi All,
I want to write three status from two different tag values.
"1" Means "Open"
"2" Means "Close"
"3" Means "Travel"
How to write the tag expression referencing another two tag value in VT SCADA.
if [Sludge Dewatering\ZIO_6333A]==1 then "1"
else if [Sludge Dewatering\ZIC_6333A]==1 then "2"
ELSE "3"