Milling Machine Series
CNC operations
24
Advantech-LNC Technology Co., Ltd.
1.3.3 Variables
Description of variable functions:
They can be used for passing arguments or computing conditional expressions in a macro program.
Using variables:
Users can use the <POS> key on the MDI panel to switch to monitoring group before pressing the 【Variables】
key to view local and global variables.
Local variables #1 to #199 can be read/ written by users in a macro program, so their numerical values cannot be
entered directly on the human-machine interface.
Global variables:
@1 to @999 can be read/written by users inside a macro program.
@1000 to @1999 are the system macro's global variables reserved for the system.
@5000 to @5999 are global variables with shared paths which can be edited by users.
@6000 to @6999 are global variables with shared paths to be used by the system.
Users can edit a macro or a program to change the numerical values.