Mitsubishi Electronics Q173CPU(N) ユーザーズマニュアル

ページ / 472
 
 
 
7 - 43 
7   OPERATION CONTROL PROGRAMS  
 
F/FS G 
 
 
7.7.4 Unsigned 32-bit integer value conversion : ULONG  
Format 
ULONG(S) 
 
Number of basic steps 
 
[Usable data] 
 
Usable Data 
Word device 
Constant 
Setting 
data 
Bit device 
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) 
Calculation 
expression 
Bit 
conditional 
expression
Comparison 
conditional 
expression 
(S) — 
 
 
 
 
 
 
 
 
— — 
 : Usable 
 
[Setting data] 
 
Setting data 
Description 
Data type of result 
(S) 
Data which will be converted into unsigned 32-bit 
integer value  
32-bit integer type  
 
[Functions] 
(1)   The data specified with (S) is converted into an unsigned 32-bit integer value.  
 
(2)   The data range of (S) is 0 to 4294967295.  
 
(3)   When (S) is a 64-bit floating-point type, its fractional portion is rounded down 
before conversion is made.  
 
(4)   If (S) is a 32-bit integer type, its value is returned unchanged, with no conversion 
processing performed.  
 
[Errors] 
(1)   An operation error will occur if:  
•  The (S) data is outside the range 0 to 4294967295; or  
•  (S) is an indirectly specified device and its device No. is outside the range.  
 
[Program examples] 
(1)   Program which converts the data of D0 into an unsigned 32-bit integer value and 
substitutes the result to #0L  
 
#0L = ULONG(D0)  
 
#1
K65535L
#0
(H0000FFFF)
D0
K-1
(HFFFF)
Unsigned value is K65535