5 - 36
5 OPERATION CONTROL PROGRAMS
F/FS G
5.6.10 Absolute value : ABS
Format ABS(S) Number of basic steps 2
[Usable data]
Setting
data
Usable Data
Bit device
Word device Constant
Calculation
expression
Bit
conditional
expression
Comparison
conditional
expression
16-bit
integer
type
32-bit
integer
type (L)
64-bit
floating
point
type (F)
Coasting
timer
16-bit
integer
type (K/H)
32-bit
integer type
(K/H, L)
64-bit
floating
point
type (K)
(S) —
— —
: Usable
[Setting data]
Setting data Description Data type of result
(S)
Data on which absolute value conversion will be
performed
Data type of (S)
[Functions]
(1) The absolute value of the data specified with (S) is found.
[Errors]
(1) An operation error will occur if:
• (S) is 16-bit integer type and other than -32767 to 32767.
• (S) is 32-bit integer type and other than -2147483647 to 2147483647.
• (S) is an indirectly specified device and its device No. is outside the range.
[Program examples]
(1) Program which finds the absolute value of D0F and substitutes the result to #0F
#0F = ABS(D0F)
#3
#2
33.0
#1
#0
D3
D2
-33.0
D1
D0
D0F
#0F