Welcome to LinuxCNC.org
Home of users of the Enhanced Machine Controller - EMC
a free and powerful machine controller
A fresh bugfix release (2.2.7) - (Changelog). You can get it: as a source package from sourceforge , from CVS , or as a precompiled package which works on Ubuntu as described here. |
|
The EMC2 team now has a brand new custom Live-CD (EU mirror) based on Ubuntu 8.04 with emc 2.2.x included, that will let you try out EMC2 before installing, and it's also the easiest way to install Ubuntu and EMC2 together. (more) |
A fresh bugfix release (2.2.6) - (Changelog). You can get it: as a source package from sourceforge , from CVS , or as a precompiled package which works on Ubuntu as described here. |
|
IOCONTROL
NAME
SYNOPSIS
DESCRIPTION
PINS
SEE ALSO
NAME
|
iocontrol − accepts NML I/O commands, interacts
with HAL in userspace
|
SYNOPSIS
|
loadusr io [-ini inifile]
|
DESCRIPTION
|
These pins are created by the userspace IO controller,
usually found in $EMC2_HOME/bin/io
The signals are turned on and off in userspace - if you
have strict timing requirements or simply need more i/o,
consider using the realtime synchronized i/o provided by
motion(9) instead.
The inifile is searched for in the directory from which
halcmd was run, unless an absolute path is specified.
|
PINS
|
iocontrol.0.coolant-flood |
|
TRUE when flood coolant is requested
|
|
TRUE when mist coolant is requested
|
|
iocontrol.0.emc-enable-in |
|
Should be driven FALSE when an external estop condition
exists.
|
|
TRUE when lube is requested
|
|
Should be driven FALSE when lubrication tank is
empty.
|
|
TRUE when a tool change is requested
|
|
Should be driven TRUE when a tool change is
completed.
|
|
iocontrol.0.tool-prep-number |
|
The number of the next tool, from the RS274NGC T-word
|
|
TRUE when a Tn tool prepare is requested
|
|
iocontrol.0.tool-prepared |
|
Should be driven TRUE when a tool prepare is
completed.
|
|
iocontrol.0.user-enable-out |
|
FALSE when an internal estop condition exists
|
|
iocontrol.0.user-request-enable |
|
TRUE when the user has requested that estop be
cleared
|
SEE ALSO