Hi guys, can you help me how we can write this expression for third tag for two tags it is working fine so how we can write expression for the third tag
if
({tag1} >
0
,
if
({tag2} >
0
,
"Both Tags are positive."
,
"Tag 1 is positive."
),
if
({tag2} >
0
,
"Tag 2 is positive."
,
"Neither Tag is positive."
))
i will pastte the link here for the manual if - Ignition User Manual 7.9 - Ignition Documentation