@@ -175,7 +175,7 @@ TOUCHY
175175* Touchy was designed to be used with a touchscreen, some minimal physical switches and a MPG wheel.
176176* requires cycle-start, abort, and single-step signals and buttons
177177* It also requires shared axis MPG jogging to be selected.
178- * is GTK based so integrates GLADE VCP (virtual control panels) naturally.
178+ * is GTK based so integrates GladeVCP (virtual control panels) naturally.
179179* allows VCP panels integrated in the center Tab
180180* has no graphical window
181181* look can be changed with custom themes
@@ -270,7 +270,7 @@ VCP options::
270270Virtual Control Panels allow one to add custom controls and displays to the
271271screen. AXIS and Touchy can integrate these controls inside the screen in
272272designated positions. There are two kinds of VCPs -
273- pyVCP which uses 'Tkinter' to draw the screen and GLADE VCP that uses 'GTK' to
273+ PyVCP which uses 'Tkinter' to draw the screen and GladeVCP that uses 'GTK' to
274274draw the screen.
275275
276276PyVCP::
@@ -292,21 +292,21 @@ You can use the geometry options to size and move the panel, for instance to
292292move it to a second screen if the system is capable. If you press the 'Display
293293sample panel' button the size and placement options will be honored.
294294
295- GLADE VCP ::
296- GLADE VCPs fit naturally inside of TOUCHY screen as they both use GTK to draw
297- them, but by changing GLADE VCP 's theme it can be made to blend pretty well in
295+ GladeVCP ::
296+ GladeVCPs fit naturally inside of TOUCHY screen as they both use GTK to draw
297+ them, but by changing GladeVCP 's theme it can be made to blend pretty well in
298298AXIS (try Redmond).
299299
300300It uses a graphical editor to build its XML files.
301301HAL pins are created for the user to connect to, inside of their custom HAL
302302file.
303303
304- GLADE VCP also allows much more sophisticated (and complicated) programming
305- interaction, which PnCconf currently doesn't leverage (see GLADE VCP in the
304+ GladeVCP also allows much more sophisticated (and complicated) programming
305+ interaction, which PnCconf currently doesn't leverage (see GladeVCP in the
306306manual)
307307
308308PnCconf has sample panels for the user to use as-is or build on.
309- With GLADE VCP PnCconf will allow you to select different options on your
309+ With GladeVCP PnCconf will allow you to select different options on your
310310sample display.
311311
312312Under 'sample options' select which ones you would like.
@@ -326,7 +326,7 @@ the system is capable.
326326You can select a GTK theme which sets the basic look and feel of the panel.
327327You Usually want this to match the front-end screen.
328328These options will be used if you press the 'Display sample button'.
329- With GLADE VCP depending on the front-end screen, you can select where the panel will display.
329+ With GladeVCP depending on the front-end screen, you can select where the panel will display.
330330
331331You can force it to be stand-alone or with AXIS it can be in the center or on
332332the right side, with Touchy it can be in the center.
@@ -791,20 +791,20 @@ There are some differences:
791791
792792== Advanced Options
793793
794- This allows setting of HALUI commands and loading of classicladder and sample
794+ This allows setting of HALUI commands and loading of ClassicLadder and sample
795795ladder programs.
796- If you selected GLADE VCP options such as for zeroing axis, there will be
796+ If you selected GladeVCP options such as for zeroing axis, there will be
797797commands showing.
798798See the <<cha:hal-user-interface,HALUI Chapter>> for more info on using custom
799799halcmds.
800800There are several ladder program options.
801801The Estop program allows an external ESTOP switch or the GUI frontend to throw
802802an Estop. It also has a timed lube pump signal.
803- The Z auto touch-off is with a touch-off plate, the GLADE VCP touch-off button
803+ The Z auto touch-off is with a touch-off plate, the GladeVCP touch-off button
804804and special HALUI commands to set the current user origin to zero and rapid
805805clear.
806806The serial modbus program is basically a blank template program that sets up
807- classicladder for serial modbus. See the << cha:classicladder,Classicladder Chapter >>
807+ ClassicLadder for serial modbus. See the << cha:classicladder,Classicladder Chapter >>
808808in the manual.
809809
810810.PnCConf, advanced options
@@ -916,7 +916,7 @@ There are four custom files that you can use to add HAL commands to:
916916 loads. It is run after the configuration-named HAL file.
917917* custom_postgui.hal is for commands that must be run after AXIS loads or a
918918 standalone PyVCP display loads.
919- * custom_gvcp.hal is for commands that must be run after glade VCP is loaded.
919+ * custom_gvcp.hal is for commands that must be run after GladeVCP is loaded.
920920* shutdown.hal is for commands to run when LinuxCNC shuts down in a controlled manner.
921921
922922// vim: set syntax=asciidoc:
0 commit comments