SOP Goratu Machine
SOP Goratu Machine
AND
SAFETY GUIDELINES
GORATU MAKE
GBM CM 8 LAGUN CNC – Header Drilling SPM
The user should ensure that anyone working with the machine follows these
regulations and refrains from working in a way that will affect the safety of the
machine:
1. Never use the machine while under the influence of drugs / medication and
/ or alcohol.
6. Protect your hands. Machined pieces and tools have sharp edges. Use
gloves when handling work pieces or tools.
7. Spindle Head should be greased after every 50 working hours. Use only
KLUBER – NBU 15 Grease for the same.
9. If, during the course of normal operations, you detect any anomaly or
failure in the machine’s safety systems, the machine should be isolated and all
energy dissipated, and the system repaired and checked before work can
continue.
10. In the event of a failure in the electrical power supply, disconnect the main
switch.
11. Make sure that machine’s main switch is disconnected before carrying out
any maintenance or cleaning operation.
12. Pay special attention during work piece loading and unloading operations,
since your hands may become trapped between the work piece and the
table / chuck or between work piece and tool. Spindle should be with out tool
while loading and unloading of work piece.
13. Use the tools & pull studs in accordance with machine specifications.
Page 1 of 7
In our case (i.e. for GBM CM 8 model) Spindle taper is ISO 50 DIN
69871 / A. Use only through hole pull studs for each tool, in case we use
spindle through coolant. If we use blind hole pull stud and spindle through
coolant is commanded, it may cease the spindle.
DON’TS:
1. Operators should NEVER stand, lie, sit or otherwise locate themselves in the
vicinity of machining zone.
2. Do not use clothes that may catch in the machine’s mobile elements.
Remove watches, rings, ties etc.
4. Do not move too close to the working zone or rotating areas during
machining cycles.
GORATU
Travelling Column with fixed table milling machine
Model: GBM CM 8
TECHNICAL DATA:
Spindle:
Spindle taper: ISO 50 DIN 69871/ A
Speed range: 50 to 3000 RPM
Spindle power: 28 / 34.5 KW
Accuracy:
Positioning: 0.02/ 4000 mm
Repeatability: 0.01
Control System:
Page 2 of 7
Siemens Sinumerik 840 D
Chuck:
Min ID Clamping: 150mm
Max ID Clamping: 380mm
Referencing:
After every switch on and in case of power failure do the
referencing as per follow:
1. Switch “ON” the machine.
2. Release emergency button if pressed.
3. Press Control On.
4. Press Reference Push Button.
Page 3 of 7
5. Press JOG mode
6. Move the “Z” axis in upward direction to a safer distance so
that while auto referencing there will not be any fouling or
collision.
7. Reference the axis Z, Y, X by this sequence. If the work piece is
clamped, decamp the steadies manually and reference A
axis.
Page 4 of 7
position orientation. We can set this “Zero” position in G54,
G55, G56 and G57 ( in settable zero offsets )
3. Take the centre of header and Preset Y axis = 0.
Once we preset Y = 0 for first header , this value will remain
unchanged for all the headers irrespective of their diameters
as long as both the chucks are not disturbed in traverse
direction. Both the chucks are placed in central “T” slot of the
machine with tennon guiding the slot for both the chucks
ensuring the firm alignment.
4. Pick up the first co – ordinate punched on the header with
the help of centre pin and preset X = 0
5. Study the drawing and load the tools into tool magazine with
ATC as per drawing configurations.
6. Measure the length of each tool on Tool presetter and input
the same in corresponding tool geometry.
7. With “J” Prep. Tool take Z offset at the top of the header and
preset Z= 0.
8. With the selected work co ordinate system, say G54, at X= 0,
Y= 0, Z= 0, set A = 0. (A = Rotary axis). In machine menu
screen, by pressing “Scratch” button and selecting G54 up to
G57 we can set above values. With this work zero is defined
for absolute positions. Remember for all work co-ordinates we
set from G54 to G59, The plane should be G17. This will ensure
that our spindle is Vertical.
11. Offer every job for QC Check stage wise if you have any
doubt and for final inspection of the job. Take inspection
report from QC and maintain the reports.
Programming:
Basic M codes:
Page 5 of 7
M01 - Programme stop in the programme execution
M02 - Stop programme execution / stop head / cooling off
M03 – Spindle rotation in clockwise direction
M04 - Spindle rotation in anticlockwise direction
M05 – Stop spindle rotation
M06 – Tool Change
M07 – Coolant On (High pressure – Internal coolant)
M08 – Coolant On – External coolant
M09 - Coolant stop
M30 - Stop programme execution / stop head / cooling off
M86 – Close the steady
M87 – Open the steady
G – Codes:
G0 – Rapid Traverse
G1 – Linear interpolation (at given federate)
G2 – Circular interpolation clockwise
G3 – Circular interpolation – anticlockwise
G4 - Dwell time preset
G17 – Plane selection – XY Plane
G18 – Plane selection – ZX plane
G19 – Plane selection - YZ plane
G54 – Settable zero offset
G55 – settable zero offset
G56 – settable zero offset
G57 – settable zero offset
G500 – Deactivate all settable G54 – G57 frames if G500 does not
contain A value.
G70 – Input system inches
G71 – input system metric
G90 – Absolute dimension
G91 – Incremental dimension input
G41 – Tool radius compensation left of contour
G42 – Tool Radius compensation right of contour
G40 – Cancel tool radius compensation
Notations:
X – X axis
Y – Y axis
Z – Z axis
A – A axis
T – Tool No.
S – Spindle Speed (RPM)
F – Feed rate (mm/min)
I – Circle center point for X axis
J – Circle center point for Y axis
K - Circle center point for Z axis
P - Program repetition
Programme Example:
; (Dia 54 mm Drilling)
T1 Tool Change for Tool No 1 in Spindle
M6
G54 G90 G0 X0 Y0 Z100 Calling Absolute work position& rapid traverse
M3 S1500 Spindle start at 1500 rpm
G0 Z3 Rapid traverse to Z 3 position
M7 High pressure coolant start
M8 External coolant start
G1 Z-35 F115 Linear movement at 115 federate
G1 Z-45 F100 Linear movement of Z axis to reqd. Depth
G0 Z50 Z axis rapid traverse up to 50mm
N10 BLOCK INSERTION
G0 G91 X-102 Incremental shift in X axis (as per pitch on drawing)
G90 Again absolute position
G0 Z3 Z axis Rapid Traverse up to 3mm
G1 Z-35 F115 Linear movement at 115 federate
G1 Z-45 F100 Linear movement of Z axis to reqd. depth
G0 Z50
REPEAT N10 P= 34 Repeat N10 loop 34 times
G0 Z100
M30 Programme end / stop spindle/ cooling off
Once the program is ready, If you have made the programme first time.
Proceed as per follow:
1. Cross check the co-ordinates entered as per drawing.
2. Verify the work co ordinate system selected.
3. Keep Z axis 50 to 100mm (in offset mode) above.
4. Select the program to be run.
5. Select the auto mode.
6. Press single block key.
7. Move feed over ride potentiometer to Zero
8. Press cycle start. See the program block to be read by system. See the
distance to be traveled by each axis and accordingly release the
federate.
9. Likewise complete the dry run cycle and make sure that the program is
100% correct.
10. Remove the lift of Z axis (50 to 100mm in offset) and start actual cutting
in auto mode.
11. Inspect the job in process and after completion for any operation
missing.
12. Once you are familiar with the control system, you can run the program
directly in auto mode, provided the program and co-ordinates are well
within reach.
Page 7 of 7