Delta AS Series Programming Manual page 1047

Hide thumbs Also See for AS Series:
Table of Contents

Advertisement

2.
The format of the value in S can be decimal or exponential. The instruction automatically determines the format
according to the value in S.
Decimal format: the length for the floating-point string is nine; the ending character 16#00 is not included.
High byte
16#31 (1)
S
S + 1
16#32 (2)
S + 2
16#34 (4)
S + 3
16#36 (6)
S + 4
ending character
OR
High byte
S
16#31 (1)
S + 1
16#32 (2)
S + 2
16#34 (4)
S + 3
16#36 (6)
S + 4
ending character
Exponential format: the length for the floating-point string is 9; the ending character 16#00 is not included.
High byte
S
16#31 (1)
S + 1
16#32 (2)
16#45 (E)
S + 2
S + 3
16#30 (0)
S + 4
ending character
3.
If the sign code in S is 16#20, 16#30, or 16#2B, then the conversion result is a positive value. If the sign code in S
is 16#2D, then the conversion result is a negative value.
Low byte
16#32 (2)
16#2E (.)
16#33 (3)
16#35 (5)
16#00
16#37 (7)
Low byte
16#2D (-)
16#2E (.)
16#33 (3)
16#35 (5)
16#00
16#38 (8)
Low byte
16#2D (-)
16#2E (.)
16#33 (3)
16#2B (+)
16#00
16#32 (3)
Cha p ter 6 App l ied Ins truc tio ns
D
21.234567
D
-1.234568
D
-1230
6_
1
6 - 7 6 7

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents