Справочник Пользователя для Mitsubishi Electronics Q172CPU(N)

Скачать
Страница из 472
 
 
 
7 - 58 
7   OPERATION CONTROL PROGRAMS  
 
F/FS G 
 
 
7.10.3 Logical AND :   
Format (S1) (S2) 
 
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 
(S1) 
 
— — — — — — — —   
 
(S2) 
 
— — — — — — — —   
 
 : Usable 
 
[Setting data] 
 
Setting data 
Description 
Data type of result 
(S1) 
(S2) 
Data which will be ANDed 
Logical type (true/false)  
 
[Functions] 
(1)   The data specified with (S1) and the data specified with (S2) are ANDed.  
 
[Errors] 
(1)   An operation error will occur if:  
•  (S) is an indirectly specified device and its device No. is outside the range.  
 
[Program examples] 
(1)   Program which sets M100 when M0 and X0 are both 1  
 
SET M100 = M0 X0 
 
 
M100 
M0 
1
1
(True)
X0