Fanuc Basic Training Course
Fanuc Basic Training Course
1
ELECTRIC BASIC COURSE
2
ELECTRIC BASIC COURSE
7. LADDER SAMPLE
1) CHUCKING CONTROL
2) AIR BLOW
3
MACHINE LAY OUT ELECTRIC BASIC COURSE
X-axis
X-axis
TURRET
Z-axis
Z-axis
CHUCK
CHUCK
4
MACHINE LAY OUT ELECTRIC BASIC COURSE
X-axis
X-axis Y-axis X-axis
TURRET
TURRET Z-axis TURRET Z-axis
Z-axis
CHUCK
STANDARD MACHINE M --- With Milling & C-axis MY --- With Milling and Y-axis
- Main spindle - Main spindle + Revolving spindle for Milling - Main spindle + Revolving spindle for Milling
- 2-axis (X-axis, Z-axis) - 2-axis (X-axis, Z-axis) + C-axis - 2-axis (X-axis, Z-axis) + C-axis + Y-axis
UPPER
TURRET Z-axis Z-axis
TURRET
Main Spindle <-> C-axis Sub Spindle <-> C-axis Left Spindle <-> C-axis Right Spindle <-> C-axis
B-axis B-axis
LOWER
TURRET TT --- Multi machining
MS, MSY --- With Milling + Sun spindle / + Y-axis -Left spindle + Rev.spindle for Milling
- Main spindle + Revolving spindle for Milling + Sub spindle Z-axis -Right spindle+Rev.spindle for Milling
- 2-axis (X-axis, Z-axis) + C-axis + Y-axis + B-axis -Upper : X1, Z1, C1, Y, B-axis
X-axis -Lower : X2, Z2, C2-axis
5
MACHINE LAY OUT ELECTRIC BASIC COURSE
Y-axis
MX --- Multi machining
-UPPER side
Left spindle + Milling spindle
X1, Z1, C1, B, Y–axis
-LOWER side
Right spindle + Revolving spindle for milling\
X2, Z2, C2, A -axis
X2-axis
6
MACHINE LAY OUT ELECTRIC BASIC COURSE
NC Numerical Control
7
THE CONNECTION IN MACHINE ELECTRIC BASIC COURSE
NC unit
LINK
G output Y output
MOTOR
FOOT SWITCH PROXIMITY SAFTY SWITCH
SWITCH
SPINDLE
SERVO
8
THE CONNECTION IN MACHINE ELECTRIC BASIC COURSE
NC UNIT
FEEDBACK
POWER DRIVE POSITION
R A F ORDER CODER
PMC NC or
SOFTWARE FEED
SPINDLE DRIVE SPINDLE MOTOR BZ SENSOR
G SOFTWARE BACK
LADDER ORDER
SERVO DRIVE SERVO MOTOR ENCODER
FEED
T D K C BACK
FEEDBACK
PMC
PARAMETER
NC
TIMER
PARAMETER
KEEP RELAY
D-DATA
Y X
ORDER
Y -.- SOLENOID CYLINDER
Address in Ladder
ORDER MAGNETIC 3 PH
Y -.- RELAY
INPUT CONTACTER MOTOR
& ORDER
Y -.- LAMP SOLENOID CYLINDER
OUTPUT
MODULE
X -.- SENSOR
FEED
BACK
X -.- OPERATION SWITCH
ORDER
9
THE CONNECTION IN MACHINE >>> PMC ELECTRIC BASIC COURSE
10
THE CONNECTION IN MACHINE >>> NC ELECTRIC BASIC COURSE
NC UNIT
FEEDBACK
POWER DRIVE POSITION
R A F ORDER CODER
PMC NC SPINDLE DRIVE SPINDLE MOTOR
or
SOFTWARE FEED BZ SENSOR
LADDER
G SOFTWARE BACK
ORDER
SERVO DRIVE SERVO MOTOR ENCODER
FEED
T D K C BACK
FEEDBACK
PMC
PARAMETER NC
TIMER
KEEP RELAY
PARAMETER
D-DATA
Address in Ladder
3) NC software 4) NC parameter
NC software control the followings with G-code, M-code, The followings is set at the NC parameter because of
S-code, T-code, Axis-code and operation button, etc.. various spindle and servo motor, function, specification.
11
THE CONNECTION IN MACHINE >>> INPUT & OUTPUT MODULE ELECTRIC BASIC COURSE
Y
ORDER
Y -.- SOLENOID CYLINDER
Address in Ladder
ORDER MAGNETIC 3 PH
Y -.- RELAY
INPUT CONTACTER MOTOR
& ORDER
Y -.- LAMP SOLENOID CYLINDER
OUTPUT
MODULE
X -.- SENSOR
FEED
BACK
X -.-
ORDER
OPERATION SWITCH
12
LADDER ELECTRIC BASIC COURSE
Basically, you can see the ladder diagram on the screen. The ON / OFF state of signals is displayed, too.
If there are something wrong in the machine, sometimes it’s need to check ladder. It’s easy to fix the problem.
The followings are explained at this chapter..
Active
Non-active
▶ B Contact
1 If the address is “OFF”, the contact is active.
Active
Non-active
NET NUMBER
▶ Coil (A)
When the connected contact is active, the
coil is active. The address is tuned on
Active
2 Non-active
Coil (B)
3
When the any connected contact is non-
active, the coil is active. The address is
tuned on
▶ FUNCTION
13
LADDER >>> ADDRESS ELECTRIC BASIC COURSE
Y0.0 is turned on
14
LADDER >>> ADDRESS ELECTRIC BASIC COURSE
1) ADDRESS IN LADDER
There is used many address in ladder diagram. It’s words of machine language for conversation each other
There is a rule and group. There is a only “1” or “0”, other words “on” or “off:
BIT
ADDRESS X -- . 7 6 5 4 3 2 1 0 BYTE, too Signal from sensor or switch (X0.0, X8.4, X10, etc.)
15
LADDER >>> ADDRESS >>> X, Y ELECTRIC BASIC COURSE
① X, Y
Basically, X, Y signal is connected to electrical part like sensor, switch, lamp, solenoid, relay by input / output module
The sensor or switch state is transferred to the ladder and active signals is transferred from ladder to solenoid or lamp.
BIT
X -- . 7 6 5 4 3 2 1 0 BYTE, too LADDER <- SESNOR, SWITCH (X0.0, X8.4, X10, etc.)
ADDRESS
Y -- . 7 6 5 4 3 2 1 0 BYTE, too LADDER -> SOLENOID, RELAY (Y0.0, Y1.0, Y2, etc.)
BYTE
1) Switch A is pressed.
2 DC24V A switch
X0.0
X0.0 X0.1 Y0.0 2) X0.0 is turned on “1” -> transferred to ladder.
DC24V B switch Y0.0 If X0.0 is “on” and X0.1 is “off””, turn on Y0.0 3) X0.0 contact is active.
X0.1 or Y0.01 keep “on” until X0.1 is turned on. 4) Y0.0 is turned on, finally in ladder
OV X0.0 X0.1 Y0.0
5) The promised contact of Y0.0 is turned on.
Y0.0 Y0.0 6) The solenoid is turned on by output module
OV DC24V
C solenoid 7) Y0.0 keep “on” although X0.0 is “Off”
1) Switch B is pressed.
3 DC24V A switch
X0.0 X0.0 X0.1 Y0.0 2) X0.1 is turned on “1” -> transferred to ladder.
DC24V B switch 3) X0.1 contact is not active.
Y0.0
X0.1 4) Y0.0 is turned off, finally in ladder
OV Y0.0
X0.0 X0.1 5) The promised contact of Y0.0 is turned off.
Y0.0 Y0.0 6) The solenoid is turned off by output module
OV DC24V
C solenoid 7) Y0.0 keep “off” although X0.1 is “Off”
16
LADDER >>> ADDRESS >>> F,G ELECTRIC BASIC COURSE
② F,G
Basically, G, F signal is connected to NC software internally.
The NC, spindle, servo state is transferred to the ladder. and active signals is transferred from ladder to solenoid or lamp.
The each F & G address meaning is fix by FANUC. DOOSAN use the address according the object with the address mapping
BIT
ADDRESS F -- . 7 6 5 4 3 2 1 0 BYTE, too LADDER <- NC software (F0.0, F8.4, F10, etc.)
BYTE
If switch B is pressed, G70.6
This switch keep “on” is turned on. This I is
until it’s pressed. transferred to NC. Finally
If switch B is pressed,
the contact is active spindle start rotation
If it’s pressed, X0.1 is
turned off Spindle rotation
Spindle
stop
Switch A is “ON” normally.
DC24V A switch If it is not pressed, the G70.6 is turned on
X0.1 contact is active
DC24V B switch
17
LADDER >>> ADDRESS >>> F, G ELECTRIC BASIC COURSE
18
LADDER >>> ADDRESS >>> R ELECTRIC BASIC COURSE
③R
Basically, R address is used as the followings. Sometimes R-address is used to calculate the data as the rpm, position, etc..
If Y0.1 must be turned on for spindle stop, there are two way as the 1 or 2.
The way 1 is more simple that way 2. R0.0 can be used at other place with spindle stop state meaning.
If the used contact is increased, more time is required for executing ladder.
19
LADDER >>> ADDRESS >>> A ELECTRIC BASIC COURSE
④A
Basically, A-address is used to display PMC alarm message.
PMC alarm message is entered in the ladder edit program, F-LADDER as the followings.
Normal condition
20
LADDER >>> ADDRESS >>> K ELECTRIC BASIC COURSE
⑤ K (KEEP RELAY)
Basically, K-address is used to keep state or decide to do or not to do any function
R, Y-address doesn’t keep the current state after turn power off and then on.
1
K address keep the state without NC power. K address is turned off by only the command.
2 K address is able to set by operator. When the operator want to select the operation condition, K-address is used.
Refer to PMC parameter setting method for setting.
21
LADDER >>> ADDRESS >>> D ELECTRIC BASIC COURSE
⑥ D (DATA)
Basically, D-address is used to transfer data to PMC as the following
- Spindle rotation rpm data with air blow.
- Spindle clamp rpm data
- Spindle head tool no.
- Waiting pot tool no.
- Torque limit skip
- Axis moving feedrate when Q-setter moves down.
The above value is set according to the parameter sheet. Refer PMC setting method for setting.
And D-address is used for save some value in LADDER, too.
22
LADDER >>> ADDRESS >>> T ELECTRIC BASIC COURSE
⑦ T (Timer)
Timer No. and ACT condition is defined at ladder. T-address has only time value of each timer No. There are two kinds of timer.
- Changeable timer : Time is set at the PMC parameter. - Non -changeable timer : Time is set at the LADDER.
Setting time is transferred to LADDER. The following FUNCTION BOX counts time and the connected coil is
The following FUNCTION BOX counts time and the connected coil is turned on after pass setting time.
turned on after pass setting time. T-ADDRESS is not used in NON-changeable timer.
Timer No.01 = T0, T1 address is used for counting,
Timer No.02 = T2, T3 address is used for counting,
;
ACT condition
If X10.1 is turned on,
TIMER NO.
counting starts
If ACT condition is deactivated before setting time is not passed, The coil is not turned on. When ACT condition is active, again,
timer counts from beginning.
23
LADDER >>> ADDRESS >>> C ELECTRIC BASIC COURSE
⑧ C (COUNTER)
“ON / OFF” time is counted by counter C-address.
COUNTER NO.0 : C0,C1 -> Address for PRESET / C2,C3 -> Address for CURRENT
COUNTER NO.1 : C4,C5 -> Address for PRESET / C6,C7 -> Address for CURRENT
;
COUNTER NO.
X10.2
X10.3
1 2 3 4 20
X10.5 ---
R150.0
X10.4
24
LADDER >>> MONITORING ELECTRIC BASIC COURSE
Press button.
1 2
PMC PMCLAD
3 4
ZOOM
▶ If you pressed “ZOOM” button, PASSWORD may be requested. At that time type “0” and press “INPUT”
25
LADDER >>> MONITORING >>> SETTING ELECTRIC BASIC COURSE
Press button.
COIL COMMENT
CONTACT SYMBOL COIL SYMBOL
FUNCTION
26
LADDER >>> MONITORING >>> SEARCHING ELECTRIC BASIC COURSE
SEARCHING ADDRESS
1 2 3
SESRCH or W-SRCH
1 Press SEARCH
2 TYPE address or symbol at command line
3 Press SEARCH or W-SRCH. The searching address will be displayed every pressing “SEARCH”.
SEARCH is menu for all contact and coil. W-SRCH is menu for only coil
▶ The each contact or coil have address and symbol. You can search the contact or coil with address or symbol
ADDRESS
COMMENT
SYMBOL
27
LADDER >>> MONITORING >>> DETAIL ELECTRIC BASIC COURSE
TOPBTM : If you want to see the top or the bottom of ladder, press.
SEARCH : If you want to search any address that is used in ladder,
SEARCH ▶ Type address or symbol at command line and then press the button.
▶ The cursor is located at the address
▶ The next used place will be displayed every pressing.
W-SRCH : If you want to search any output address be used in ladder
▶ Type address or symbol at command line and then press the button
28
LADDER >>> DOWN LOAD ELECTRIC BASIC COURSE
3) Press button.
4 5 6
M-CARD
WRITE
LADDER
EXEC
PMC I/O
29
LADDER >>>UP LOAD 1 ELECTRIC BASIC COURSE
UP LOAD LADDER
1) Insert MEMORY
CARD to slot on the side of LCD
2) Press EMGERENCY STOP button.
3) Press button.
4 5 6
PMCPRM SETTING
PMC
8) Press button.
PROGRAMMER ENABLE
-> “1”
30
LADDER >>> UP LOAD 2 ELECTRIC BASIC COURSE
9 10 11
12 13 14
31
LADDER >>> UP LOAD 3 ELECTRIC BASIC COURSE
15 16 17
3
"COMPLETE"
32
LADDER >>> LADDER DRAWING ELECTRIC BASIC COURSE
33
LADDER >>> LADDER DRAWING ELECTRIC BASIC COURSE
LADDER DRAWING
●
●
●
34
DGN >>> PMC ELECTRIC BASIC COURSE
Press button.
1 2 3
4 5
TYPE ADDRESS
I : ON
SEARCH
· : OFF
35
DGN >>> NC ELECTRIC BASIC COURSE
CHECK NC DGN
In DGN, Servo, Spindle, NC state can be monitoring
- Motor Temperature
- Servo motor or spindle motor Speed
- Servo Position
- Synchro error
- Servo alarm state
Press button.
1 2 3
NO.SEARCH
DGNOS TYPE NO
36
PARAMETER >>> PARAMETER SETTING CONDITION ELECTRIC BASIC COURSE
PARAMETER SETTING
5 6
3
6
4 4
1 Turn key of
3 Press
“PROGRAM PROTECT”
switch as the following 4 Press several times, until “SETTING” screen is displayed.
37
PARAMETER >>> PMC PARAMETER ELECTRIC BASIC COURSE
PMC PARAMETER
There are followings in PMC parameter.
Press button. 2
3
PMCPRM
PMC
TIMER D-DATA
38
PARAMETER >>> PMC PARAMETER >>> TIMER ELECTRIC BASIC COURSE
TIMER
The setting unit is msec (0.001 sec)
No.1 ~ 8 : 48msec (timer calculation unit)
No.9 ~ 250 : 8msec (timer calculation unit)
MOVE CUSOR to the No. and TYPE “setting value” then press “INPUT” button.
Each number meaning is explained at the parameter sheet
39
PARAMETER >>> PMC PARAMETER >>> D-DATA ELECTRIC BASIC COURSE
D-DATA
Each number meaning is explained at the parameter sheet.
2. MOVE CURSOR to the Number and TYPE “setting value” then press “INPUT” button.
3. Press “PAGE UP” or “PAGE DOWN” for searching other number.
1 2
40
PARAMETER >>> PMC PARAMETER >>> KEEP RELAY ELECTRIC BASIC COURSE
KEEP RELAY
Each number meaning is explained at the parameter sheet.
1. MOVE CUSOR to the Number and bit and TYPE “0” or “1” then press “INPUT” button.
2. Press “PAGE UP” or “PAGE DOWN” for searching other number.
41
PARAMETER >>> PMC PARAMETER >>> COUNTER ELECTRIC BASIC COURSE
COUNTER
Each number meaning is explained at the parameter sheet.
1. MOVE CUSOR to the Number and TYPE “setting value” then press “INPUT” button.
3. Press “PAGE UP” or “PAGE DOWN” for searching other number.
42
PARAMETER >>> PMC PARAMETER >>> IN / OUT WITH MENORY CARD ELECTRIC BASIC COURSE
2. Press button.
3 4 5
M-CARD
WRITE
PARAM
EXEC
PMC I/O
43
PARAMETER >>> NC PARAMETER SETTING ELECTRIC BASIC COURSE
NC PARAMETER SETTING
Each Machine is composed of different something as the following
- NC FUNCTION
- SPINDLE & SERVO MOTOR
- AXIS SETTING, AXIS STROKE etc..
The above difference is set at NC parameter.
Press button.
1 2 3
NO.SEARCH
PARAM TYPE NO.
Press
44
PARAMETER >>> NC PARAMETER OUT ELECTRIC BASIC COURSE
1 2
(OPRT) +
I/O CHANEL -> 4
45
PARAMETER >>> NC PARAMETER OUT ELECTRIC BASIC COURSE
Press button.
46
ALARM >>> LIST ELECTRIC BASIC COURSE
ALARM LIST
If there are something wrong in the machine, alarm message will be displayed on the screen and machine stop running or keep running with alarm
1) NC alarm or PMC alarm
PMC alarm is made in ladder diagram by DOOSAN. Other alarms are made in NC software by FANUC
2) Machine state
After alarm occurs, machine enter to the following state according alarm level
- Emergency stop : When alarm occurs, machine is not ready.
- Feed hold : When alarm occurs, machine auto running immediately stop and can not be started until alarm is reset.
- Single block : When alarm occurs, machine auto running is stop after executing block is finished and can not be started until alarm is reset.
- Message : When alarm occurs, only message is displayed and machine auto running can be executed.
47
ALARM >>> HISTORY ELECTRIC BASIC COURSE
ALARM HISTORY
1. Press button.
NC alarm on screen PMC alarm on screen Former PMC alarm on screen (Max 8 alarms)
Press “PAGE DOWN” or “PAGE UP”
48
HARDWARE >>> VOLTAGE ELECTRIC BASIC COURSE
H/W
There is a tank with water
Pressure and Load
If pressure is bigger than load, broken
If pressure is proper, working
If pressure is smaller than load, nor working
SMALL
PRESSURE
Pressure and Pipe
BIG
PRESSURE If PIPE is too thick than pressure, not working
If PIPE is proper than pressure, working
If PIPE is too thin than pressure, broken
PROPER
MIDIUM
PRESSURE
PROPER
PROPER
49
HARDWARE >>> VOLTAGE ELECTRIC BASIC COURSE
BROK
EN
BROK
EN
SHORT
PROPER PROPER
working
Not Not Not SPAR
working working working K
+ VOLTAGE - VOLTAGE
110V L110 / SL110 / C110 L000 BROK The followings are used for protecting circuit from broken.
EN
- FUES, CIRCUIT BREAKER, CIRCUIT PROTECTER
24V L+ / SL+ / 1L+ / 2L+ M / SM / 1M / 2M
50
HARDWARE >>> POWER LINE ELECTRIC BASIC COURSE
51
HARDWARE >>> CONTROL LINE ELECTRIC BASIC COURSE
CONTROL LINE
NC UNIT
Optical cable
DC24V
General
cable
I/O LINK
Servo Motor 1 Servo Motor 2
Spindle Motor
I/O
MODULE
0V SWITCH
X
DC24V
SWITCH
AC110V 0V
MAGNETIC COOLANT
AC 220V CONTACTER MOTOR
Y AC110V
MAGNETIC
CONTACTER
COIL MOTOR
DC24V 0V
RELAY HYD. SOLENOID
RELAY COIL
Y DC0V
DC24V
52
HARDWARE >>> NC SIDE ELECTRIC BASIC COURSE
53
HARDWARE >>> NC SIDE ELECTRIC BASIC COURSE
54
HARDWARE >>> NC SIDE >>> DRIVE & REACTER ELECTRIC BASIC COURSE
REACTER stabilize power line DRIVE supply power and control motor.
55
HARDWARE >>> NC SIDE >>> I/O MODULE ELECTRIC BASIC COURSE
1. BASE 10 SLOT
INTERFACE MODULE I/O MODULE
A03B-0819-J001
2. INTERFACE MODULE
A03B-0819-J011
56
HARDWARE >>> NC SIDE >>> OPERATION I/O MUDULE ELECTRIC BASIC COURSE
OPERATION
PANEL
57
HARDWARE >>> NC SIDE >>> NC UNIT ELECTRIC BASIC COURSE
OPTICAL
CABLE
58
HARDWARE >>> MACHINE SIDE >>> OPTION TRANSFORMER ELECTRIC BASIC COURSE
If 220V is required,
AC be connected
If 440V, be connected 220V
AC
440V
59
HARDWARE >>> MACHINE SIDE >>> CONTROL TRANSFORMER ELECTRIC BASIC COURSE
MACHINE H/W >>> CONTROL TRANSFORMER AC 220V like 23L3, 23L1 EARTH
--L3 --L1
* Note1)
INPUT
0V 200V 220V PE
12V
CONTROL TRANSFORMER converter L000 110V N0B 100B OAV 100AV NOV 28V OV
* Note1 ) If the main power voltage is AC 200V, the power must be connected to 200V instead of 220V
60
HARDWARE >>> MACHINE SIDE >>> DC24V POWER SUPPLY ELECTRIC BASIC COURSE
CIRCUIT
PROTECTER
╋ P24V 1L+
DC24V
━ 1M
CONTROL
FG PEFG EARTH TRANSFORMER
L L NOB NOB
AC100V
N N 100B NOB
61
HARDWARE >>> MACHINE SIDE >>> CIRCUIT PROTECTER ELECTRIC BASIC COURSE
DC24V
DC24V DC24V DC90V
POWER
Rectifier Rectifier Rectifier
SUPPLY
on
1L+
I/O MODULE These are aux. contact for
detecting of the state of
CIRCUIT PROTECTER.
X--.- If CIRCUIT PROTECTER
is released. Aux contact
CIRCUIT PROTECTER type is decided as the following is released, too.
- DC or AC ? The connected input
address is turned off.
- How much detecting CAPACITY ? Finally It’s alarm.
- 1PH or 2PH ?
62
HARDWARE >>> MACHINE SIDE >>> RECTIFIER ELECTRIC BASIC COURSE
M ━ DC : M, SM, MOV
NOV
28V
63
HARDWARE >>> MACHINE SIDE >>> CIRCUIT BREAKER ELECTRIC BASIC COURSE
CIRCUIT CIRCUIT
BREAKER 31 BREAKER 41
64
HARDWARE >>> MACHINE SIDE >>> CIRCUIT BREAKER ELECTRIC BASIC COURSE
23 24 13 14
Detect current
can be set ON Check the on / off state of
between circuit breaker
constant range Finally state is passed to
I/O MODUE.
If off, be alarm.
65
HARDWARE >>> MACHINE SIDE >>> MAGNETIC CONTACTER ELECTRIC BASIC COURSE
Magnetic contactor L1 L2 L3
control the power of AC 200~220V Y--.-
motor (supply or not)
MAIN CIRCUIT
BREAKER 1
Magnetic contactor is
closed by ladder.
There are the coil for 1L1 1L2 1L3
close or open. The 1L1 3L2 5L3 13 A1
coil power used
CIRCUIT
AC110V
BREAKER 11
COIL
CIRCUIT
BREAKER 51
L000
1K 2K 3K
I/O MODULE
MAGNETIC CONTACTER type
Operation Procedure
- Motor Capacity X--.-
1. Y--.- is turned on in ladder
MAGNETIC 1M
- Coil operation voltage
CONTACTER 2. AC 110V is connected to Y--.- terminal in I/O module
51
3. The coil of magnetic contactor is magnetized.
4. The contacts of magnetic contactor are closed.
U51 V51 W51
5. AC 220V is passed to the motor.
PUMP MOTOR
66
HARDWARE >>> MACHINE SIDE >>> RELAY ELECTRIC BASIC COURSE
4 8 3 7 2 6 1 5
14
14 13
M
Operation Procedure
7 & 11 is closed (Normal open)
1. Y--.- is turned on in ladder 3 & 11 is opened (Normal close)
2. DC24V is connected to Y--.- terminal in I/O module
3. The coil of relay is magnetized. 8 & 12 is closed (Normal open)
4 & 12 is opened (Normal close)
4. The each contacts of relay are closed or opened.
67
HARDWARE >>> MACHINE SIDE >>> RELAY ELECTRIC BASIC COURSE
12 11 10 9 8 4 7 3 6 2 5 1
16 12 15 11 14 10 13 9
68
HARDWARE >>> MACHINE SIDE >>> DOOSAN SERVO DRIVE ELECTRIC BASIC COURSE
OUTPUT INTPUT
I/O MODULE
----- -----
Y--.- Y--.- X--.- X--.-
----- -----
POWER
The servo drive is for control turret indexing or magazine. FEED
BACK
AC 200V ~ 220V
69
HARDWARE >>> MACHINE SIDE >>> SENSOR & SWITCH ELECTRIC BASIC COURSE
FOOT SWITCH
70
HARDWARE >>> MACHINE SIDE >>> SENSOR & SWITCH ELECTRIC BASIC COURSE
71
HARDWARE >>> DRAWING ELECTRIC BASIC COURSE
H/W DRAWING
1. Check the following ELECTRICAL DIAGRAM LIST.
2. Check the drawing NO. or sheet NO.
2. Search the drawing according to the No.
SHEET NO.
72
HARDWARE >>> DRAWING ELECTRIC BASIC COURSE
H/W DRAWING
73
HARDWARE >>> DRAWING ELECTRIC BASIC COURSE
H/W DRAWING
74