You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/hal/tools.adoc
+56-54Lines changed: 56 additions & 54 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,9 @@
13
13
[[sec:halcmd]]
14
14
== Halcmd
15
15
16
-
Halcmd is a command line tool for manipulating the HAL. There is a
17
-
rather complete man page for link:../man/man1/halcmd.1.html[halcmd], which will be installed if you
18
-
have installed LinuxCNC from either source or a package. The manpage
19
-
provides usage info:
16
+
Halcmd is a command line tool for manipulating the HAL.
17
+
There is a rather complete man page for link:../man/man1/halcmd.1.html[halcmd], which will be installed if you have installed LinuxCNC from either source or a package.
18
+
The manpage provides usage info:
20
19
21
20
----
22
21
man halcmd
@@ -39,7 +38,7 @@ usage, and is a good tutorial for halcmd.
39
38
40
39
Halmeter is a 'voltmeter' for the HAL. It lets you look at a pin,
41
40
signal, or parameter, and displays the current value of that item. It
42
-
is pretty simple to use. Start it by typing *halmeter* in an X
41
+
is pretty simple to use. Start it by typing `halmeter` in an X
43
42
windows shell. Halmeter is a GUI application. It will pop up
44
43
a small window, with two buttons labeled 'Select' and 'Exit'. Exit is
45
44
easy - it shuts down the program. Select pops up a larger window, with
@@ -55,13 +54,11 @@ convenient if you want to look at a number of different items quickly.
55
54
56
55
You can have many halmeters running at the same time, if you want to
57
56
monitor several items. If you want to launch a halmeter without tying
58
-
up a shell window, type 'halmeter &' to run it in the background.
59
-
You can also make halmeter start
60
-
displaying a specific item immediately, by adding 'pin|sig|par[am]
61
-
<name>' to the command line. It will display the pin, signal, or
62
-
parameter
63
-
<name> as soon as it starts. (If there is no such item, it will simply
64
-
start normally.) And finally, if you specify an item to display, you
57
+
up a shell window, type `halmeter &` to run it in the background.
58
+
You can also make halmeter start displaying a specific item immediately, by adding 'pin|sig|par[am] <name>' to the command line.
59
+
It will display the pin, signal, or parameter <name> as soon as it starts -
60
+
if there is no such item, it will simply start normally.
61
+
And finally, if you specify an item to display, you
65
62
can add '-s' before the pin|sig|param to tell halmeter to use a small
66
63
window. The item name will be displayed in the title bar instead of
67
64
under the value, and there will be no buttons. Useful when you want a
0 commit comments