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/components.adoc
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,24 +34,22 @@ man axis (or perhaps 'man 1 axis' if your system requires it.)
34
34
35
35
[{tab_options}]
36
36
|=======================
37
-
| gs2 | HAL userspace component for Automation Direct GS2 VFD's. ||
38
-
| mb2hal | ||
37
+
| mb2hal | MB2HAL is a generic userspace HAL component to communicate with one or more Modbus devices. Modbus RTU and Modbus TCP is supported.||
39
38
|=======================
40
39
41
40
=== Diagnostic and Configuration Tools
42
41
43
42
[{tab_options}]
44
43
|=======================
45
44
| halmeter | Observe HAL pins, signals, and parameters. ||
46
-
| halshow |||
47
-
| halscope |||
45
+
| halshow | Show HAL parameters, pins and signals ||
46
+
| halscope | Software oscilloscope for viewing real time waveforms of HAL pins and signals ||
48
47
|=======================
49
48
50
49
=== Other
51
50
52
51
[{tab_options}]
53
52
|=======================
54
-
| comp | Build, compile and install LinuxCNC HAL components. ||
55
53
| halcmd | Manipulate the Enhanced Machine Controller HAL from the command line. ||
56
54
| hal_input | Control HAL pins with any Linux input device, including USB HID devices. ||
57
55
| halrun | Manipulate the Enhanced Machine Controller HAL from the command line. ||
@@ -63,6 +61,8 @@ man axis (or perhaps 'man 1 axis' if your system requires it.)
63
61
| shuttle | control HAL pins with the ShuttleXpress and ShuttlePRO devices made by Contour Design. ||
64
62
|=======================
65
63
64
+
include::components_gen1.adoc[]
65
+
66
66
[[sec:realtime-components]]
67
67
68
68
== Realtime Components
@@ -160,6 +160,7 @@ Limit its slew rate to less than maxv per second. Limit its second derivative to
160
160
161
161
[{tab_options}]
162
162
|=======================
163
+
| gs2 | HAL userspace component for Automation Direct GS2 VFD's. ||
163
164
| hal_ppmc | Pico Systems <<cha:pico-drivers,driver>> for analog servo, PWM and Stepper controller. ||
164
165
| hm2_7i43 | Mesa Electronics driver for the 7i43 EPP Anything IO board with HostMot2. (See the man page for more information) ||
165
166
| hm2_pci | Mesa Electronics driver for the 5i20, 5i22, 5i23, 4i65, and 4i68 Anything I/O boards, with HostMot2 firmware. (See the man page for more information) ||
0 commit comments