This documentation is no longer maintained. For documentation of the current version of emc2, please see http://www.linuxcnc.org/docview/html

Table of Contents

List of figures

List of tables

1 AXIS

1.1 Introduction

AXIS is a graphical front-end for EMC2 which features a live preview and backplot. It is written in Python and uses Tk and OpenGL to display its user interface.

Figure: AXIS Window

1.2 Getting Started

To select AXIS as the front-end for EMC2, edit the .ini file. In the section [DISPLAY] change the DISPLAY line to read

DISPLAY = axis

Then, start EMC2 and select that ini file. The sample configuration sim/axis.ini is already configured to use AXIS as its front-end.

When you start AXIS, a window like the one in Figure [.] is shown.

1.2.1 A typical session

  1. Start EMC and select a configuration file.
  2. Clear the “ESTOP” condition and turn the machine on.
  3. “Home” all axes.
  4. Load the file to be milled.
  5. Use the preview plot to verify that the program is correct.
  6. Put the stock to be milled on the table.
  7. Set the proper offsets for each axis by jogging and using the “Touch Off” button.
  8. Run the program.
  9. To mill the same file again, return to step 6. To mill a different file, return to step 4. When you're done, exit AXIS.

1.3 Axis Display

The AXIS window contains the following elements:

1.3.1 Menu Items

Some menu items might be greyed out depending on how you have your .ini file configured. For more information on configuration see the Integrators Manual.

1.3.1.1 File

1.3.1.2 Open...

Opens a standard dialog box to open a g code file to load in AXIS. If you have configured EMC to use a filter program you can also open it up. See the Integrators manual for more information on filter programs.

1.3.1.3 Edit...

Edit will open the current g code file for editing if you have an editor configured in your ini file. See the Integrators Manual for more information on specifying an editor to use.

1.3.1.4 Reload

Reload will reload the current g code file. If you edited it you must reload it for the changes to take affect. If you stop a file and want to start from the beginning then reload the file. The toolbar reload is the same as the menu.

1.3.1.5 Save gcode as...

Save the current file with a new name.

1.3.1.6 Properties

Properties of the current loaded g code file.

1.3.1.7 Edit tool table...

Same as Edit if you have defined an editor you can open the tool table and edit it.

1.3.1.8 Reload tool table

After editing the tool table you must reload it.

1.3.1.9 Ladder editor

If you have loaded Classic Ladder you can edit it from here. See the Integrators Manual on setting up Classic Ladder

1.3.1.10 Quit

Pretty much what it does.

1.3.1.11 Machine

1.3.1.12 Toggle Emergency Stop F1

1.3.1.13 Toggle Machine Power F2

1.3.1.14 Set next line

This is used to start a program from a line. Select the line you want to start from then select Set next line from the menu and then Run from the tool bar. Use with caution as this will move the tool to the expected position before the line first then it will execute the rest of the code.

1.3.1.15 Run Program

1.3.1.16 Run a program.

1.3.1.17 Step

Single step through a program.

1.3.1.18 Pause

Pause a program.

1.3.1.19 Resume

Resume running from a pause.

1.3.1.20 Stop

Stop a running program.

1.3.1.21 Stop at M1

If you have a M1 in your g code and this is checked program execution will stop on the M1 line. Press Resume to continue.

1.3.1.22 Skip lines with "/"

If a line begins with / and this is checked it will skip that line.

1.3.1.23 Clear MDI history

Clears the MDI history window.

1.3.1.24 Copy from MDI history

Copies the MDI history to the clipboard

1.3.1.25 Paste to MDI history

Paste from the clipboard to the MDI history window

1.3.1.26 Calibration

This is a servo testing pop up widow for each axis. After making changes and testing them it can save them to your .ini file.

1.3.1.27 Show HAL Configuration

This brings up the HAL Show window.

1.3.1.28 HAL Meter

1.3.1.29 HAL Scope

1.3.1.30 Show EMC Status

1.3.1.31 Set Debug Level

1.3.1.32 Homing

Home any or all axis.

1.3.1.33 Zero Coordinate System

Zero work offsets.

1.3.1.34 View

1.3.1.35 Top View

1.3.1.36 Rotated Top View

1.3.1.37 Side View

1.3.1.38 Front View

1.3.1.39 Perspective View

1.3.1.40 Display Inches

1.3.1.41 Display MM

1.3.1.42 Show Program

1.3.1.43 Show Program Rapids

1.3.1.44 Show Live Plot

1.3.1.45 Show Tool

1.3.1.46 Show Extents

1.3.1.47 Show Machine Limits

1.3.1.48 Show Velocity

1.3.1.49 Show Distance to Go

1.3.1.50 Clear Live Plot

1.3.1.51 Show Commanded Position

1.3.1.52 Show Actual Position

1.3.1.53 Show Machine Position

1.3.1.54 Show Relative Position

1.3.1.55 Help

1.3.1.56 About AXIS

1.3.1.57 Quick Reference

Keyboard shortcut keys.

1.3.2 Toolbar buttons

From left to right, the toolbar buttons are:

  1. Toggle “Emergency Stop” (also called E-Stop)
  2. Toggle machine power
  3. Open a file
  4. Reload the opened file
  5. Run the program
  6. Run the next line of the program
  7. Pause the program
  8. Stop the program
  9. Zoom In
  10. Zoom Out
  11. Top view “Z”
  12. Top view “Rotated Z”
  13. Front view “X”
  14. Side view “Y”
  15. Perspective view “P”
  16. Rotate view, use left mouse button to rotate
  17. Clear live backplot

1.3.3 Graphical Display Area

1.3.3.1 Coordinate Display

In the upper-left corner of the program display is the coordinate display. It shows the position of the machine. To the left of the axis name, an origin symbol () is shown if the axis has been properly homed. To the right of the axis name, a limit symbol () is shown if the axis is on one of its limit switches.

To properly interpret these numbers, refer to the “Position:” indicator in the status bar. If the position is “Absolute”, then the displayed number is in the machine coordinate system. If it is “Relative”, then the displayed number is in the offset coordinate system. When the coordinates displayed are relative, the display will include a cyan “machine origin” marker (). If the position is “Commanded”, then it is the ideal position--for instance, the exact coordinate given in a G0 command. If it is “Actual”, then it is the position the machine has actually been moved to. These values can differ for several reasons: Following error, deadband, encoder resolution, or step size. For instance, if you command a movement to X 0.0033 on your mill, but one step of your stepper motor is 0.00125, then the “Commanded” position will be 0.0033 but the “Actual” position will be 0.0025 (2 steps) or 0.00375 (3 steps).

1.3.3.2 Preview Plot

When a file is loaded, a preview of it is shown in the display area. Fast moves (such as those produced by the G0 command) are shown as dotted green lines. Moves at a feed rate (such as those produced by the G1 command) are shown as solid white lines. Dwells (such as those produced by the G4 command) are shown as small “X” marks.

1.3.3.3 Program Extents

The “extents” of the program in each axis are shown. At each end, the least or greatest coordinate value is indicated. In the middle, the difference between the coordinates is shown. In Figure ([.]), the X extent of the file is from 0.00 to 6.92 inches, a total of 6.92 inches.

When some coordinates exceed the “soft limits” in the .ini file, the relevant dimension is shown in a different color and enclosed by a box. In Figure ([.]) the maximum soft limit is exceeded on the X axis as indicatated by the box surrounding the coordinate value.

Figure: Soft Limit

1.3.3.4 Tool Cone

The location of the tip of the tool is indicated by the “tool cone”. The cone does not indicate anything about the shape, length, or radius of the tool.

When a tool is loaded (for instance, with the MDI command T1M6), the cone changes to a cylinder which shows the diameter of the tool given in the tool table file.

1.3.3.5 Backplot

When the machine moves, it leaves a trail called the backplot. The color of the line indicates the type of motion: Yellow for jogs, faint green for rapid movements, red for straight moves at a feed rate, and magenta for circular moves at a feed rate.

1.3.3.6 Interacting

By left-clicking on a portion of the preview plot, the line will be highlighted in both the graphical and text displays. By left-clicking on an empty area, the highlighting will be removed.

By dragging with the left mouse button pressed, the preview plot will be shifted (panned).

By dragging with shift and the left mouse button pressed, or by dragging with the mouse wheel pressed, the preview plot will be rotated. When a line is highlighted, the center of rotation is the center of the line. Otherwise, the center of rotation is the center of the file as a whole.

By rotating the mouse wheel, or by dragging with the right mouse button pressed, or by dragging with control and the left mouse button pressed, the preview plot will be zoomed in or out.

By clicking one of the “Preset View” icons, or by pressing “V”, several preset views may be selected.

Figure: Current and Selected Lines

1.3.4 Text Display Area

By left-clicking a line of the program, the line will be highlighted in both the graphical and text displays.

When the program is running, the line currently being executed is highlighted in red. If no line has been selected by the user, the text display will automatically scroll to show the current line.

1.3.5 Manual Control

While the machine is turned on but not running a program, the items in the “Manual Control” tab can be used to move the machining center or turn different parts of it on and off.

When the machine is not turned on, or when a program is running, the manual controls are unavailable.

Many of the items described below are not useful on all machines. When AXIS detects that a particular pin is not connected in HAL, the corresponding item in the Manual Control tab is removed. For instance, if the HAL pin motion.spindle-brake is not connected, then the “Brake” button will not appear on the screen. If the environment variable AXIS_NO_AUTOCONFIGURE is set, this behavior is disabled and all the items will appear.

1.3.5.1 The “Axis” group

“Axis” allows you to manually move the machine. This action is known as “jogging”. First, select the axis to be moved by clicking it. Then, click and hold the “+” or “-” button depending on the desired direction of motion. The first four axes can also be moved by the arrow keys (X and Y), PAGE UP and PAGE DOWN keys (Z) and the [ and ] keys (A).

If “Continuous” is selected, the motion will continue as long as the button or key is pressed. If another value is selected, the machine will move exactly the displayed distance each time the button is clicked or the key is pressed. By default, the available values are:

0.1000 0.0100 0.0010 0.0001

The .ini file setting [DISPLAY]INCREMENTS can be used to override the default. Its value can contain decimal numbers (e.g., 0.1000) or fractional numbers (e.g., 1/16), optionally followed by a unit (one of 'cm', 'mm', 'um', 'inch', 'in', or 'mil'). If a unit is not specified the machine's native unit is assumed. For users who prefer metric units, a good setting might be

INCREMENTS = 10 um, 50 um, 0.1mm, 0.5mm, 1mm, 5mm, 10 mm

For users who prefer “imperial” units, a good setting might be

INCREMENTS = 1/4 in, 1/16 in, 1/32 in, 1/64 in, 1 mil, .1 mil

or

INCREMENTS = .5 in, .1 in, 50 mil, 10 mil, 5 mil, 1 mil, .1 mil

Metric and imperial distances may be mixed:

INCREMENTS = 1 inch, 1 mil, 1 cm, 1 mm, 1 um

If your machine has a homing sequence defined, the “Home All” button or the Ctrl-HOME key will send all axes home. Otherwise, the button will read “Home”, and will send the current axis home. Pressing the HOME key sends the current axis home, even if a homing sequence is defined. Depending on your configuration, homing may just set the axis value to be the absolute position 0.0, or it may make the machine move to a specific home location through use of “home switches”. See Homing section of the Integrators Manual for more information on homing.

By pressing “Touch Off” or the END key, the “G54 offset” for the current axis is changed so that the current axis value will be the specified value. Expressions may be entered using the rules for rs274ngc programs, except that variables may not be referred to. The resulting value is shown as a number.

Figure: Touch Off

By pressing “Override Limits”, the machine will temporarily be allowed to jog off of a physical limit switch.

1.3.5.2 The “Spindle” group

The buttons on the first row select the direction for the spindle to rotate: Counterclockwise, Stopped, Clockwise. The buttons on the next row increase or decrease the rotation speed. The checkbox on the third row allows the spindle brake to be engaged or released. Depending on your machine configuration, not all the items in this group may appear.

1.3.5.3 The “Coolant” group

The two buttons allow the “Mist” and “Flood” coolants to be turned on and off. Depending on your machine configuration, not all the items in this group may appear.

1.3.6 Code Entry

Code Entry” (also called MDI), allows G-code programs can be entered manually, one line at a time. When the machine is not turned on, or when a program is running, the code entry controls are unavailable.

Figure: The Code Entry tab

1.3.6.1 History

This shows MDI commands that have been typed earlier in this session.

1.3.6.2 MDI Command

This allows you to enter a g-code command to be executed. Execute the command by pressing Enter or by clicking “Go”.

1.3.6.3 Active G-Codes

This shows the “modal codes” that are active in the interpreter. For instance, “G54” indicates that the “G54 offset” is applied to all coordinates that are entered.

1.3.7 Feed Override

By moving this slider, the programmed feed rate can be modified. For instance, if a program requests F60 and the slider is set to 120%, then the resulting feed rate will be 72.

1.3.8 Spindle Speed Override

By moving this slider, the programmed spindle feed rate can be modified. For instance, if a program requests F8000 and the slider is set to 80%, then the resulting spindle speed will be 6400. This item only appears when the HAL pin motion.spindle-speed-out is connected.

1.3.9 Jog Speed

By moving this slider, the speed of jogs can be modified. For instance, if the slider is set to 1 in/min, then a .01 inch jog will complete in about .6 seconds, or 1/100 of a minute. Near the left side (slow jogs) the values are spaced closely together, while near the right side (fast jogs) they are spaced much further apart, allowing a wide range of jog speeds with fine control when it is most important.

On machines with a rotary axis, a second jog speed slider is shown. This slider sets the jog rate for the rotary axes (A, B and C).

1.4 Keyboard Controls

Almost all actions in AXIS can be accomplished with the keyboard. A full list of keyboard shortcuts can be found in the AXIS Quick Reference, which can be displayed by choosing Help > Quick Reference. Many of the shortcuts are unavailable when in Code Entry mode.

The most frequently used keyboard shortcuts are shown in Table [.].

Keystroke Action Taken
F1 Toggle Emergency Stop
F2 Turn machine on/off
`, 1 .. 9, 0 Set feed override from 0% to 100%
X, ` Activate first axis
Y, 1 Activate second axis
Z, 2 Activate third axis
A, 3 Activate fourth axis
I Select jog increment
C Continuous jog
Control-Home Perform homing sequence
End Touch off: Set G54 offset for active axis
Left, Right Jog first axis
Up, Down Jog second axis
Pg Up, Pg Dn Jog third axis
[, ] Jog fourth axis
O Open File
Control-R Reload File
R Run file
P Pause execution
S Resume Execution
ESC Stop execution
Control-K Clear backplot
V Cycle among preset views
Table: Most Common Keyboard Shortcuts

1.5 Show EMC Status

AXIS includes a program called “emctop” which shows some of the details of EMC's state. You can run this program by invoking Machine > Show EMC Status

Figure: EMC Status Window

The name of each item is shown in the left column. The current value is shown in the right column. If the value has recently changed, it is shown on a red background.

1.6 MDI Interface

AXIS includes a program called “mdi” which allows text-mode entry of MDI commands to a running EMC session. You can run this program by opening a terminal and typing

mdi /path/to/emc.nml

Once it is running, it displays the prompt MDI>. When a blank line is entered, the machine's current position is shown. When a command is entered, it is sent to EMC to be executed. A sample session of MDI is shown in Figure [.].

$ mdi ~/emc2/configs/sim/emc.nml
MDI>
(0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
MDI> G1 F5 X1
MDI>
(0.5928500000000374, 0.0, 0.0, 0.0, 0.0, 0.0)
MDI>
(1.0000000000000639, 0.0, 0.0, 0.0, 0.0, 0.0)Figure: MDI Session

1.7 axis-remote

AXIS includes a program called “axis-remote” which can send certain commands to a running AXIS. The available commands are shown by running axis-remote --help and include checking whether AXIS is running (--ping), loading a file by name, reloading the currently loaded file (--reload), and making AXIS exit (--quit).

1.8 Manual Tool Change

EMC2 includes a userspace hal component called “hal_manualtoolchange”, which shows a window (Figure [.]) when a M6 command is issued. After the OK button is pressed, execution of the program will continue.

The HAL configuration file configs/sim/axis_manualtoolchange.hal shows the HAL commands necessary to use this component.

hal_manualtoolchange can be used even when AXIS is not used as the GUI. This component is most useful if you have presettable tools and you use the tool table.

Figure: The Manual Toolchange Window

1.9 Python modules

AXIS includes several Python modules which may be useful to others. For more information on one of these modules, use “pydoc <module name>” or read the source code. These modules include:

To use these modules in your own scripts, you must ensure that the directory where they reside is on Python's module path. When running an installed version of EMC2, this should happen automatically. When running “in-place”, this can be done by using scripts/emc-environment.

1.10 Lathe Mode

By including the line

LATHE = 1

in the [DISPLAY] section of the ini file, AXIS selects lathe mode. The “Y” axis is not shown in coordinate readouts, the view is changed to show the Z axis extending to the right and the X axis extending towards the bottom of the screen, and several controls (such as those for preset views) are removed.

Pressing “V” zooms out to show the entire file, if one is loaded.

When in lathe mode, the shape of the loaded tool (if any) is shown.

Figure: Lathe Mode showing the lathe tool shape

1.11 Advanced Configuration

1.11.1 Program Filters

AXIS has the ability to send loaded files through a “filter program”. This filter can do any desired task: Something as simple as making sure the file ends with 'M2', or something as complicated as detecting whether the input is a depth image, and generating g-code to mill the shape it defines.

The [FILTER] section of the ini file controls how filters work. First, for each type of file, write a PROGRAM_EXTENSION line. Then, specify the program to execute for each type of file. This program is given the name of the input file as its first argument, and must write rs274ngc code to standard output. This output is what will be displayed in the text area, previewed in the display area, and executed by EMC when “Run”. The following lines add support for the “image-to-gcode” converter included with EMC2:

[FILTER]
PROGRAM_EXTENSION = .png,.gif Greyscale Depth Image
png = image-to-gcode
gif = image-to-gcode

It is also possible to specify an interpreter:

PROGRAM_EXTENSION = .py Python Script
py = python

In this way, any Python script can be opened, and its output is treated as g-code. One such example script is available at nc_files/holecircle.py. This script creates g-code for drilling a series of holes along the circumference of a circle.

Figure: Circular Holes

If the environment variable AXIS_PROGRESS_BAR is set, then lines written to stderr of the form

FILTER_PROGRESS=%d

will set the AXIS progress bar to the given percentage. This feature should be used by any filter that runs for a long time.

1.11.2 The X Resource Database

The colors of most elements of the AXIS user interface can be customized through the X Resource Database. The sample file axis_light_background changes the colors of the backplot window to a “dark lines on white background” scheme, and also serves as a reference for the configurable items in the display area.

For information about the other items which can be configured in Tk applications, see the Tk manpages.

Because modern desktop environments automatically make some settings in the X Resource Database that adversely affect AXIS, by default these settings are ignored. To make the X Resource Database items override AXIS defaults, include the following line in your X Resources:

*Axis*optionLevel: widgetDefault

this causes the built-in options to be created at the option level “widgetDefault”, so that X Resources (which are level “userDefault”) can override them.

1.11.3 Physical jog wheels

To improve the interaction of AXIS with physical jog wheels, the axis currently selected in the GUI is also reported on a pin with a name like axisui.jog.x. Except for a short time when the active axis has just been changed, exactly one of these pins is TRUE at one time, and the rest are FALSE.

After AXIS has created these HAL pins, it executes the halfile named in [HAL]POSTGUI_HALFILE. Unlike [HAL]HALFILE, only one such file may be used.

1.11.4 axisrc

If it exists, the contents of ~/.axisrc are executed as Python source code just before the AXIS gui is displayed. The details of what may be written in the axisrc are subject to change during the development cycle.

The lines shown in Figure [.] add Control-Q as a keyboard shortcut for Quit and turns on “Distance to go” by default.

root_window.bind("<Control-q>", "destroy .")
help2.append(("Control-Q", "Quit"))
vars.show_distance_to_go.set(1)Figure: Sample .axisrc file

1.11.5 External Editor

The menu options File > Edit... and File > Edit Tool Table... become available after defining the editor in the ini section [DISPLAY]. Useful values include EDITOR=gedit and EDITOR=gnome-terminal -e vim. For more information, see the DISPLAY section of the INI Configuration Chapter in the Integrators Manual.

1.11.6 Virtual Control Panel

AXIS can display a custom virtual control panel in the right-hand pane. You can program buttons, indicators, data displays and more. For more information, see the Integrators Manual.

1.11.7 Special Comments

Special comments can be inserted into the G Code file to control how the preview of AXIS behaves. In the case where you want to limit the drawing of the preview use these special comments. Anything between the (AXIS,hide) and (AXIS,show) will not be drawn during the preview. The (AXIS,hide) and (AXIS,show) must be used in pairs with the (AXIS,hide) being first. Anything after a (AXIS,stop) will not be drawn during the preview.

Index