home *** CD-ROM | disk | FTP | other *** search
- name Centurion 4
-
- N 3
- A 00 G
- T 2 1
- G 3
- F 3.1
- R -2.4
- I -2.4
- J -2.4
- X -2.4
- Y -2.4
- Z -2.4
- Q -2.4
- U 2.4 Z
- P -2.4
- E 00
- B 00 N
- D 00
- M 3
- S 4
-
- ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85 # List of g codes that are modal
-
- Modalletters F Z # List of letters that are modal
-
- Sequence#s N 0 1 1 # Char, freq, incr & start
-
- HCode X # X or X U 'Horizontal char.
- VCode Y # Y or Y V 'Vertical char.
- Dcode Z # Depth char.
- FeedCode F # Feed rate char.
-
- Comment ( ) # Begin End comment char.
-
- Spindle 3 4 5 # Cw, ccw & stop m codes
- Coolant 8 9 7 # On, Off & Mist m codes
- DComp 41 42 40 # Left, Right & Cancel m codes
- LComp 43 49 # On & Off codes
-
- Feed G1 # Linear move
- Rapid G0 # Rapid positioning word
- Cw G2 # Circular move clockwise
- Ccw G3 # Circular move counter clockwise
-
- Spaces? Y # Y or N 'Spaces between words
- Incremental? N # Y or N 'Inc or abs output
- CtrIncremental? N # Y or N 'Inc or abs I & J
- ByQuadrants? N # Y or N 'Break arcs at quadrants
-
- Inc/Abs G 91 90 # Inc & Abs char. & values
-
- Work G # Work offset register
-
- CtrCode I J R # I J or R or I J K L
- Helical? N
-
- UppercaseComments? Y # Y or N 'Require uppercase comments
-
-
- EndCode # End of the program
- M994
- M5 M9 M2
- End
- LTap # Left handed tapping cycle
- F[FRate]
- G300 P[RPlane]
- G306 Z0
- G308 Z[D]
- G323 P.5
- G84
- X[H] Y[V]
- end cancel
-
- Drill # Drilling canned/manual cycle
- F[FRate]
- G300 P[RPlane]
- G306 Z0
- G308 Z[D]
- G81
- X[H] Y[V]
- end cancel
-
- Peck # Pecking canned/manual cycle
- F[FRate]
- G300 P[RPlane]
- G306 Z0
- G307 U[VBite]
- G308 Z[D]
- G83
- X[H] Y[V]
- end cancel
-
- Tap # Tapping canned/manual cycle
- F[FRate]
- G300 P[RPlane]
- G306 Z0
- G308 Z[D]
- G323 P.5
- G84
- X[H] Y[V]
- end cancel
-
- Ream # Reaming canned/manual cycle
- F[FRate]
- G306 Z0
- G308 Z[D]
- G323 P.5
- G85 X[H] Y[V]
- end cancel
-
- Bore # Boring canned/manual cycle
- F[FRate]
- G306 Z0
- G308 Z[D]
- G323 P.5
- G85 X[H] Y[V]
- end
-
- Back # Back boring canned/manual cycle
- F[FRate]
- G306 Z0
- G308 Z[D]
- G323 P.5
- G85 X[H] Y[V]
- end cancel
-
- Cancel # Cancel a canned/manual cycle
- G80
- end
-
- StartCode # Start of the program
- M994
- End
-
- 1stToolChange # First tool change
- G0 Z[RPlane]
- A0 T[Tool] G48 S[Speed]
- M[Direct] M9 M[Cool]
- G0 X[H] Y[V]
- Z[D]
- End
-
- Infeed # Enable cutter comp
- G1 Z[D] F[Plunge]
- G[Side] X[H] Y[V] F[FRate]
- end
-
- Outfeed # Disable cutter comp
- G1 G40 X[H] Y[V]
- Z[D]
- end
-
- ToolChange # Secondary tool changes
- G80 G0 G40 G100 G60 X0 Y0
- A0 T[Tool] M6
- G0 X[H] Y[V]
- Z[D]
- End
-