Issue
Accuracy of values/input values displayed using a MPM
Product Line
EcoStruxure Building Expert
Environment
SmartStruxure Lite using MPM
Cause
Number of decimal places is 12.345 when the site would prefer 12.3 or 12.34.
Resolution
You may want to use this example in a running program (PGx) and replace ME.AVx by appropriate variable. Example Program: ME.AVx = math.floor(ME.AVx * 100 + 0.5) / 100
Below is a screenshot of AV3 2.234 value displayed correctly in AV4 as 2.23