Hi, Not sure if this is the correct forum for this....
Basically i need to display either a blank string or a value in a cell on a report if the value of a certain variable is a certain value.
So i have two arrays (both of type INT)
1.Cell Status[1..69]
2.Cell Weight[1..69]
if the Cell Status(x) is <> 0 then we need to display the cell weight.
if the Cell Status(x) is = 0 then we need to display"-"
Attached is what i have now that always displays the value of weight. Is it possible to do what i require?
Clearly i can do this in the PLC and change the arrays to strings but that would involve re-engineering of allot of other screens....:(
thanks
David
This is a migrated post! Originally posted on 06.02.2015 by user synergyautomation. Please be aware that information can be outdated.