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

Using the AXIS Graphical Interface

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

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.

A typical session with AXIS

  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.

Elements of the AXIS window

The AXIS window contains the following elements:

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. Preset view ``Z''
  12. Preset view ``Rotated Z''
  13. Preset view ``X''
  14. Preset view ``Y''
  15. Preset view ``P''
  16. Clear backplot

Graphical Program Display Area

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 (Image axis-homed) is shown if the axis has been properly homed. To the right of the axis name, a limit symbol (Image axis-limit) 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 (Image axis-machineorigin). 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).


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.


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 -2.05 to 2.09 inches, a total of 4.13 inches.

When some coordinates exceed the ``soft limits'' in the .ini file, the relevant dimension is shown in a different color. Here, the maximum limit is exceeded on the X axis:

Image axis-outofrange

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.

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.

Interacting with the display

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

Image axis-currentandselected

Text Program 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.


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.

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). For machines configured as metric, a good setting might be

INCREMENTS = 1 0.1 0.01 0.001
For a machine configured as imperial (inches), a good setting might be

INCREMENTS = 1/8 .1 1/16 1/32 .01 0.001 0.0001
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 section [*] 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

Image touchoff

By pressing ``Override Limits'', the machine will temporarily be permitted to jog outside the limits defined in the .ini file.


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.


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.

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

Image axis-codeentry

History

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

MDI Command

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

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.


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.


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.


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).

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 [*].


Table: Most Common Keyboard Shortcuts

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


emctop: 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

Image axis-emctop

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.

mdi: Text-mode 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 [*].

Figure: MDI Session
\begin{figure}\par\par
\begin{list}{}{\setlength{\rightmargin}{\leftmargin} ...
...I>~~\\
(1.0000000000000639,~0.0,~0.0,~0.0,~0.0,~0.0)\end{list}\par
\end{figure}

axis-remote: Send remote commands to the AXIS GUI

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).

hal_manualtoolchange: Prompt the user to exchange tools

AXIS 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.

Figure: The Manual Toolchange Window

Image manualtoolchange

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.


Using AXIS to control a CNC Lathe

By including the line

[DISPLAY] 
LATHE = 1
in 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

Image axis-lathe-tool

Advanced configuration of AXIS

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''.

[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

Image holes

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.

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.


~/.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.

Figure: Sample .axisrc file
\begin{figure}\par\par
\begin{list}{}{\setlength{\rightmargin}{\leftmargin} ...
...trol-Q\char\lq \uml {},~\char\lq \uml {}Quit\char\lq \uml {}))\end{list}\par
\end{figure}

2007-08-24