Mitsubishi Electronics 60/60S ユーザーズマニュアル

ページ / 559
2.  Monitor 
2.7  COMMON VARIABLE 
 
 
 
I-72
 
2.7.1  Common Variable Display 
 
 
(1)  When a common variable command exists, if the block is executed, the execution result is displayed. 
 
 
 
 # 
 100 -123456.7890 
 101       0.0000 
 102 
 
 # 
 100 -123456.1234 
 101      12.3456 
 102 
(Example) 
The following machining program is 
executed. 
 
  #101=12.3456 
 
 
 
(2)  When a command to set variable names for common variables #500~#519 by user macro exists, if the 
block is executed, the setup variable name is displayed. 
 
 
Variable name setting and reference commands require the user macro specifications and are limited 
to 20 common variables #500~#519. The variable name is a string of up to seven alphanumeric 
characters beginning with an alphabetic character. For common variables #500~#519, the variable 
numbers, data, and variable names are displayed as shown below: 
 
 
 # 
 500 -123456.7890  ABCDEFG 
 501 
100.0000 
 502 
999.9000 
(Example) 
The following machining program is 
executed. 
 
SETVN 501 [POINTER, COUNTER];
 
RESERCH
PLC-SW
COM-VAR
LOC-VAR MENU 
 [COMMON VARIABLE] 
MONITOR 7.6/11
 
 # 
 500 -123456.7890 
ABCDEFG 
 501 
100.0000 
POINTER 
 502 
999.9000 
COUNTER 
 503 
 
 504 
 
 505 
 
 506 
 
 507 
 
 508 
 
 509 
 
 
  # (    ) 
DATA (            ) NAME (            )