174
4 OPERATION CONTROL PROGRAMS
4.9 Type Conversions
Unsigned 64-bit floating-point value conversion: UFLOAT
■Usable Data
: Usable
■Description, data type of result
• The data specified with (S) is converted into an unsigned 64-bit floating-point value.
• If (S) is a 64-bit floating-point type, its value is returned unchanged, with no conversion processing performed.
An operation error will occur if:
• (S) is an indirectly specified device and its device No. is outside the range.
■Program which converts the data of D0L into an unsigned 64-bit floating-point value and
substitutes the result to #0F
Format Number of basic steps Usable steps
F/FS G
UFLOAT(S) 4
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)
16-bit
integer
type
(K/H)
32-bit
integer
type
(K/H, L)
64-bit
floating
point
type (K)
(S)
Setting data Description Data type of result
(S) Data which will be converted into unsigned 64-bit floating-point value 64-bit floating-point type
#0F = UFLOAT(D0L)
K-1L
D1 D0
D0L
(HFFFFFFFF)
#2 #1#3 #0
K4294967295.0#0F
Unsigned value is K4294967295