Demo 2 (Displaying The Decimal Point) - ICP DAS USA TPD Series Programming Manual

Hmi devices
Hide thumbs Also See for TPD Series:
Table of Contents

Advertisement

3.2.2 Demo 2 (Displaying the Decimal Point)

The numbers used in the "Ladder Designer" are displayed in integer format without
decimal digit. In some case, you may need to calculate or display the decimal. Please
magnify the value enough to calculate it with integer type, and then display the result
using the "DecimalDigits" in the Property Inspector. The detail is below:
Suppose we want to calculate the result of "50 divided by 7", and the precision requires
the third decimal place (the fourth digit is chopped off). We need magnify the "50" to
"50000" and dividing it by 7, and then adjust the "DecimalDigits" of the Label to "3" to
display it.
Step 1:
Create a new TPD-703-64 project based on the Ladder Designer (refer to
Section 2.2
Enter the default
directory for saving
the project
Select the HMI display
orientation
Select the device
TPD/VPD Series – Programming Guide v.1.0.6
Copyright@ 2020 ICP DAS CO., LTD. All Rights Reserved. E-mail: service@icpdas.com
for more details).
c.
d.
a.
Select the
programming type
Enter a project name
b.
e.
Page 56

Advertisement

Table of Contents
loading

Table of Contents