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

ページ / 472
 
 
 
7 - 96 
7   OPERATION CONTROL PROGRAMS  
 
F/FS G 
 
 
7.14 Comment Statement : //  
Format 
// 
 
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 
— — — — — — — — — — — — 
 : Usable 
 
[Setting data] 
There are no setting data.  
 
[Functions] 
(1)   A character string from after // to a block end is a comment.  
 
[Errors] 
(1)   There are no operation errors for comment: //.  
 
 
[Program examples] 
(1)   Example which has commented a substitution program. 
 
D0=D1//Substitutes the D0 value (16-bit integer data) to D1.