Can I display the result of a calculation?
I am new to Zenon and I hope someone can help me. What I need to do is display the result of a dynamic calculation on the screen.
For example, I have three PLC variables, A, B and C.
I need to display (A / B), all multiplied by 7 only if C equals 4.
In RSView this is easy, I just make a display variable and enter this:
(A / B) * ( (7 * (C=4)) + (C<>4) )
What is the easiest way to do such a thing in Zenon?
Thank you.
This is a migrated post! Originally posted on 03.03.2014 by user mjackson. Please be aware that information can be outdated.