LinuxCNC(1) | The Enhanced Machine Controller | LinuxCNC(1) |
linuxcnc - LinuxCNC (The Enhanced Machine Controller)
linuxcnc [-h] [-v] [-d] [-r] [-l] [-k] [-t <tpmodulename> [parameters]] [-m <homemodulename> [parameters]] [-H <dirname>] [INI file]
linuxcnc is used to start LinuxCNC (The Enhanced Machine Controller). It starts the realtime system and then initializes a number of LinuxCNC components (IO, Motion, GUI, HAL, etc). The most important parameter is INI file, which specifies the configuration name you would like to run. If INI file is not specified, the linuxcnc script presents a graphical wizard to let you choose one.
There are several ways to specify which config to use:
Specify the absolute path to an INI, e.g.,
linuxcnc /usr/local/linuxcnc/configs/sim/sim.ini
Specify a relative path from the current directory, e.g.
linuxcnc configs/sim/sim.ini
Otherwise, in the case where the INIFILE is not specified, the behavior will depend on whether you configured LinuxCNC with --enable-run-in-place. If so, the LinuxCNC config chooser will search only the configs directory in your source tree. If not (or if you are using a packaged version of LinuxCNC), it may search several directories. The config chooser is currently set to search the path:
~/linuxcnc/configs:/usr/local/etc/linuxcnc/configs:/usr/share/doc/linuxcnc/examples/sample-configs
linuxcnc
linuxcnc configs/sim/sim.ini
linuxcnc /etc/linuxcnc/sample-configs/stepper/stepper_mm.ini
Much more information about LinuxCNC and HAL is available in the LinuxCNC and HAL User Manuals, found at /usr/share/doc/linuxcnc/.
None known at this time.
This man page written by Alex Joni, as part of the LinuxCNC Enhanced Machine Controller project.
Report bugs to alex_joni AT users DOT sourceforge DOT net
Copyright © 2006 Alex Joni.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
2006-02-20 | LinuxCNC Documentation |