HALRUN(1) | HAL User's Manual | HALRUN(1) |
halrun - manipulate the LinuxCNC HAL from the command line
halrun -h
halrun [-I] [halcmd_opts] [filename[.hal|.tcl]]
halrun -T [halcmd_opts] [filename[.hal|.tcl]]
halrun -U
halrun is a convenience script used to manipulate the HAL (Hardware Abstraction Layer) from the command line. When invoked, halrun:
Sets up the realtime environment.
Executes a command interpreter (halcmd or haltcl).
(Optionally) runs an interactive session.
Tears down the realtime environment.
If no filename is specified, an interactive session is started.
The session will use halcmd(1) unless -T is specified in
which case haltcl(1) will be used.
If a filename is specified and neither the -I nor the -T option
is included, the filename will be processed by the command
interpreter corresponding to the filename extension (halcmd
or haltcl). After processing, the realtime environment
will be torn down.
If a filename is specified and the -I or -T option is included,
the file is processed by the appropriate command interpreter and
then an interactive session is started for halcmd or
haltcl according to the -I or -T option.
None known at this time.
Original version by John Kasunich, as part of the LinuxCNC Enhanced Machine Controller project. Now includes major contributions by several members of the project.
Report bugs to the LinuxCNC bug tracker ⟨URL: http://sf.net/p/emc/bugs/ ⟩.
Copyright © 2003 John Kasunich.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
2012-01-31 | LinuxCNC Documentation |