Skip to content

Commit b99efbf

Browse files
committed
docs: update how to connect pins of GladeVCPs
1 parent 6923f25 commit b99efbf

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/src/getting-started/updating-linuxcnc.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,17 @@ This command now attemps to jog the zeroth joint (Joint0) provided
996996
the mode is free (not teleop). To jog the X axis, the mode
997997
must be teleop and the corresponding command is: 'set jog x 1.234'
998998

999+
== Glade Virtual Control Panels
1000+
1001+
In LinuxCNC 2.8 the Glade VCPs are loaded after the `POSTGUI_HALFILE` is loaded.
1002+
So connecting the pins which are created by the Glade VCP in the
1003+
`POSTGUI_HALFILE` is not possible any more in 2.8. Instead they need to be
1004+
connected in a separate HAL file passed to the gladevcp command like this:
1005+
1006+
----
1007+
EMBED_TAB_COMMAND = gladevcp -H my_vcp_connect.hal -x {XID} my_vcp.glade
1008+
----
1009+
9991010
== Tools
10001011

10011012
=== Calibration (emccalib.tcl)

0 commit comments

Comments
 (0)