AdvancedHMI Software

General Category => Support Questions => Topic started by: opmal7 on April 14, 2016, 03:32:41 PM

Title: BasicLabel, Number of Decimal Places
Post by: opmal7 on April 14, 2016, 03:32:41 PM
I'm using a basic label to display a float value from the PLC.  Currently, the label is displaying 5 decimal places.  Is there a way to change it so it only displays 1 decimal place?
Title: Re: BasicLabel, Number of Decimal Places
Post by: Archie on April 14, 2016, 04:06:01 PM
In the NumericFormat property enter 0.0
Title: Re: BasicLabel, Number of Decimal Places
Post by: opmal7 on April 15, 2016, 11:13:16 AM
In the NumericFormat property enter 0.0

Worked perfect.  Thanks!