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/gui/qtvcp-widgets.adoc
+15-28Lines changed: 15 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1873,7 +1873,7 @@ It is a comma separated list of keyword and data.
1873
1873
1874
1874
=== MDILine Widget
1875
1875
1876
-
One can enter MDI commands here. A popup keyboard is available
1876
+
One can enter MDI commands here. A popup keyboard is available.
1877
1877
There are also embedded commands available from this Widget.
1878
1878
Enter any of these case sensitive commands to load the respective
1879
1879
program or access the feature:
@@ -1892,11 +1892,23 @@ program or access the feature:
1892
1892
link:http://linuxcnc.org/docs/devel/html/ladder/classic-ladder.html[ClassicLadder GUI] if the ClassicLadder realtime HAL component was loaded by the machine's config files
1893
1893
* `PREFERENCE` - Loads the preference file onto the gcodeEditor
1894
1894
* `CLEAR HISTORY` - Clears the MDI History
1895
+
* `net` - Connects a pin to a signal. An error will result if
1896
+
the command is unsuccessful. Running LinuxCNC from terminal
1897
+
may help determine the root cause as error messages from hal_lib.c
link:http://linuxcnc.org/docs/devel/html/ladder/classic-ladder.html[ClassicLadder GUI] if the ClassicLadder realtime HAL component was loaded by the machine's config files
1926
-
* `PREFERENCE` - Loads the preference file onto the gcodeEditor
1927
-
* `CLEAR HISTORY` - Clears the MDI History
1928
-
* `setp` - Sets the value of a pin or a parameter. Valid values depend
1929
-
on the object type of the pin or parameter. An error will result if
1930
-
the data types do not match or the pin is connected to a signal.
1931
-
** _Syntax_: `setp <pin/parameter-name> <value>`
1932
-
** _Example_: `setp plasmac.resolution 100`
1933
-
1934
-
Note that the MDILine function "spindle_inhibit" can be used by a GUI's
1935
-
handler file to inhibit M3, M4, and M5 spindle commands if necessary.
1922
+
The same MDILine embedded commands may be accessed from this Widget.
1936
1923
1937
-
The history is recorded on a file defined in the INI.
1924
+
The history is recorded in a file defined in the INI.
1938
1925
under the heading [DISPLAY] (this shows the default)
0 commit comments