Skip to content

Commit

Permalink
Remove more references to obsolete iov2 from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigma1912 committed Oct 26, 2024
1 parent f38c456 commit a85632c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 17 deletions.
1 change: 0 additions & 1 deletion docs/man/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ man1/image-to-gcode.1
man1/inivar.1
man1/io.1
man1/iocontrol.1
man1/iov2.1
man1/latency-histogram.1
man1/latency-plot.1
man1/latency-test.1
Expand Down
2 changes: 0 additions & 2 deletions docs/src/Master_Documentation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ include::config/ini-config.adoc[]

include::config/ini-homing.adoc[]

include::config/iov2.adoc[]

include::config/lathe-config.adoc[]

include::config/stepper-quickstart.adoc[]
Expand Down
1 change: 0 additions & 1 deletion docs/src/hal/components.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ To search in the man pages, use the UNIX tool `apropos`.
|===
| link:../man/man1/io.1.html[io] |iocontrol - interacts with HAL or G-code in non-realtime ||
| link:../man/man1/iocontrol.1.html[iocontrol] |Interacts with HAL or G-code in non-realtime ||
| link:../man/man1/iov2.1.html[iov2] |Interacts with HAL or G-code in non-realtime ||
| link:../man/man1/mdi.1.html[mdi] |Send G-code commands from the terminal to the running LinuxCNC instance ||
| link:../man/man1/milltask.1.html[milltask] |Non-realtime task controller for LinuxCNC ||
|===
Expand Down
1 change: 0 additions & 1 deletion docs/src/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ function setup_page(){
<li><a href="motion/tweaking-steppers.html">Stepper Tuning</a></li>
<li><a href="config/ini-config.html">INI Configuration</a></li>
<li><a href="config/ini-homing.html">Homing Configuration</a></li>
<li><a href="config/iov2.html">I/O Control V2</a></li>
<li><a href="config/lathe-config.html">Lathe Configuration</a></li>
<li><a href="config/stepper-quickstart.html">Stepper Quick Start</a></li>
<li><a href="config/stepper.html">Stepper Configuration</a></li>
Expand Down
14 changes: 2 additions & 12 deletions docs/src/man/man1/iocontrol.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,14 @@ iocontrol - interacts with HAL or G-code in non-realtime

== SYNOPSIS

*[EMCIO]* +
*EMCIO = io* +
or +
*EMCIO = iov2*
*[EMCIO]*

== DESCRIPTION

I/O control handles I/O tasks like coolant, toolchange and E-stop. The
signals are turned on and off in non-realtime with G-code or in the case
of E-stop in HAL. +
I/O Control V2 (iov2) adds more toolchager support for communication
with the toolchanger.

Whether *io* or *iov2* is used can be chosen in the [EMCIO] section of
the INI file.

See also https://linuxcnc.org/docs/html/config/iov2.html.

== SEE ALSO

io(1), iov2(1)
io(1)

0 comments on commit a85632c

Please sign in to comment.