Strings ("$") - Delta AH Series Operation Manual

Motion controller
Hide thumbs Also See for AH Series:
Table of Contents

Advertisement

AH Mo t io n C on tr o ll er – O p er a t io n M a nu a l
1 10000000011 0111000000000000000000000000000000000000000000000000
=C03700000000000
 Decimal Floating-point Numbers
-
Since single-precision floating-point numbers and double-precision floating-point numbers are not widely
accepted by people, they can be converted into decimal floating-point numbers for people to make
judgement. However, as to the operation of the decimal point, the PLC still uses single-precision
floating-point numbers and double-precision floating-point numbers.
-
A 32-bibt decimal floating-point number is represented by two consecutive registers. The constant is stored
in the register whose number is smaller while the exponent is stored in the register whose number is bigger.
Take (D1, D0) for example.
Base number D0=±1,000~±9,999
Exponent D1=-41~+35
The base number 100 does not exist in D0 because 100 is represented by 1,000×10
decimal floating-point numbers range from ±1175×10

5.2.18. Strings ("$")

What strings can process are ASCII codes (*1). A complete string begins with a start character, and ends with an ending
character (NULL code). If what you enter is a string, you can enter 31 characters at most, and the ending character 16#00
will be added automatically in ISPSoft.
1. No string (NULL code) is moved.
_5
2. D0=0 (NULL)
3. The string is an even number.
D0
16#62 (b)
D1
16#64 (d)
D2
0 (NULL)
The string is an odd number.
5 - 1 4
16
D eci mal f lo ati ng -po in t nu mb er=[C on sta nt
16#61 (a)
16#63 (b)
2
[Ex ponent
]*
1 0
D 0
-41
+35
to ±402×10
.
]
D1
-1
. In addition, 32-bit

Advertisement

Table of Contents
loading

Table of Contents