New to PI
Our programmers are helping us move our data sheets from Process view to the PI system and they want me to create a tag based on a similar formula they use on the other side.
WHEN SUM(TAG1) + SUM(TAG2) = 0 THEN 0
WHEN SUM(TAG2) >= 0 THEN 1
ELSE 2
I have created a few other calculation tags for them but nothing this complicated. I am lost as to how to even start this one.
Any thoughts?