|
From: <ray...@us...> - 2003-07-19 21:37:55
|
Update of /cvsroot/emc/documents/lyx
In directory sc8-pr-cvs1:/tmp/cvs-serv5891
Modified Files:
User_Gcode_Basics.lyx
Log Message:
added newer codes
Index: User_Gcode_Basics.lyx
===================================================================
RCS file: /cvsroot/emc/documents/lyx/User_Gcode_Basics.lyx,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** User_Gcode_Basics.lyx 18 Jul 2003 18:46:07 -0000 1.2
--- User_Gcode_Basics.lyx 19 Jul 2003 21:37:52 -0000 1.3
***************
*** 2229,2232 ****
--- 2229,2264 ----
\layout Subsection*
+ Canned Cycle Return Mode
+ \layout Standard
+
+
+ \begin_inset LatexCommand \index{G98}
+
+ \end_inset
+
+
+ \begin_inset LatexCommand \index{G99}
+
+ \end_inset
+
+ G98 and G99
+ \layout Standard
+
+ When the spindle retracts during canned cycles, there is a choice of how
+ far it retracts: (1) retract perpendicular to the selected plane to the
+ position indicated by the R word, or (2) retract perpendicular to the selected
+ plane to the position that axis was in just before the canned cycle started
+ (unless that position is lower than the position indicated by the R word,
+ in which case use the R word position).
+
+ \layout Standard
+
+ To use option (1), program G99.
+ To use option (2), program G98.
+ Remember that the R word has different meanings in absolute distance mode
+ and incremental distance mode.\SpecialChar ~
+
+ \layout Subsection*
+
Miscellaneous words
\layout Standard
***************
*** 2243,2250 ****
in table 5.
\layout Standard
!
\begin_inset Tabular
! <lyxtabular version="2" rows="18" columns="2">
<features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
<column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
--- 2275,2282 ----
in table 5.
\layout Standard
! \align center
\begin_inset Tabular
! <lyxtabular version="2" rows="16" columns="2">
<features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
<column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="">
***************
*** 2520,2524 ****
</cell>
</row>
! <row topline="true" bottomline="false" newpage="false">
<cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
\begin_inset Text
--- 2552,2556 ----
</cell>
</row>
! <row topline="true" bottomline="true" newpage="false">
<cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
\begin_inset Text
***************
*** 2538,2573 ****
</cell>
</row>
- <row topline="true" bottomline="false" newpage="false">
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
- \begin_inset Text
-
- \layout Standard
-
- \end_inset
- </cell>
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
- \begin_inset Text
-
- \layout Standard
-
- \end_inset
- </cell>
- </row>
- <row topline="true" bottomline="true" newpage="false">
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
- \begin_inset Text
-
- \layout Standard
-
- \end_inset
- </cell>
- <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
- \begin_inset Text
-
- \layout Standard
-
- \end_inset
- </cell>
- </row>
</lyxtabular>
--- 2570,2573 ----
***************
*** 2576,2580 ****
\layout Standard
!
Table 5 M Word List
\layout Subsection*
--- 2576,2580 ----
\layout Standard
! \align center
Table 5 M Word List
\layout Subsection*
***************
*** 2618,2627 ****
e for two members to be in effect at the same time.
Measurement in inches vs.
! measure in millimeters are modal.
A machine tool may be in many modes at the same time, with one mode from
each group being in effect.
The modal groups used in the interpreter are shown in Table 6.
\layout Standard
!
\begin_inset Tabular
--- 2618,2627 ----
e for two members to be in effect at the same time.
Measurement in inches vs.
! measure in millimeters is modal.
A machine tool may be in many modes at the same time, with one mode from
each group being in effect.
The modal groups used in the interpreter are shown in Table 6.
\layout Standard
! \align center
\begin_inset Tabular
***************
*** 2906,2913 ****
\layout Standard
!
Table 6 G and M Code Modal Groups
\layout Standard
!
There is some question about the reasons why some codes are included in
the modal group that surrounds them.
--- 2906,2913 ----
\layout Standard
! \align center
Table 6 G and M Code Modal Groups
\layout Standard
! \align center
There is some question about the reasons why some codes are included in
the modal group that surrounds them.
***************
*** 2922,2927 ****
\layout Standard
! As you write g-code blocks you need to be aware that the order in which
! you write the words is not the order in which they will be executed.
\the_end
--- 2922,2930 ----
\layout Standard
! As you write g-code blocks the order in which you write the words is
! \emph on
! not
! \emph default
! the order in which they will be executed.
\the_end
|