Macro System Variables
This chapter lists the macro system variables available for use in GENER macros. All variables return a value, but those identified as read-only cannot be assigned a value. Variables are organized in groups.
The first section summarizes the various variables by category.
- Variable Summary
- Variables Defining Constants
- Machine, CL & Workpiece Coordinate Variables
- Motion-Related Variables
- Macro Variables
- Look-Ahead Variables
- Conversion Factor Variables
- Coolant, Feed Rate and Spindle Variables
- Cutter Compensation Variables
- Operation Variables
- Tooling Variables
- Lathe Variables
- Contouring Variables
- Automated Canned Cycle Variables
- MCD/Tape Variables
- Backplot File Variables
- Machining Time Variables
- Post-Processor Definition Variables
- Verification Listing Variables
- Error Message Variables
- Composite Post-Processor Variables
- Subprogram Variables
- Licensed Option Variables
- Miscellaneous Variables
Syntax Format Conventions
Special notation is used to simplify the listing of a series of similar variable names. Square brackets [ ] enclose a list of characters of which one may be optionally selected; and braces { } enclose a list of characters of which one must be selected. For example, $[AB]C{DE} is short for $CD, $CE, $ACD, $ACE, $BCD and $BCE.