
reid (Customer) asked a question.
Force some Floats to display in exponential notation.
I have some live vacuum values that have always historically been displayed and monitored in exponential notation. The numeric display object will only display EN notation if the value is too big or small to display. I want it to always display EN. I guess I'll hath to use a math action in an event to force justify the number
It would be most helpful if you would identify the specific HMI.
And identify the sourcing PLC also. If the HMI does not support that capability, then (for example) Do-more series, you can format a REAL value using STRPRINT to be in exponential notation, then have your HMI do status on the string, not the REAL value.