@@ -286,10 +286,10 @@ will hide the chosen box.
286286image::images/gmoccapy_embedded_tabs.png[align="left"]
287287
288288[NOTE]
289- If you make any hal connections to your custom glade panel, you need to do that in the hal file
290- specified in the EMBED_TAB_COMMAND line, otherwise you may get an error that the hal pin does not exist --
291- this is because of race conditions loading the hal files. Connections to gmoccapy hal pins need to be made in the
292- postgui hal file specified in your INI file, because these pins do not exist prior of realizing the GUI.
289+ If you make any HAL connections to your custom glade panel, you need to do that in the HAL file
290+ specified in the EMBED_TAB_COMMAND line, otherwise you may get an error that the HAL pin does not exist --
291+ this is because of race conditions loading the HAL files. Connections to gmoccapy HAL pins need to be made in the
292+ postgui HAL file specified in your INI file, because these pins do not exist prior of realizing the GUI.
293293
294294Here are some examples:
295295
@@ -306,7 +306,7 @@ image::images/gmoccapy_with_left_box_in_edit_mode.png[align="left"]
306306image::images/gmoccapy_with_right_panel_in_MDI_mode.png[align="left"]
307307
308308==== Configuration of User Created Messages
309- Gmoccapy has the ability to create hal driven user messages. To use them you
309+ Gmoccapy has the ability to create HAL driven user messages. To use them you
310310need to introduce some lines in the [DISPLAY] section of the INI file.
311311
312312Here is how to set up 3 user pop up message dialogs the messages support pango
@@ -317,7 +317,7 @@ https://developer.gnome.org/pango/stable/PangoMarkupFormat.html[Pango Markup]
317317----
318318MESSAGE_TEXT = The text to be displayed, may be pango markup formatted
319319MESSAGE_TYPE = "status" , "okdialog" , "yesnodialog"
320- MESSAGE_PINNAME = is the name of the hal pin group to be created
320+ MESSAGE_PINNAME = is the name of the HAL pin group to be created
321321----
322322
323323* 'status' : Will just display a message as pop up window, using the messaging
@@ -346,8 +346,8 @@ MESSAGE_TYPE = okdialog
346346MESSAGE_PINNAME = okdialog
347347----
348348
349- The specific hal pin conventions for these can be found under the
350- <<gmoccapy:user-created-message, User Messages>> hal pin section.
349+ The specific HAL pin conventions for these can be found under the
350+ <<gmoccapy:user-created-message, User Messages>> HAL pin section.
351351
352352[[gmocappy:rs274ngc]]
353353=== The RS274NGC Section
@@ -470,7 +470,7 @@ If MAX_VELOCITY is not given, it will default to 600
470470
471471== HAL Pins
472472
473- gmoccapy exports several hal pin to be able to react to hardware devices.
473+ gmoccapy exports several HAL pin to be able to react to hardware devices.
474474The goal is to get a GUI that may be operated in a tool shop, completely/mostly
475475without mouse or keyboard.
476476
@@ -522,10 +522,10 @@ and the bottom (horizontal) buttons are:
522522
523523As the buttons in the bottom list will change according the mode and other
524524influences, the hardware buttons will activate different functions, and you
525- don't have to take care about switching functions around in hal , because that
525+ don't have to take care about switching functions around in HAL , because that
526526is done completely by gmoccapy!
527527
528- for a 3 axis XYZ machine the hal pin will react as follows:
528+ for a 3 axis XYZ machine the HAL pin will react as follows:
529529
530530in manual mode:
531531
@@ -573,11 +573,11 @@ in settings mode:
573573* gmoccapy.h-button.button-2 ==
574574* gmoccapy.h-button.button-3 ==
575575* gmoccapy.h-button.button-4 == open classic ladder
576- * gmoccapy.h-button.button-5 == open hal scope
577- * gmoccapy.h-button.button-6 == open hal status
578- * gmoccapy.h-button.button-7 == open hal meter
579- * gmoccapy.h-button.button-8 == open hal calibration
580- * gmoccapy.h-button.button-9 == open hal show
576+ * gmoccapy.h-button.button-5 == open HAL scope
577+ * gmoccapy.h-button.button-6 == open HAL status
578+ * gmoccapy.h-button.button-7 == open HAL meter
579+ * gmoccapy.h-button.button-8 == open HAL calibration
580+ * gmoccapy.h-button.button-9 == open HAL show
581581
582582in homing mode:
583583
@@ -644,7 +644,7 @@ in select file mode:
644644* gmoccapy.h-button.button-8 ==
645645* gmoccapy.h-button.button-9 == back
646646
647- *So we have 67 reactions with only 10 hal pin!*
647+ *So we have 67 reactions with only 10 HAL pin!*
648648
649649These pins are made available to be able to use the screen without an touch
650650panel, or protect it from excessive use by placing hardware buttons around
@@ -657,7 +657,7 @@ image::images/gmoccapy_0_9_7_sim_hardware_button.png[align="left"]
657657All sliders from gmoccapy can be connected to hardware encoder or hardware potentiometers.
658658
659659[NOTE]
660- for gmoccapy 3 the hal pin name has changed, as new controls has been implemented,
660+ for gmoccapy 3 the HAL pin name has changed, as new controls has been implemented,
661661max velocity does not exist any more, as rapid override has been implemented.
662662This change has been done as many user ask for that.
663663
@@ -678,7 +678,7 @@ To connect 'encoders' the following pin are exported:
678678| gmoccapy.rapid.rapid-override.count-enable | HAL_BIT | Must be True, to enable counts
679679|====
680680
681- To connect 'potentiometers', use the following hal pin:
681+ To connect 'potentiometers', use the following HAL pin:
682682
683683[{pin_tab_options}]
684684|====
@@ -693,7 +693,7 @@ To connect 'potentiometers', use the following hal pin:
693693| gmoccapy.rapid.rapid-override.analog-enable | HAL_BIT | Must be True, to allow analog inputs
694694|====
695695
696- In addition gmoccapy 3 offers additional hal pin to control the new slider widgets with momentary switches.
696+ In addition gmoccapy 3 offers additional HAL pin to control the new slider widgets with momentary switches.
697697The values how fast the increase or decrease will be, must be set in the glade file.
698698In a future release it will be integrated in the settings page.
699699
@@ -732,13 +732,13 @@ you want to set the slider value.
732732[WARNING]
733733If you use both connection types, do not connect the same slider to
734734both pin, as the influences between the two has not been tested! Different
735- sliders may be connected to the one or other hal connection type.
735+ sliders may be connected to the one or other HAL connection type.
736736
737737[IMPORTANT]
738738Please be aware, jog velocity depends on the turtle button state,
739739it will lead to different slider scales depending on the mode
740740(turtle or rabbit). Please take also a look to
741- <<gmoccapy:jog-velocity,jog velocities and turtle-jog hal pin>> for more
741+ <<gmoccapy:jog-velocity,jog velocities and turtle-jog HAL pin>> for more
742742details.
743743
744744.Example
@@ -759,9 +759,9 @@ All axis given in the INI File have a jog-plus and a jog-minus pin, so
759759hardware momentary switches can be used to jog the axis.
760760
761761[NOTE]
762- naming of this hal pin has changed for gmoccapy2
762+ naming of this HAL pin has changed for gmoccapy2
763763
764- For the standard XYZ config following hal Pin will be available:
764+ For the standard XYZ config following HAL Pin will be available:
765765
766766* gmoccapy.jog.axis.jog-x-plus
767767* gmoccapy.jog.axis.jog-x-minus
@@ -793,19 +793,19 @@ divider can be set on the <<gmoccapy:turtle-jog,settings page>>.
793793
794794So using a touch screen it is much easier to select smaller velocities.
795795
796- gmoccapy offers a hal pin to toggle between turtle and rabbit jogging
796+ gmoccapy offers a HAL pin to toggle between turtle and rabbit jogging
797797
798798* gmoccapy.jog.turtle-jog (Hal Bit In)
799799
800800=== Jog Increment Hal Pins
801801
802- The jog increments are selectable through hal pins, so a selection hardware
802+ The jog increments are selectable through HAL pins, so a selection hardware
803803switch can be used to select the increment to use. There will be a maximum
804- of 10 hal pin for the increments given in the INI File, if you give more
804+ of 10 HAL pin for the increments given in the INI File, if you give more
805805increments in your INI File, they will be not reachable from the GUI as they
806806will not be displayed.
807807
808- If you have 6 increments in your hal you will get *7* pins:
808+ If you have 6 increments in your HAL you will get *7* pins:
809809jog-inc-0 is unchangeable and will represent continuous jogging.
810810
811811* gmoccapy.jog.jog-inc-0
@@ -816,7 +816,7 @@ jog-inc-0 is unchangeable and will represent continuous jogging.
816816* gmoccapy.jog.jog-inc-5
817817* gmoccapy.jog.jog-inc-6
818818
819- gmoccapy offers also a hal pint to output the selected jog invrement
819+ gmoccapy offers also a HAL pint to output the selected jog invrement
820820
821821* gmoccapy.jog.jog-increment
822822
@@ -944,7 +944,7 @@ net tool-prep-loop iocontrol.0.tool-prepare <= iocontrol.0.tool-prepared
944944----
945945
946946[NOTE]
947- Please take care, that this connections have to be done in the postgui hal file!
947+ Please take care, that this connections have to be done in the postgui HAL file!
948948
949949.Tool Offset Pins
950950These pins allow you to show the active tool offset values for X and Z in the
@@ -956,7 +956,7 @@ image::images/gmoccapy_0_9_7_tool_info.png["Tool information",align="left"]
956956* gmoccapy.tooloffset-z
957957
958958[NOTE]
959- Please take care, that this connections have to be done in the postgui hal file!
959+ Please take care, that this connections have to be done in the postgui HAL file!
960960
961961[NOTE]
962962the tooloffset-x line is not needed on a mill,
@@ -979,7 +979,7 @@ each tool change!
979979
980980Gmoccapy offers an integrated auto tool measurement. To use this feature, you
981981will need to do some additional settings and you may want to use the
982- offered hal pin to get values in your own ngc remap procedure.
982+ offered HAL pin to get values in your own ngc remap procedure.
983983
984984[IMPORTANT]
985985Before starting the first test, do not forget to enter the probe
@@ -1113,7 +1113,7 @@ You may want to modify this file to fit more your needs.
11131113
11141114=== Needed Hal Connections
11151115
1116- Connect the tool probe in your hal file like so:
1116+ Connect the tool probe in your HAL file like so:
11171117
11181118[source,{hal}]
11191119----
@@ -1356,8 +1356,8 @@ image::images/gmoccapy_settings_hardware.png["Hardware settings",align="left"]
13561356==== Hardware MPG Scales
13571357
13581358For the different Hal Pin to connect MPG Wheels to, you may select individual scales to be applied.
1359- The main reason for this was my own test to solve this through hal connections, resulting in a very
1360- complex hal file. Imagine a user having an MPG Wheel with 100 ipr and he wants to slow down the max
1359+ The main reason for this was my own test to solve this through HAL connections, resulting in a very
1360+ complex HAL file. Imagine a user having an MPG Wheel with 100 ipr and he wants to slow down the max
13611361vel from 14000 to 2000 mm/min, that needs 12000 impulses, resulting in 120 turns of the wheel!
13621362Or an other user having a MPG Wheel with 500 ipr and he wants to set the spindle override witch has
13631363limits from 50 to 120 % so he goes from min to max within 70 impulses, meaning not even 1/4 turn.
@@ -1411,7 +1411,7 @@ There are three options to unlock the settings page:
14111411
14121412* use unlock code (the user must give a code to get in)
14131413* Do not use unlock code (There will be no security check)
1414- * Use hal pin to unlock (hardware pin must be high to unlock the settings,
1414+ * Use HAL pin to unlock (hardware pin must be high to unlock the settings,
14151415 see <<gmoccapy:hardware-unlock, hardware unlock pin>>
14161416
14171417Default is use unlock code (default = *123*)
@@ -1450,7 +1450,7 @@ This settings will have influence on the jog velocities.
14501450 if in turtle mode (button pressed, showing the turtle)
14511451
14521452[NOTE]
1453- This button can be activated using the <<gmoccapy:jog-velocity,turtle-jog>> hal pin.
1453+ This button can be activated using the <<gmoccapy:jog-velocity,turtle-jog>> HAL pin.
14541454
14551455[[gmoccapy:tool-measurement]]
14561456=== Advanced Settings
0 commit comments