TOMATECH AUTOMATION
� Macro variables reference
1. Macro variables can replace command values
Format: ﹤Address﹥+“# i” or﹤Address﹥+“-# I”. It shows the system takes variable
value or negative value of variable value as address value.
Example: F#103…when #103=15, its function is the same that of F15;
Z-#110…when #110=250, its function is the same that of Z-250;
2. Macro variables can replace macro variables values.
Format: “#”+“9”+macro variables number
Example: if #100 = 205, #105 = 500,
The command function of X#9100 is the same as X500;
The command function of X-#9100 is the same as X-500
Note 1: The address O, G and N cannot refer macro variables. For example, O#100,G#101,N#120
are illegal;
Note 2: If macro variables values exceed the maximum rang of command values, they cannot be
used. For
example: #130 = 120, M#130 exceeds the maximum command value.
� Variable display
Ⅰ Programming
(1) In macro window, the variable being displayed to the null means it is null, i.e. it is not
defined. The variable being displayed to “********” means it exceeds the displayable