Sei sulla pagina 1di 57

CNC

Milling Machine
C-501

Lyric Electronics

CNC
Milling Machine
C-501
First Edition
All rights reserved
The material in this book may not be copied, duplicated, printed,
translated, re-edited or broadcast without prior agreement in writing.

Contents
II.......................................................................................C-501 CNC Milling Machine
II..........................................................................................................................Features
II.......................................................................................................Safety instructions:
II...........................................................................................Environmental conditions:
1...................................................................................The system's description
1.1
3........................................................................................G&M-Code language
1.2
6........................................................................Installing the S-MILL software
1.3
7........................................................................................Operating the system
1.4
9.............................................................................................................Monitor
1.5
12.................................................................................Experiment 1.1 Slot Processing
19...............................................................................................Experiment 1.2 Arches
25............................................................................Experiment 1.3 Profile Processing
32............................................................................Experiment 1.4 Pocket Processing
38...............................................................................Experiment 1.5 Drill Processing
43...........................................................................Experiment 1.6 Project Processing
44..................................................................................................FANUC screen

1.6

SES

II

C-501 CNC Milling Machine


The CNC Milling machine training system is a compact, desk-top unit
designed to introduce the students to the world of CNC technology.

Features

General dimensions 650 x 590 x 590 mm


X axis
90 mm
Y axis
95 mm
Z axis
40 mm
Spindle speed
0-3000 RPM
Table surface
150 X 230 mm
Mechanical resolution 0.01 mm
Spindle motor 24V DC
X, Y and Z axis motors servo type; 12 V DC
Spindle bore 10mm,
Morse taper ISO No. 1.
Emergency stop button
Low voltage lighting
Vacuum cleaner unit
Computer - machine connection RS-232 or USB port
2 cutting tools (3 mm, 6 mm)
Tool kit
Cleaning brush

SES

III

Safety instructions:
Read and understand these entire instructions before proceeding.
Keep these instructions.
The operation of the system should only be attempted by experienced
and knowledgeable persons.
Use milling step resolution not over 1mm and adapt the feeding speed
to the processed material.
Always run a milling program on simulation mode before running it on
machine mode.
Never run a milling program without supervising the system.
Use the emergency stop button for emergency stop.
Disconnect the system from electrical supply before servicing for any
reason.
Servicing should be performed by QUALIFIED PERSONNEL ONLY!
Do not operate the system with damage cord, wires or electrical parts.
Operate the system only with the enclosed power supply or with
suitable power supply supplied by the system manufacturer.
Clean only with dry cloth.
Do not install near any heat sources such as radiators, heat registers or
other apparatus that produce heat.
Unplug the power supply and the computer during lighting storms or
when unused for ling periods of time.

Environmental conditions:
Do not expose the system to any kind of liquid.
Operating temperature: 0C to +45C
Humidity: up to 95% at 35C

Power requirements:
Rated voltage: 24 V
Input current: 6 A

SES

1.1

The system's description

The C-501 is a computerized system for sliver processing of plastic, hard


wood and soft metal products. The system includes a rotating mill cutting
operated by a spindle DC motor. The mill motor is located above a table,
which is operated by a DC motor, which raises and lowers it.
The processed material is installed on a table, which moves on two axes (X
and Y). In this way, the processed material moves on the X-Y plane and the
miller moves up and down (goes into and out of the material) on axis Z.
The movement of each axis is done by a DC motor, which includes a
magnetic encoder with Hall Effect sensors. The encoder outputs pulses
according to the motor's rotation.
The system is located in a metal structure with a transparent door in the
front. The door operates a magnetic switch when it is closed.
The system includes a computerized control unit. The control unit operates
the motors, receives the pulses from the encoders and operates the spindle
DC motor of the miller. The system stops each time the front door is
opened.
A computerized system for sliver processing is called CNC (Computerized
Numeric Control). The system's controller receives data, which determine
the processed material movement and the mill cutter (location and speed)
and moves them accordingly in a controlled manner.
A special language was created for CNC machines called G&M-Code. This
language is a universal language and despite this, each machine has its own
unique commands. This book describes the C-501 command set and the
system's programming method.
The programming language enables us to create programming files, where
each file is designated to manufacture a certain product (or part). The files
are saved in the computer's disk. In this way, we can manufacture a certain
part in the same level of accuracy and unity at each manufacturing, even if
the first manufacturing was a long time ago.

Lyric

The CNC system enables us to manufacture the exact amount of products


we need. All it takes is to load the computer with the appropriate file and
run the program. This process turned the manufacturing significantly
flexible. Flexibility means an easy transfer from one product to another.
These machines are called FMS (Flexible Manufacturing Systems).
The C-501 system is accompanied with the S-MILL software. This
software enables us to create and edit a G&M-Code file and run it.
Running the file can be done in two ways by simulation or by operating
the machine.
In the simulation method, the software draws the mill's movement on the
screen and drags lines accordingly. Each line receives a color according to
the milling depth.
In the machine operation method, the computer sends a movement
commands to the system's control unit and the control unit executes the
processing.

Lyric

1.2

G&M-Code language

The G&M-Code language is a very simple programming language and this


is the secret of its popularity.
The programming file is a text file written by a text editor (a simple word
processing).
The programming rules are as follows:

Every instruction to the machine should start with the letter G or M


(this is the reason for the name G&M-Code).

The software ignores lines that do not start with the letter G or M.
For example, G1 X10 Y30 Z-15 F125 meaning:
Move in straight line to point X,Y,Z = 10,30,15 from the home
position at feed of 125 millimeters per minute.
The movement is done in 3D dimensions.

All the parameters should be given in millimeters.

S-MILL software allows using a decimal point. i.e.: G1 X10.5 Y20.7


Important Note
S-MILL uses point as decimal point. Computers that are set
to comma as decimal point must be changed to point as
decimal point. It is done in the 'Regional and language
options' on the 'Control Panel'.

The parameters are optional. It means that the current value of a


parameter that is not indicated in an instruction remains without
change.

We use the '/' sign to indicate relative values.


i.e.: G1 X/20.3 Y/-5, which means:
Move 20.3 millimeters forward on X and 5 millimeters backward on Y
from the current location at previous feed and without changing Z
height.
Lyric

The S-MILL G-Code instruction set:


1)

G0 Xxx Yyy Zzz:


Idle movement on straight line (in a Cartesic axes system) to point
xx,yy,zz at maximum speed.
Examples:
G0 X10 Y25 Z-3
G0 Y15.2

2)

G1 Xxx Yyy Zzz Fff:


Milling movement on straight line (in a Cartesic axes system) to point
xx,yy,zz at ff speed.
Examples:
G1 X10 Y25 Z-3 F200
G1 Y15.2

3)

G10 Rrr Ccc Iii Jjj:


Idle movement on straight line (in a Polar axes system) to point on a
circle's perimeter at maximum speed.
R is the circle radius.
C is the angle (in degrees) of the point.
I and J are the X,Y coordinates of the center of the circle.

R
I,J
I,J

0o

Examples:
G10 R10 C30 I25 J20
G10 C180

Lyric

4)

G11 Rrr Ccc Iii Jjj Fff:


Milling movement on straight line (in a Polar axes system) to point on
a circle's perimeter at ff speed.
R is the circle radius.
C is the angle of the point.
I and J are the X,Y coordinates of the center of the circle.

R
Co
I,J

0o

Examples:
G11 R10 C30 I25 J20 F200
G11 C180
5)

G02 Iii Jjj Rrr Ccc Eee Fff:


Clockwise milling circular movement (arch) at ff feed.
R is the circle radius.
C is the angle (in degrees) of the starting point.
E is the angle (in degrees) of the ending point.
Note:
The instruction G02 means move in a straight line to the arch
starting point (indicated by C) and then to the arch ending point
(indicated by E).
Example:
G02 I25 J20 R10 C30 E60 F200

6)

G03 Iii Jjj Rrr Ccc Eee Fff:


Counter clockwise milling circular movement (arch) at ff feed.

Lyric

7)

G81 Zzz:
Z axis movement for drilling.

8)

G4:
"Wait" instruction, usually applied for stopping in order to replace the
milling cutter or the processed material.
A message appears on the screen and the PC waits for clicking OK to
continue.

M-Code instruction set:


1)

M4 Sss - Command to start the spindle Motor CCW at ss speed in


RPM.

2)

M5 - Command to stop the spindle Motor.

1.3

Installing the S-MILL software

The S-MILL is a WINDOWS application milling program.


1)
2)
3)
4)

Turn ON the PC.


Using "My Computer" functions, copy the S-MILL sub-directory from
the CD to the hard disk.
Create a short-cut to the software S-MILL.exe, which is in the
S-MILL sub-directory.
Move this short-cut to the desktop window.

To run the S-MILL software you have to double click over this icon.

Lyric

1.4

Operating the system

The C-501 power supply is an external power supply that supplies low DC
voltage to the C-501 controller. The C-501 controller communicates with
the PC in serial communication (RS232 or USB).
The power supply is connected to the C-501 by two wires.
The C-501 controller communication socket and RST pushbutton are
located on the right panel.
Step 1:

Connect the red wire to the + (red) terminal of the power supply.
Connect the red and black wire to the (black) terminal of the
power supply.

Step 2:

The serial communication cable (CBL-1) is a 3 wire cable with a


D-connector on one side and an earphone plug on the other side.
Connect the D-connector to the serial communication outlet of
the PC (COM1 or COM2) and the earphone plug to the earphone
inlet.

Step 3:

Connect the power supply of the C-501 to the Mains.

Step 4:

C-501 has an emergency pushbutton on the front panel.


Turn it ON by turning it to the right. The pushbutton will go out.

Step 5:

Turn ON the power supply Main switch.

Step 6:

Turn ON the C-501 main switch.

Step 7:

Click with the mouse over the S-MILL icon on your desktop.
An introductory screen will appear on the screen.

Lyric

Step 8:

Use the mouse or press [Alt+F] and look at the sub-functions of


the FILE function. Move right and left with the arrows or with
the mouse and observe the other functions and their subfunctions.

Step 9:

Select the OPTIONS function.


Select the COM port.
Select the PC COM port and click OK.

Step 10: Select the OPTIONS function again.


Now select the INITIAL MACHINE Sub-function.
This function initializes the C-501 controller and loads it with the
milling machine program.
The program is loaded into non volatile memory of the controller.
This initialization should be done once while installing the
C-501.
Step 11: If there is no communication between the PC and C-501, do the
following:
a)
b)
c)
d)

Check the communication cable connections.


Press RST.
Check the COM port. If it is necessary, change the COM
port number by selecting the OPTIONS function and the
COM port sub-function.
Initial the C-501 controller again by the OPTIONS function
and the INITIAL MACHINE sub-function.

Step 12: Select the OPTIONS function again.


Now select the SAVE CONFIGURATION sub-function.
From now on, the definitions you have selected are
stored in the configuration file and will be the system's
default.

Lyric

1.5

Monitor

Step 1:

Click over the MONITOR function and the CNC MONITOR


sub-function.
The monitor will appear.

The monitor window enables us to control the C-501 manually


and to bring the material and the cutter to home position (the
milling start point).
Step 2:

The C-501 has 3 limit switches that indicate the absolute home
position for each axis.
The monitor has three home check points (Home X, Home Y, and
Home Z). Clicking over the check points add/delete the mark
in the check point.
Clicking over the GO TO MACHINE HOME button returns the
marked axis to home position.
Mark all the three axes and click on the GO TO MACHINE
HOME button.

Lyric

10

Important Note:
After turning on the C-501 or pressing 'RST', the monitor
command 'GO TO MACHINE HOME' for all dimensions
(X,Y,Z) must be instructed in order to synchronized the
interface with the system location.
Step 3:

The button "Start Spindle Motor" turns ON the spindle milling


motor in a speed according to the speed bar position.
Close the C-501 door and click over the "Start Spindle Motor"
button.
The motor should turn ON, speeding according to the speed bar.
Change the speed bar and press the "Start Spindle Motor" button
again.
Note:
Changing the bar will not change the speed.
The speed is changed only on pressing the "Start Spindle
Motor" button.

Step 4:

Open the transparent door and the milling motor stops.


Important Note:
If the movement motors rotate, you must take care to stop
them by clicking over the 'Stop' button on the screen or
pressing RST.
For emergency stop, press the emergency button.

Step 5:

Close the door and the motor runs again.


Important Note:
Do not move the motor on Z dimension (especially down)
when the milling motor is OFF.

Step 6:

You can move the material (X-Y movement) and the cutter (Z
movement) by using the UP-DOWN buttons for each axis.
Check that.
Lyric

11

Step 7:

You can determine steps for each axis (positive or negative)


using the steps field and also to determine the movement feed in
millimeter per minute.
Check that in different ways.

Step 8:

You can define any point as the project home using the button
'Define Project Point'.
Click on the 'Define Project Point' button and the X,Y,Z fields of
the project are set to zero.

Step 9:

Move the system using the arrow keys and X,Y,Z fields will be
updated accordingly.

Step 10: Click over the button 'Go To Project Home' and the system will
return to the defined project home point.
Check that.

Lyric

12

Experiment 1.1 Slot Processing


Objectives:

Writing the first milling program according to a drawing.


Understanding slot processing.
Running the program on simulation.
To setup the material using the monitor.
Milling the material.

Equipment required:

PC computer
S-MILL software
C-501
3mm milling cutter
80x90x10 mm plastic material

Lyric

13

Discussion:
In milling we have several processing types: Slot, Profile, Pocket and Drill.
In slot processing the milling machine creates a slot according to the width
of the milling cutter.
In this experiment we will mill a slot according to the following drawing on
a 90x80x20 mm material.
z
1

10

20

10

10

2
90

20

20

9
10

6
8

20

10

10

20

10

10

30

80
x

Figure 1-2
The symbol
indicates the project home position. It is also the origin of
the axes. The X,Y,Z absolute values relate to this point.
The circle
at point 1 indicates the milling cutter diameter and the milling
starting point.
Lyric

14

In milling drawing we should have two projection drawings. The project


home position should be indicated on both of them.
We have to remember that the milling cutter is round. Because of that, the
corners of the slot processing will always be round according to the cutter
diameter. We also prefer not to start and end the program in a corner but in
a center of a line.

Project home:
The program values are related to the project home.
After installing the matter on the table, we are moving the cutter to the
project home point and determine this as the project home by clicking on a
certain button of the monitor program.

Clearance movement:
Clearance movement is a movement to a point without milling at a certain
level above the material.

Lyric

15

Procedure:
Step 1:

Check that the power red wire is connected to the + (red)


terminal of the power supply and the red and black wire is
connected to the (black) terminal of the power supply.

Step 2:

The serial communication cable (CBL-1) is a 3 wire cable with a


D-connector on one side and an earphone plug on the other side.
Connect the D-connector to the serial communication outlet of
the PC (COM1 or COM2) and the earphone plug to the earphone
inlet.

Step 3:

Connect the power supply of the C-501 to the Mains.

Step 4:

C-501 has an emergency pushbutton on the front panel.


Turn it ON by turning it to the right. The pushbutton will go out.

Step 5:

Turn ON the power supply Main switch.

Step 6:

Click with the mouse over the S-MILL icon on your desktop.
An introductory screen will appear on the screen.

Step 7:

Select the FILE function and the NEW sub-function.


An editor window appears and more functions are added to the
menu line.
The added functions are EDIT, VIEW, and RUN.

Lyric

16

Step 8:
M4
G0
G0
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G0
G0
M5

Type the following G&M-Code milling program:

S2000
Z3
X20 Y50
Z-1 F100
Y60
X30 Y70
X50
X60 Y60
Y30
X50 Y30
X30
X20 Y40
Y50
Z3
X0 Y0

Step 9:

;start spindle motor at 2000 RPM


;move to clearance point (clearance = 3mm)
;move to point 1 at maximum feed (clearance = 3mm)
;move to Z=-1mm at feed=100
;move to point 2
;move to point 3
;move to point 4
;move to point 5
;move to point 6
;move to point 7
;move to point 8
;move to point 9
;move to point 1 back
;move to clearance point
;move to HOME position
;stop spindle motor

Compare the program with the drawing. Check each instruction.

Step 10: Select the function FILE and the SAVE AS sub-function.
A dialog window is opened requesting the file name.
Step 11: Type the name SLOT1 and click OK.
The program is saved under the name SLOT1.TAP.
Step 12: Select the OPTIONS function again.
Select the SIMULATION sub-function.
In simulation mode, the software simulates the
machine behavior on the screen, without processing the
material.
This option enables us to check our program before milling the
material.

Lyric

17

Step 13: Select the function RUN and the RUN sub-function.
A graph window appears.
The program is executed step by step graphically on the window.
Observe the drawing.
The colors of the lines describe the Z-dimension of the lines.
Step 14: If the graph is not correct according to the program, correct the
program and run it again.
Step 15: Locate the material (90x80x20 mm plastic material) on the table
of the C-501 and tighten it with the handy screws.
Check that the material lies horizontally on the table.
Step 16: Select the OPTIONS function and the MACHINE sub-function
in order to operate the system.
Step 17: Select the function MONITOR and the sub-function CNC
MONITOR.
The CNC monitor appears.

Lyric

18

Make sure that all the check boxes of 'Home X', 'Home Y' and
'Home Z' are checked, and press the "GO TO MACHINE
HOME" button.
The machine should move to the absolute home position.
Step 18: Move the cutter center to the relative project home with the
STEPS (mm) and the MOVE buttons.
Step 19: Turn ON the milling motor by clicking over the "Start Spindle
Motor" button.
Step 20: Lower the cutter slowly until the cutter almost touches the
material surface.
Step 21: Press the "DEFINE PROJECT HOME" button.
Step 22: Select the RUN function and the RUN sub-function.
The system should mill the material according to the program.
Warning:
Dont cut more than 1mm each time.
Cutting more than 1mm can brake the tool or jam the
machine.

Lyric

19

Experiment 1.2 Arches


Objectives:

Understanding arch programming.


Understanding arch processing.

Equipment required:

PC computer
S-MILL software
C-501
3mm milling cutter
90x80x20 mm plastic material

Lyric

20

Discussion:
An arch is part of a circle. To define an arch we define the center of its
circle and the starting point on the circle's perimeter (see the description of
G10 and G11 instructions).
In this experiment we will mill an arch according to the following drawing
on a 90x80x20 mm material.
z
1

10

4
5

90

40

10

10
20

10

40

10

80

Figure 1-3
Because of the drawing complete symmetry, we do not need to indicate all
the measurements.

Lyric

21

Procedure:
Step 1:

Check that the power red wire is connected to the + (red)


terminal of the power supply and the red and black wire is
connected to the (black) terminal of the power supply.

Step 2:

The serial communication cable (CBL-1) is a 3 wire cable with a


D-connector on one side and an earphone plug on the other side.
Connect the D-connector to the serial communication outlet of
the PC (COM1 or COM2) and the earphone plug to the earphone
inlet.

Step 3:

Connect the power supply of the C-501 to the Mains.

Step 4:

C-501 has an emergency pushbutton on the front panel.


Turn it ON by turning it to the right. The pushbutton will go out.

Step 5:

Turn ON the power supply Main switch.

Step 6:

Click with the mouse over the S-MILL icon on your desktop.

Step 7:

Select the FILE function and the NEW sub-function.


The editor window appears with the added menu functions.

Step 8:
M4
G0
G0
G1
G02
G02
G02
G02
G1
G0
G0
M5

Type the following G&M-Code milling program:

S2000
Z3
X10 Y50
Z-1 F100
I20 J70 R10 C180 E90
I60 J70 R10 C90 E0
I60 J30 R10 C0 E270
I20 J30 R10 C270 E180
Y50
Z3
X0 Y0

Step 9:

;start spindle motor at 2000 RPM


;move to clearance point
;move to point 1 at maximum feed
; feed=100 Z=-1mm
;move to points 2 and 3
;move to points 4 and 5
;move to points 6 and 7
;move to points 8 and 9
;move to point 1
;move to clearance point
;move to HOME position
;stop spindle motor

Compare the program with the drawing. Check each instruction.

Lyric

22

Step 10: Select the function FILE and the SAVE AS sub-function.
A dialog window is opened requesting the file name.
Step 11: Type the name ARC1 and click OK.
The program is saved under the name ARC1.TAP.
Step 12: Select the OPTIONS function again.
Select the SIMULATION sub-function.
In simulation mode, the software simulates the
machine behavior on the screen, without processing the
material.
This option enables us to check our program before milling the
material.
Step 13: Select the function RUN and the RUN sub-function.
A graph window appears.
The program is executed step by step graphically on the window.
Observe the drawing.
The colors of the lines describe the Z-dimension of the lines.
Step 14: If the graph is not correct according to the program, correct the
program and run it again.
Step 15: Locate the material (50x50x10 mm plastic material) on the table
of the C-501 and tighten it with the handy screws.
Check that the material lies horizontally on the table.
Step 16: Select the function MONITOR and the sub-function SES
MONITOR.
The CNC monitor appears.

Lyric

23

Make sure that all the check boxes of 'Home X', 'Home Y' and
'Home Z' are checked, and press the "GO TO MACHINE
HOME" button.
The machine should move to the absolute home position.
Step 16: Select the OPTIONS function and the MACHINE sub-function
in order to operate the system.
Step 17: Select the function MONITOR and the sub-function CNC
MONITOR.
The CNC monitor appears.

Make sure that all the check boxes of 'Home X', 'Home Y' and
'Home Z' are checked, and press the "GO TO MACHINE
HOME" button.
The machine should move to the absolute home position.
Step 18: Move the cutter center to the relative project home with the
STEPS (mm) and the MOVE buttons.
Step 19: Turn ON the milling motor by clicking over the "Start Spindle
Motor" button.

Lyric

24

Step 20: Lower the cutter slowly until the cutter almost touches the
material surface.
Step 21: Press the "DEFINE PROJECT HOME" button.
Step 22: Select the RUN function and the RUN sub-function.
The system should mill the material according to the program.
Warning:
Dont cut more than 1mm each time.
Cutting more than 1mm can brake the tool or jam the
machine.

Lyric

25

Experiment 1.3 Profile Processing


Objectives:

Understanding profile processing.


The effect of the cutter radius.
Adding profile type processing.

Equipment required:

PC computer
S-MILL software
C-501
3 mm milling cutter
90x80x20 mm plastic material

Discussion:
In profile type processing, the cutter is attached to the drawing geometry. It
means that it mills around the marked area.
After the processing, the marked area will stick out over the profile cutting.
In profile processing the drawing lines are not the milling lines. We have to
take care of the cutter width. The cutter should go outside the marked area.

Lyric

26

In this experiment, we will add a profile processing to our material


according to the following drawing.
z
1

90

80

5
5

70
80

Figure 1-4
Our cutter width is 3mm. Because the cutter width is smaller then the space
between the profile lines and the edges of the material, the processing is
done in two cycles.
The home position will be also the starting point.
We can't process the material in any depth at one cycle. If we want to go
deep, we do it in several cycles. The number of cycles depends on the
hardness of the material.

Lyric

27

Procedure:
Step 1:

Check that the power red wire is connected to the + (red)


terminal of the power supply and the red and black wire is
connected to the (black) terminal of the power supply.

Step 2:

The serial communication cable (CBL-1) is a 3 wire cable with a


D-connector on one side and an earphone plug on the other side.
Connect the D-connector to the serial communication outlet of
the PC (COM1 or COM2) and the earphone plug to the earphone
inlet.

Step 3:

Connect the power supply of the C-501 to the Mains.

Step 4:

C-501 has an emergency pushbutton on the front panel.


Turn it ON by turning it to the right. The pushbutton will go out.

Step 5:

Turn ON the power supply Main switch.

Step 6:

Click with the mouse over the S-MILL icon on your desktop.

Step 7:

Select the FILE function and the NEW sub-function.

Step 8:

Type the following G&M-Code milling program:

Step 9:

M4 S2000
G1 Z-1 F100
G1 X1
G1 Y89
G1 X89
G1 Y1
G1 X3.5
G1 Y76.5
G1 X76.5
G1 Y3.5
G1 X3.5
G0 Z3
G0 X0 Y0
M5
Compare the program with the drawing. Check each instruction
and mark the cutter path on the drawing.

Step 10: Select the function FILE and the SAVE AS sub-function.
Lyric

28

A dialog window opens requesting the file name.

Lyric

29

Step 11: Type the name PROFILE1 and click OK.


The program is saved under the name PROFILE1.TAP.
Step 12: Select the OPTIONS function and the SIMULATION subfunction in order to check the program by simulation.
Step 13: Select the function RUN and the RUN sub-function.
A graph window appears.
The program is executed step by step graphically on the window.
Observe the drawing.
Step 14: If the graph is not correct according to the program, correct the
program and run it again.
Step 15: Locate the material (90x80x20 mm plastic material) on the table
of the C-501 and tighten it with the handy screws.
Check that the material lies horizontally on the table.
Step 16: Select the function MONITOR and the sub-function SES
MONITOR.
The CNC monitor appears.
Make sure that all the check boxes of 'Home X', 'Home Y' and
'Home Z' are checked, and press the "GO TO MACHINE
HOME" button.
The machine should move to the absolute home position.
Step 16: Select the OPTIONS function and the MACHINE sub-function
in order to operate the system.

Lyric

30

Step 17: Select the function MONITOR and the sub-function CNC
MONITOR.
The CNC monitor appears.

Make sure that all the check boxes of 'Home X', 'Home Y' and
'Home Z' are checked, and press the "GO TO MACHINE
HOME" button.
The machine should move to the absolute home position.
Step 18: Move the cutter center to the relative project home with the
STEPS (mm) and the MOVE buttons.
Step 19: Turn ON the milling motor by clicking over the "Start Spindle
Motor" button.
Step 20: Lower the cutter slowly until the cutter almost touches the
material surface.
Step 21: Press the "DEFINE PROJECT HOME" button.
Step 22: Select the RUN function and the RUN sub-function.
The system should mill the material according to the program.

Lyric

31

Challenge Exercise
Step 23: Change the program to create round corners (with 5 mm radius)
of the profile processing.
Check the program on simulation.

Lyric

32

Experiment 1.4 Pocket Processing


Objectives:

Understanding pocket processing.


The effect of the cutter radius.
Adding pocket type processing.

Equipment required:

PC computer
S-MILL software
C-501
3 mm milling cutter
90x80x20 mm plastic material

Discussion:
In pocket processing the processing is done in a closed geometry area.
There are several types of movements in order to cover the area.
For smooth and better finish of the area, the movements must partially
overlap.
In CLEAR type we get out the pocket area by half diameter of the milling
cutter. The milling is done up and down in spaces of half diameter.

Figure 1-5

Lyric

33

In HATCH+FINISH type the milling cutter also goes up and down in half
diameter spaces, but the finish cutting is done inside the pocket contour
lines and is attached to them.

Figure 1-6
In CONTOUR type the milling cutter moves along the contour lines in
decreasing loops. The CONTOUR type is usually the most efficient one.

Figure 1-7

Lyric

34

In this experiment we will add a pocket processing to our material


according to the following drawing.
z
1

90

20

40

30

20
80

Figure 1-8
The processing type will be the contour type.
Be aware that the pocket contour lines are always round at the corners
according to the milling cutter diameter.

Lyric

35

Procedure:
Step 1:

Check that the power red wire is connected to the + (red)


terminal of the power supply and the red and black wire is
connected to the (black) terminal of the power supply.

Step 2:

The serial communication cable (CBL-1) is a 3 wire cable with a


D-connector on one side and an earphone plug on the other side.
Connect the D-connector to the serial communication outlet of
the PC (COM1 or COM2) and the earphone plug to the earphone
inlet.

Step 3:

Connect the power supply of the C-501 to the Mains.

Step 4:

C-501 has an emergency pushbutton on the front panel.


Turn it ON by turning it to the right. The pushbutton will go out.

Step 5:

Turn ON the power supply Main switch.

Step 6:

Click with the mouse over the S-MILL icon on your desktop.

Step 7:

Select the FILE function and the NEW sub-function.

Lyric

36

Step 8:

Type the following G&M-Code milling program:


M4
G0
G0
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G1
G0
G0
M5

Step 9:

S2000
Z3
X40 Y49
Z-1
F100
X39
Y51
X41
Y49
X40
Y47
X37
Y53
X43
Y47
X40
Y45
X35
Y55
X45
Y45
X40
Y43
X33
Y57
X47
Y43
X40
Y41.5
X31.5
Y58.5
X48.5
Y41.5
X40
Z3
X0 Y0

Compare the program with the drawing. Check each instruction


and mark the cutter path on the drawing.

Step 10: Select the function FILE and the SAVE AS sub-function.
A dialog window opens requesting the file name.
Step 11: Type the name POCKET1 and click OK.
Lyric

37

The program is saved under the name POCKET1.TAP.


Step 12: Select the OPTIONS function and the SIMULATION subfunction in order to check the program by simulation.
Step 13: Select the function RUN and the RUN sub-function.
A graph window appears.
The program is executed step by step graphically on the window.
Observe the drawing.
Step 14: If the graph is not correct according to the program, correct the
program and run it again.
Step 15: Locate the material (90x80x20 mm plastic material) on the table
of the C-501 and tighten it with the handy screws.
Check that the material lies horizontally on the table.
Step 16: Select the OPTIONS function and the MACHINE sub-function
in order to operate the system.

Lyric

38

Step 17: Select the function MONITOR and the sub-function CNC
MONITOR.
The CNC monitor appears.
Make sure that all the check boxes of 'Home X', 'Home Y' and
'Home Z' are checked, and press the "GO TO MACHINE
HOME" button.

The machine should move to the absolute home position.


Step 18: Move the cutter center to the relative project home with the
STEPS (mm) and the MOVE buttons.
Step 19: Turn ON the milling motor by clicking over the "Start spindle
Motor" button.
Step 20: Lower the cutter slowly until the cutter almost touches the
material surface.
Step 21: Press the "DEFINE PROJECT HOME" button.
Step 22: Select the RUN function and the RUN sub-function.
The system should mill the material according to the program.
Lyric

39

Experiment 1.5 Drill Processing


Objectives:

Understanding drill processing.


The effect of the cutter radius.
Adding drill type processing.

Equipment required:

PC computer
S-MILL software
C-501
3mm milling cutter
90x80x20 mm plastic material

Discussion:
Drill is a process done on single point geometry.
For drilling we replace the milling cutter with a drill, which goes on Z
dimension only (up and down).
We select a drill with a diameter according to the required diameter hole.

Lyric

40

In this experiment we will drill four holes according to the following


drawing.
z
3

90

40

30
20

40

80

Figure 1-9

Lyric

41

Procedure:
Step 1:

Check that the power red wire is connected to the + (red)


terminal of the power supply and the red and black wire is
connected to the (black) terminal of the power supply.

Step 2:

The serial communication cable (CBL-1) is a 3 wire cable with a


D-connector on one side and an earphone plug on the other side.
Connect the D-connector to the serial communication outlet of
the PC (COM1 or COM2) and the earphone plug to the earphone
inlet.

Step 3:

Connect the power supply of the C-501 to the Mains.

Step 4:

C-501 has an emergency pushbutton on the front panel.


Turn it ON by turning it to the right. The pushbutton will go out.

Step 5:

Turn ON the power supply Main switch.

Step 6:

Click with the mouse over the S-MILL icon on your desktop.

Step 7:

Select the FILE function and the NEW sub-function.

Step 8:

Type the following G&M-Code milling program:


M4
G0
G0
G1
G1
G0
G1
G1
G0
G1
G1
G0
G1
G1
G0
M5

S2000
Z3
X20 Y30
Z-3 F100
Z3
Y70
Z-3
Z3
X60
Z-3
Z3
Y30
Z-3
Z3
X0 Y0

Lyric

42

Step 9:

Compare the program with the drawing. Check each instruction


and mark the cutter path on the drawing.

Step 10: Select the function FILE and the SAVE AS sub-function.
A dialog window opens requesting the file name.
Step 11: Type the name DRILL1 and click OK.
The program is saved under the name DRILL1.TAP.
Step 12: Select the OPTIONS function and the SIMULATION subfunction in order to check the program by simulation.
Step 13: Select the function RUN and the RUN sub-function.
A graph window appears.
The program is executed step by step graphically on the window.
Observe the drawing.
Step 14: If the graph is not correct according to the program, correct the
program and run it again.
Step 15: Locate the material (90x80x20 mm plastic material) on the table
of the C-501 and tighten it with the handy screws.
Check that the material lies horizontally on the table.
Step 16: Select the OPTIONS function and the MACHINE sub-function
in order to operate the system.
Step 17: Select the function MONITOR and the sub-function CNC
MONITOR.
The CNC monitor appears.
Make sure that all the check boxes of 'Home X', 'Home Y' and
'Home Z' are checked, and press the "GO TO MACHINE
HOME" button.

Lyric

43

The machine should move to the absolute home position.


Step 18: Move the cutter center to the relative project home with the
STEPS (mm) and the MOVE buttons.
Step 19: Turn ON the milling motor by clicking over the "Start Spindle
Motor" button.
Step 20: Lower the cutter slowly until the cutter almost touches the
material surface.
Step 21: Press the "DEFINE PROJECT HOME" button.
Step 22: Select the RUN function and the RUN sub-function.
The system should mill the material according to the program.

Lyric

44

Experiment 1.6 Project Processing


Objectives:

Integrating all the knowledge into a project


Design and development

Equipment required:

PC computer
S-MILL software
C-501
3mm milling cutter
90x80x20 mm plastic material

Procedure:
Step 1:

Design a sign or a panel with your name and/or your favorite


label or symbol.

Step 2:

Draw your design and after that convert it into a G&M-Code


program.

Step 3:

Run the program on simulation until you have a satisfactory


program.

Step 4:

Install a plastic material on the C-501 table and process it.

Lyric

45

1.6

FANUC screen

Step 1:

Click over the MONITOR function and the FANUC subfunction.


The FANUC window will appear.

The FANUC window is a simulation of FANUC monitor of CNC system.


This window acts as a monitor window that enables us to control the C-501
manually and to bring the material and the cutter to home position (the
milling start point).
This window also enables to write G&M code programs, to save them, to
open and edit G&M code programs and to run them.

Lyric

46

Monitor Functions
Step 2:

The C-501 has 3 limit switches that indicate the absolute home
position for each axis.
Clicking over the GO TO MACHINE HOME button returns the
marked axis to home position.
Check that.
Important Note:
After turning on the C-501 or pressing 'RST', the monitor
command 'GO TO MACHINE HOME' for all dimensions
(X,Y,Z) must be instructed in order to synchronized the
interface with the system location.

Step 3:

The button "Spindle" turns ON the spindle milling motor.


Close the C-501 door and click over the "Spindle" button.

Step 4:

Open the transparent door and the milling motor stops.


Important Note:
If the movement motors rotate, you must take care to stop
them by clicking over the 'Stop' button on the screen or
pressing RST.
For emergency stop, press the emergency button.

Step 5:

Close the door and the motor runs again.


Important Note:
Do not move the motor on Z dimension (especially down)
when the spindle milling motor is OFF.

Step 6:

You can move the material (X-Y movement) and the cutter (Z
movement) by using the arrow buttons for each axis.
The monitor displays the current position of the machine in the
X,Y,Z fields on the blue screen.
Check that.
Lyric

47

Step 7:

You can determine movement length in millimeter per each


arrow button click.
Change that 'Fine Move' field and check.

Step 8:

You can determine movement speed in millimeter per minute.


Change that 'FEED' field and check.

Step 9:

You can define any point as the project home using the button
'Define Project Point'.
Click on the 'Define Project Point' button and the X,Y,Z fields of
the project are set to zero.

Step 10: Move the system using the arrow keys and X,Y,Z fields will be
updated accordingly.
Step 11: Click over the button 'Go To Project Home' and the system will
return to the defined project home point.
Check that.

Lyric

48

Program Functions
Step 1:

The left side of the window is for program writing and editing.
The program is written in the blue screen on the top.
You can click on the keyboard buttons such as letters, digits and
functions (Space, Back space, Enter and Delete). Clicking the
Shift key shifts the function of the buttons from one to the other.
This is a simulation of using a machine keyboard.
On the other hand, you can use the PC keyboard to write and edit
your program.
Click on the left side of the blue screen to move the cursor to
there and type the following program.
M4
G0
G0
G1
G1
G1
G1
G0
G0
M5

S2000
Z3
X5 Y5
Z-1 F100
Y45
X45
Y5
Z3
X0 Y0

Step 2:

Save the program using the 'Save As' button.

Step 3:

Click over the 'Simulation' button.

Step 4:

Run the program on simulation mode.


The simulation screen will be automatically open and will
display the simulation run.

Step 5:

Locate the material (90x80x20 mm plastic material) on the table


of the C-501 and tighten it with the handy screws.
Check that the material lies horizontally on the table.

Step 6:

Click on the 'Machine' button in order to operate the system.


Lyric

49

Step 7:

Move the cutter center to the relative project home with the
arrow buttons.

Step 8:

Turn ON the milling motor by clicking over the "Start Spindle


Motor" button.

Step 9:

Lower the cutter slowly until the cutter almost touches the
material surface.

Step 10: Press the "DEFINE PROJECT HOME" button.


Step 11: Click on the 'RUN' button.
The system should mill the material according to the program.
Warning:
Dont cut more than 1mm each time.
Cutting more than 1mm can brake the tool or jam the
machine.
Step 12: You can open any written 'TAP' program using the 'Open' button,
edit it on the screen and save it back using the 'Save' button.
Try that.

Lyric

Potrebbero piacerti anche