|
|
A. ALARM LIST
APPENDIX
B-64115EN/02
(3)
System alarm messages (PMC-SB7)
Message
Contents and solution
1
PC004 CPU ERR
A CPU error occurred in the PMC.
xxxxxxxx:yyyyyyyy
xxxxxxxx and yyyyyyyy indicate internal error code.
PC006 CPU ERR
xxxxxxxx:yyyyyyyy
If this error occurs, the motherboard may be faulty.
PC009 CPU ERR
xxxxxxxx:yyyyyyyy
Replace the motherboard, then check whether the error recurs. If the error still
PC010 CPU ERR
occurs even after the replacement of the motherboard, report the conditions un-
xxxxxxxx:yyyyyyyy
der which the error occurred (system configuration, operation, time and frequen-
cy of error occurrences, etc.) to FANUC.
2
PC030 RAM PARITY
aa:bb
A RAM parity error occurred in the PMC.
aa and bb indicate internal error code.
If this error occurs, the motherboard may be faulty.
Solution)
Replace the motherboard, then check whether the error recurs. If the error still
occurs even after the replacement of the motherboard, report the conditions un-
der which the error occurred (system configuration, operation, time and frequen-
cy of error occurrences, etc.) and the indicated internal error code to FANUC.
3
PC050 I/OLINK(CHx)
A communication error occurred in the I/O Link.
aa:bb-aa:bb
CHx is channel number.
or
aa and bb indicate internal error code.
PC050 IOLINK CHx
aabb- aabb:aabb
If this error occurs, the possible causes are as follows:
(1) Although the base expansion is assigned when the I/O Unit A is used, the
base is not connected.
(2) A cable is not connected securely.
(3) Cabling is faulty.
(4) I/O equipment (I/O unit, Power Mate, etc.) is faulty.
(5) The power to the master or slave unit of the I/O Link is disconnected.
(6) A DO-pin short-circuit occurred in an I/O device.
(7) The motherboard is faulty.
Solution)
(1) Check whether the I/O assignment data and the actual I/O equipment con-
nection match.
(2) Check whether the cables are connected correctly.
(3) According to “FANUC I/O Unit-MODEL A Connection and Maintenance
Manual” (B-61813E) or “FANUC I/O Unit-MODEL B Connection manual”
(B-62163E), check for an error in the cable specifications.
(4) Replace the I/O unit interface module, cable, or motherboard. Then, check
whether the error still occurs.
4
PC060 FBUS
A bus error occurred in the PMC.
xxxxxxxx:yyyyyyyy
aa, xxxxxxxx, and yyyyyyyy indicate internal error code.
PC061 FL-R
xxxxxxxx:yyyyyyyy
If this error occurs, the hardware may be faulty.
PC062 FL-W
aa: xxxxxxxx:yyyyyyyy
Solution)
Report the conditions under which the error occurred (system configuration, op-
eration, time and frequency of error occurrences, tc.), the indicated internal error
code, and the LED status on each board to FANUC.
580
B-64115EN/02
APPENDIX
A. ALARM LIST
Message
Contents and solution
5
PC070 SUB65 CALL (STACK)
A stack error occurred during execution of ladder function instruction
CALL/CALLU.
Solution)
Check the correspondence between the CALL/CALLU instruction and SPE
instruction. If the error cannot be located, report the conditions under which the
error occurred and the ladder program to FANUC.
6
PC080 SYS EMG
A system alarm was caused by another software.
xxxxxxxx:yyyyyyyy
PC081 FL EMG
Solution)
xxxxxxxx:yyyyyyyy
Report the conditions under which the error occurred (system configuration, op-
eration, time and frequency of error occurrences, etc.), the indicated internal er-
ror code, and the LED status on each board to FANUC.
7
PC097 PARITY ERR
A parity error occurred in the PMC system.
(LADDER)
PC098 PARITY ERR (DRAM)
If this error occurred, the motherboard may be faulty.
Solution)
Replace the motherboard, then check whether the error recurs. If the error still
occurs even after the replacement of the motherboard, report the conditions un-
der which the error occurred (system configuration, operation, time and frequen-
cy of error occurrences, etc.) to FANUC.
581
A. ALARM LIST
APPENDIX
B-64115EN/02
(4)
System alarm messages (for the C language board)
Message
Contents and solution
1
PC1nn CPU INTERRT
CPU error (abnormal interrupt)
xxxxyyyyyy
nn
:
Exception code
Exception code of the i80486. For details, refer to the relevant
manual that describes the CPU.
00
Division error. For example, the divisor in a division instruction is 0.
12
Stack exception caused by, for example, stack segment limit viola
tion
13
General protection exception generated when, for example, a seg
ment limit is exceeded
xxxx
:
Segment selector where the system error occurred
A value 0103 to 02FB indicates the C execution area.
yyyyyy
:
Offset address at which the system error occurred
(Solution)
If a C program is not used, or if the cause of the error cannot be determined
STATUS LED lL
even by checking the C program, contact FANUC.
2
PC130 RAM PRTY aa
A parity error occurred in user RAM or DRAM on the C language board.
xxxxyyyyyy
aa
:
RAM parity error occurrence information
xxxx
:
Segment selector where the system error occurred
STATUS LED jL
yyyyyy
:
Offset address at which the system error occurred
5
PC160 F-BUS ERROR
A bus error occurred on the C language board.
xxxxyyyyyy
xxxx
:
Segment selector where the system error occurred
PC161 F-BUS ERROR
yyyyyy
:
Offset address at which the system error occurred
xxxxyyyyyy
PC162 F-BUS ERROR
xxxxyyyyyy
STATUS LED Lj
6
PC170 F-BUS ERROR
A bus error occurred on the C language board.
xxxxyyyyyy
xxxx
:
Segment selector where the system error occurred
PC171 F-BUS ERROR
yyyyyy
:
Offset address at which the system error occurred
xxxxyyyyyy
PC172 F-BUS ERROR
xxxxyyyyyy
STATUS LED Lj
7
PC199 ROM PARITY eeeeeeee
A parity error occurred in system ROM on the C language board.
STATUS LED Ll
eeeeeeee : ROM parity error information
STATUS LED (green)
j : Off J : On
lL : Blink
582
B-64115EN/02
APPENDIX
A. ALARM LIST
(5) Alarm messages (For EDIT: PMC-SB7)
Messages displayed during update of the PMC ladder diagram editing
Alarm number
Faulty location/corrective action
Contents
OVERLAPPED COM
If COME is missing, add it in proper posi-
There is no COME that corresponds to
tion. If the COM is unnecessary, remove it.
this COM.
END IN COM
If COME is missing, add it in proper posi-
END,END1,END2, or END3 is found be-
END1 IN COM
tion. If COM is unnecessary, remove it.
tween COM and COME.
END2 IN COM
JMPE IN COM
JMPE and corresponding JMP must have
JMPE is found between COM and
same COM/COME status. Review JMP
COME, and JMP and corresponding
range and COM range, to adjust not to
JMPE have different COM/COME status.
overlap with each other: it is possible that
one range includes the other completely.
SP/SPE IN COM
If COME is missing, add it in proper posi-
SP or SPE is found between COM and
tion. If the COM is unnecessary, remove it.
COME.
COME WITHOUT COM
If COM is missing, add it in proper position.
There is no COM that corresponds to this
If the COME is unnecessary, remove it.
COME.
DUPLICATE CTR NUMBER
If some of them are unnecessary, remove
Plural CTRs have the same number as
(WARNING)
them. If all of them are necessary, assign
their parameter.
other number to parameter of them to
(This is warning.)
make them unique. (If two or more instruc-
tions with same parameter number will
never be active simultaneously at one
time, the Ladder program has a possibility
to work correctly, however, it is recom-
mended from safety and maintenance
points of view, that all these instructions
should have different parameter number
with each other.)
ILLEGAL CTR NUMBER
If unnecessary, remove it. Assign correct
CTR has parameter number that is out of
number not to exceed the maximum num-
range.
ber defined by each PMC model.
DUPLICATE DIFU/DIFD NUM-
If some of them are unnecessary, remove
Plural DIFUs or DIFDs have the same
BER (WARNING)
them. If all of them are necessary, assign
number as their parameter.
other number to parameter of them to
(This is warning.)
make them unique. (If two or more instruc-
tions with same parameter number will
never be active simultaneously at one
time, the Ladder program has a possibility
to work correctly, however, it is recom-
mended from safety and maintenance
points of view, that all these instructions
should have different parameter number
with each other.)
ILLEGAL DIFU/DIFD NUMBER
If unnecessary, remove it. Assign correct
DIFU or DIFD has parameter number
number not to exceed the maximum num-
that is out of range.
ber defined by each PMC model.
NO END
Add END, END1, END2 or END3 in proper
END, END1, END2 or END3 is not
NO END1
position.
found.
NO END2
NO END3
583
A. ALARM LIST
APPENDIX
B-64115EN/02
Alarm number
Faulty
location/corrective action
Contents
DUPLICATE END1
Remove extra END1, END2 or END3.
Multiple END1, END2 or END3 are
DUPLICATE END2
found.
DUPLICATE END3
GARBAGE AFTER END
Remove unnecessary nets, and move
There are some nets after END, END2 or
GARBAGE AFTER END2
necessary nets to proper position so that
END3, which will not be executed.
GARBAGE AFTER END3
they will be executed.
OVERLAPPED JMP
If JMPE is missing, add it in proper posi-
There is no JMPE that corresponds to
tion. If the JMP is unnecessary, remove it.
this JMP.
JMP/JMPE TO BAD COM LEVEL
JMP and corresponding JMPE must have
JMP and corresponding JMPE have dif-
same COM/COME status. Review JMP
ferent COM/COME status.
range and COM range, to adjust not to
overlap with each other: it is possible that
one range includes the other completely.
COME IN JMP
COME and corresponding COM must
COME is found between JMP and JMPE,
have same JMP/JMPE status. Review
and COM and corresponding COME
COM range and JMP range, to adjust not
have different JMP/JMPE status.
to overlap with each other: it is possible
that one range includes the other com-
pletely.
END IN JMP
If JMPE is missing, add it in proper posi-
END,END1,END2, or END3 is found be-
END1 IN JMP
tion. If JMP is unnecessary, remove it.
tween JMP and JMPE.
END2 IN JMP
END3 IN JMP
SP/SPE IN JMP
If JMPE is missing, add it in proper posi-
SP or SPE is found between JMP and
tion. If the JMP is unnecessary, remove it.
JMPE.
JMPB OVER COM BORDER
JMPB and its destination must have same
JMPB and its destination differ in COM/
COM/COME status. Review range of
COME status.
JMPB and COM range, to adjust not to
overlap with each other: it is possible that
one range includes the other completely.
JMPB OVER LEVEL
JMPB can only jump to the same program
JMPB jumps to different program level.
level, or within a subprogram. If the JMPB
is unnecessary, remove it. If LBL for the
JMPB is missing, add it in proper position.
If it should be JMPC, correct it.
LBL FOR JMPB NOT FOUND
If JMPB is unnecessary, remove it. If LBL
Can not find proper LBL for JMPB.
is missing, add it in proper position.
JMPC IN BAD LEVEL
JMPC is used to jump from a subprogram
JMPC is used in other than subprogram.
to level 2. If the JMPC is unnecessary, re-
move it. If it should be JMPB or JMP, cor-
rect it.
LBL FOR JMPC NOT FOUND
If JMPC is unnecessary, remove it. If LBL
Can not find proper LBL for JMPC.
is missing, add it in proper position: JMPC
jumps into level 2. If it should be JMPB or
JMP, correct it.
584
B-64115EN/02
APPENDIX
A. ALARM LIST
Alarm number
Faulty
location/corrective action
Contents
LBL FOR JMPC IN BAD LEVEL
JMPC is used to jump from a subprogram
Destination of JMPC is not level 2.
to level 2. If the JMPC is unnecessary, re-
move it. If another LBL of same L-address
that the JMPC is intended to jump exists in
the subprogram, assign different L-ad-
dress to these two LBLs. If it should be
JMPB or JMP, correct it.
JMPC INTO COM
LBL for JMPC must be located out of any
JMPC jumps to LBL between COM and
COM and COME pair. If the JMPC is un-
COME.
necessary, remove it. If the LBL is located
wrong, move it to correct position. If the L-
address of JMPC is wrong, correct it.
JMPE WITHOUT JMP
If JMP is missing, add it in proper position.
There is no JMP that corresponds to this
If the JMPE is unnecessary, remove it.
JMPE.
TOO MANY LBL
Remove unnecessary LBLs. If this error
There are too many LBLs.
still occurs, adjust the construction of pro-
gram to use less LBLs.
DUPLICATE LBL
If some of these LBLs are unnecessary, re-
Same L-address is used in plural LBLs.
move them. If all of these LBLs is neces-
sary, assign other L-addresses to them to
make all LBLs unique.
OVERLAPPED SP
If SP is missing, add it in proper position. If
There is no SP that corresponds to this
the SPE is unnecessary, remove it.
SPE.
SPE WITHOUT SP
If SP is missing, add it in proper position. If
There is no SP that corresponds to this
the SPE is unnecessary, remove it.
SPE.
END IN SP
If SPE is missing, add it in proper position.
END is found between SP and SPE.
If END is in wrong place, move it to proper
position.
DUPLICATE P ADDRESS
If some of these SPs are unnecessary, re-
Same P-address is used in plural SPs.
move them. If all of these SPs is neces-
sary, assign other P-addresses to them to
make all SPs unique.
DUPLICATE TMRB NUMBER
If some of them are unnecessary, remove
Plural TMRBs have the same number as
(WARNING)
them. If all of them are necessary, assign
their parameter.
other number to parameter of them to
(This is warning.)
make them unique. (If two or more instruc-
tions with same parameter number will
never be active simultaneously at one
time, the Ladder program has a possibility
to work correctly, however, it is recom-
mended from safety and maintenance
points of view, that all these instructions
should have different parameter number
with each other.)
ILLEGAL TMRB NUMBER
If unnecessary, remove it. Assign correct
TMRB has parameter number that is out
number not to exceed the maximum num-
of range.
ber defined by each PMC model.
585
A. ALARM LIST
APPENDIX
B-64115EN/02
Alarm number
Faulty
location/corrective action
Contents
DUPLICATE TMR NUMBER
If some of them are unnecessary, remove
Plural TMRs have the same number as
(WARNING)
them. If all of them are necessary, assign
their parameter.
other number to parameter of them to
(This is warning.)
make them unique. (If two or more instruc-
tions with same parameter number will
never be active simultaneously at one
time, the Ladder program has a possibility
to work correctly, however, it is recom-
mended from safety and maintenance
points of view, that all these instructions
should have different parameter number
with each other.)
ILLEGAL TMR NUMBER
If unnecessary, remove it. Assign correct
TMR has parameter number that is out of
number not to exceed the maximum num-
range.
ber defined by each PMC model.
NO SUCH SUBPROGRAM
If it calls wrong subprogram, correct it. If the
Subprogram that is called by CALL/CAL-
subprogram is missing, create it.
LU is not found.
UNAVAILABLE INSTRUCTION
Confirm that this ladder program is correct
Unsupported instruction for this PMC
one. If this program is correct one, all these
model is found.
unsupported instructions have to be re-
moved.
SP IN BAD LEVEL
SP can be used at top of a subprogram.
SP is found in wrong place.
Correct it so that no SP exists in other
place.
LADDER PROGRAM IS BROKEN
This ladder program must be all cleared
Ladder program may be broken by some
once, and remake ladder program.
reason.
NO WRITE COIL
Add proper write coil.
Write coil is necessary, but is not found.
CALL/CALLU IN BAD LEVEL
CALL/CALLU must be used in Level 2 or in
CALL/CALLU is used in wrong place.
subprograms. Do not use any other
places.
SP IN LEVEL3
If END3 is located wrong, move it to correct
SP is found in level 3.
position. If the SP is unnecessary, remove
it.
586
B-64115EN/02
APPENDIX
A. ALARM LIST
Messages that may be displayed during net editing on PMC program
editor screen
Alarm number
Faulty location/corrective action
Contents
TOO MANY FUNCTIONAL
Only one functional instruction is allowed
Too many functional instructions are in
INSTRUCTIONS IN ONE NET
to constitute a net. If necessary, divide the
one net.
net into plural nets.
TOO LARGE NET
Divide the net into plural nets so that step
Net is too large. When a net is converted
number in a net may become small.
into the object, the net exceeds 256
steps.
NO INPUT FOR OPERATION
Coil without input, or coil connected to out-
No signal is provided for logical opera-
put of functional instruction that has no out-
tion.
put, causes this error. If coil is not neces-
sary, remove it. If necessary, connect it to
meaningful input.
OPERATION AFTER FUNCTION
Output of functional instruction can not be
No logical operation with functional
IS FORBIDDEN
connected to a contact, nor to conjunction
instruction output is permitted, except
with other signal that will be implemented
write coils.
by logical-or operation.
WRITE COIL IS EXPECTED
Add proper write coil to the net.
Write coil is expected, but not found.
BAD COIL LOCATION
Coil can be located only at rightmost col-
Coil is located in bad position.
umn. Any coil located at other place must
be erased once, and place necessary coils
in correct place.
SHORT CIRCUIT
Find contact with terminals connected by
Some contacts are connected with short
short circuit, and correct connections.
circuit.
FUNCTION
AFTER
DI-
Functional instruction can not be used in
Functional instruction is used in output
VERGENCE IS FORBIDDEN
output section of net. If necessary, divide
section of net.
the net into plural nets.
ALL COIL MUST HAVE SAME IN-
Left terminals of all coils in a net must be
When a net contains more than one coil,
PUT
connected to same input point.
the coils should not have any contact be-
side them affects only of the coils.
BAD CONDITION INPUT
Check the connection of all condition in-
Some condition input of functional
puts of the functional instruction. Especial-
instruction is not connected correctly.
ly for functional instruction that has more
than one condition input, check if connec-
tions to condition inputs interfere with each
other.
NO CONNECTION
Find gap that is expected to be connected,
There is signal connected to nowhere.
and correct the connection.
NET IS TOO COMPLICATED
Examine every connection, and find un-
Net is too complicated to analyze.
necessarily bending connection, or coils
that are connected to different point.
PARAMETER IS NOT SUPPLIED
Enter all of the relay addresses, and pa-
Relay with blank address, or blank pa-
rameters of functional instructions.
rameter of functional instruction, is found.
587
A. ALARM LIST
APPENDIX
B-64115EN/02
(6) Alarm messages (For EDIT: PMC-SA1)
Message
Contents and solution
ADDRESS BIT NOTHING
The address of the relay/coil is not set.
FUNCTION NOT FOUND
There is no functional instruction of the input number.
COM FUNCTION MISSING
The funcitonal instruction COM (SUB29) is not correctly dealt with.
Correspondence of COM and COME (SUB29) is incorrect.
Or, the number of coil controlled by COM is specified by the model which the number
cannot be specified.
EDIT BUFFER OVER
There in no empty area of the buffer for the editing.
(solution)
Please reduce NET under editing.
END FUNCTION MISSING
Functional instruction END1,END2,END3 and END do not exist. Or, there are error net
in END1,END2,END3,END.
Or, order of END1,END2,END3, and END is not correct.
ERROR NET FOUND
There is an error net.
ILLEGAL FUNCTION NO.
The wrong number of the functional instruction is searched.
FUNCTION LINE ILLEGAL
The functional instruction is not correctly connected.
HORIZONTAL LINE ILLEGAL
The horizontal line of the net is not connected.
ILLEGAL NET CLEARED
Because the power had been turn off while editing LADDER, some net under editing
was cleared.
ILLEGAL OPERATION
Operation is not correct.
The value is not specified and only INPUT key was pushed.
The address data is not correctly inputted.
Because the space to display the instruction on screen is not enough, the functional
instruction cannot be made.
SYMBOL UNDEFINED
The symbol which was inputted is not defined.
INPUT INVALID
There is an incorrect input data.
Non-numerical value was inputted with COPY, INSLIN,C-UP,C-DOWN etc.
The input address was specified for write coil.
An illegal character was specified for the data table.
NET TOO LARGE
The input net is larger than the editing buffer.
(solution)
Please reduce the net under editing.
JUMP FUNCTION MISSING
The functional instruction JMP(SUB10) is not correctly dealt with.
Correspondence of JMP and JMPE(SUB30) is incorrect.
The number of coil to jump is specified by the model which the number of coil cannot
specified. (It is possible to specify the coil number only on PMC-RB/RC.)
LADDER BROKEN
LADDER is broken.
LADDER ILLEGAL
There is an incorrect LADDER.
IMPOSSIBLE WRITE
You try to edit sequence program on the ROM.
OBJECT BUFFER OVER
The sequence program area was filled.
(solution)
Please reduce the LADDER.
PARAMETER NOTHING
There is no parameter of the functional instruction.
PLEASE COMPLETE NET
The error net was found in LADDER.
(solution)
After correcting the error net, please continue operating.
588
B-64115EN/02
APPENDIX
A. ALARM LIST
Message
Contents and solution
PLEASE KEY IN SUB NO.
Please input the number of the functional instruction.
(solution)
If you do not input the functional instruction, please push soft key “FUNC”
again.
PROGRAM MODULE NOTHING
You tried to edit though there was neither RAM for debugging nor ROM for sequence
program.
RELAY COIL FORBIT
There is an unnecessary relay or coil.
RELAY OR COIL NOTHING
The relay or the coil does not suffice.
PLEASE CLEAR ALL
It is impossible to recover the sequence program.
(solution)
Please clear the all data.
SYMBOL DATA DUPLICATE
The same symbol name is defined in other place.
COMMENT DATA OVERFLOW
The comment data area was filled.
(solution)
Please reduce the number of the commnet.
SYMBOL DATA OVERFLOW
The symbol data area was filled.
(solution)
Please reduce the number of the symbol.
VERTICAL LINE ILLEGAL
There is an incorrect vertical line of the net.
MESSAGE DATA OVERFLOW
The message data area was filled.
(solution)
Please reduce the number of the message.
1ST LEVEL EXECUTE TIME
The 1st level of LADDER is too large to complete execution in time.
OVER
(solution)
Please reduce the 1st level of LADDER.
PARA NO. RANGE ERR:
The parameter number for a function instruction is not in the range.
(solution)
Correct the number so that it is within the range.
PARA NO. DUPLICATE:
The parameter number for a function instruction is used more than once.
(solution)
If the duplicate numbers pose the problem of simultaneous operation,
change the parameter number to an unused number.
589
A. ALARM LIST
APPENDIX
B-64115EN/02
(7) Error Messages (at Automatic Write to Flash ROM after Ladder Editing)
Error message
Contents and solution
PROGRAM ALREADY EXISTS
A program already exists on flash ROM. (At BLANK)
PROGRAM ALREADY EXISTS
A program already exists on flash ROM.
(EXEC?)
(Remedy) When the message is displayed, pressing the EXEC key again causes
write or erasure operation. (At write or erasure)
PROGRAM NOTHING
There is no program on flash ROM.
ERASE ERROR
Flash ROM is abnormal. Replacement is required.
F-ROM WRITE ERROR 13
Ask FANUC Service Representative for replacement.
F-ROM WRITE ERROR 28
WRITE ERROR
F-ROM WRITE ERROR 12
F-ROM WRITE ERROR 29
READ ERROR
ANOTHER USED
Flash ROM is used by other than PMC.
F-ROM WRITE ERROR 9
F-ROM WRITE ERROR 36
MUST BE IN EMG STOP
The CNC is not in the emergency stop state.
NOT EMG STOP
F-ROM WRITE ERROR 10
F-ROM WRITE ERROR 37
NO OPTION
There is no ROM cassette option.
SIZE ERROR
The sequence program is larger than the flash ROM size. (At write)
IMPOSSIBLE WRITE
(SIZE
(Remedy) Try the condense function. (EDIT/CLEAR screen) If the same phenome-
OVER)
non is still observed, the flash ROM size must be enlarged.
NO SPACE
The sequence program to be read is larger than the RAM size. (At read)
F-ROM WRITE ERROR 1
(Remedy) RAM must be enlarged.
F-ROM WRITE ERROR 15
F-ROM WRITE ERROR 35
590
B-64115EN/02
APPENDIX
A. ALARM LIST
(8) Error Messages (at Assignment Data Editing)
Message
Contents and solution
ERR: GROUP NO. (0—15)
The group number must be 0 to 15.
ERR: BASE NO. (0—1)
The base number must be 0 or 1.
WARN: BASE NO. MUST BE 0
For I/O Unit-B, the base number must be 0. The base number was set to 0 forcibly.
ERR: SLOT NO. (1—10)
For I/O Unit-A, the slot number must be 1 to 10.
ERR: SLOT NO. (0, 1—30)
For I/O Unit-B, the slot number must be 0 or a number 1 to 30.
ERR: SLOT NO. MUST BE 0
When power on/off information for I/O Unit-B is set, the slot number must be 0.
ERR: ILLEGAL NAME
The input assignment name is illegal or not supported. Enter a correct name.
INPUT INVALID
The input character string is illegal. Enter a character string in a correct input format
again.
IMPOSSIBLE WRITE
An attempt was made to edit ROM data. ROM data cannot be edited.
ERR: ADDRESS ALREADY
The specified address is already assigned. Assign another address. Alternatively, de-
ASSIGNED
lete the existing data, then set the address again.
ERR: ADDRESS OVER
A set address exceeds the maximum value (X127, Y127). Check the addresses dedi-
cated to the unit to be set.
ERR: SLOT ALREADY DEFINED
The specified slot is already assigned. Check the existing data.
WARN: SLOT ALREADY
The specified slot is already assigned. Check the existing data.
DEFINED
ERR: UNIT TYPE MISMATCH
An output module cannot be allocated to an X address, or an input module cannot be
(IN OR OUT)
allocated to a Y address.
WARN: UNIT TYPE MISMATCH
I/O Unit-A and I/O Unit-B are assigned to the same group. These units cannot exist
(MODEL)
together within the same group.
591
A. ALARM LIST
APPENDIX
B-64115EN/02
(9)
Alarm messages (For I/O)
Error message
Contents and solution
PROGRAM ALREADY EXISTS
A program already exists on flash ROM. (At BLANK)
PROGRAM ALREADY EXISTS
A program already exists on flash ROM.
(EXEC ?)
Remedy) When the message is displayed, pressing the EXEC key again
causes write or erasure operation. (At write or erasure)
PROGRAM NOTHING
There is no program on flash ROM.
ERASE ERROR
Flash ROM is abnormal. Replacement is required. Ask FANUC Service
F
Representative for replacement.
L
WRITE ERROR
A
S
READ ERROR
H
ANOTHER USED
Flash ROM is used by other than PMC.
R
O
MUST BE IN EMG STOP
The CNC is not in the emergency stop state.
NOT EMG STOP
M
NO OPTION
There is no ROM cassette option.
SIZE ERROR
The sequence program is larger than the flash ROM size. (At write)
Remedy) Try the condense function. (EDIT/CLEAR screen) If the same
phenomenon is still observed, the flash ROM size must be en-
larged.
The sequence program to be read is larger than the RAM size. (At read)
Remedy) RAM must be enlarged.
I/O OPEN ERROR nn
nn = -1: RS-232C is used by other than PMC.
Remedy) Check whether RS-232C is used by other than PMC.
On the online setting screen (see Section 8.5.1 in III), check
that “NOT USE” is indicated for RS-232C.
nn = 6: The RS-232C option is not found.
nn = 20: RS-232C connection is incorrect.
Remedy) Check whether channel setting, connection, baud rate, and
other settings are correct.
H
O
I/O WRITE ERROR nn
nn = 20: RS-232C connection is incorrect.
S
Remedy) Check whether channel setting, connection, baud rate, and
T
other settings are correct.
·
nn = 22: Communication cannot be performed correctly.
F
Remedy) Check whether the cable is broken.
D
C
I/O READ ERROR nn
nn = 20: RS-232C connection is incorrect.
A
Remedy) Check whether channel setting, connection, baud rate, and
S
other settings are correct.
·
nn = 22: Communication cannot be performed correctly.
O
Remedy) Check whether the cable is broken.
T
H
ADDRESS IS OUT OF RANGE
Data for other than the PMC debugging RAM area was transferred.
E
(xxxxxx)
xxxxxx: Indicates the transfer address.
R
S
DATA ERROR
Illegal data was read.
Remedy) Check the cable and setting (speed).
When a program in C was being read into the 16i/18i/21i:
Remedy) Press soft keys [EDIT], [CLEAR], [CLRLNG], then [EXEC] to
clear the C area.
PROGRAM DATA ERROR
An attempt was made to output data, but the data was illegal.
Remedy) Check the alarm on the alarm screen.
592
B-64115EN/02
APPENDIX
A. ALARM LIST
Error
message
Contents and solution
CREATE ERROR
The specified file name is illegal.
Remedy) Specify a file name in the MS-DOS form. (See 7.2 (5))
NO MORE SPACE or WRITE ERROR
There is not enough free space on the memory card.
Remedy) Delete files to create free space.
NOT READY
No memory card is installed.
Remedy) Check whether a memory card is installed.
MOUNT ERROR
Unformatted.
Remedy) Perform formatting. (See 7.3.4 (a))
WRITE PROTECT
The memory card is protected.
Remedy) Set the protect switch of the memory card to OFF.
BATTERY ALARM
The battery for the memory card is too weak.
M
Remedy) Replace the memory card battery.
E
M
FILE NOT FOUND
The specified file number or file name is not found.
O
Remedy) With LIST, check the file name or file number.
R
DELETE ERROR
The file cannot be deleted.
Y
Remedy) Change the file attribute.
C
PROGRAM ALREADY EXISTS
There are duplicate file names.
A
Remedy) Use another file name.
R
D
I/O WRITE ERROR nn
nn = 30: No memory card is installed.
I/O READ ERROR nn
Remedy) Check whether a memory card is installed.
I/O COMPARE ERROR nn
nn = 31: The memory card cannot be written to.
I/O DELETE ERROR nn
Remedy) Set the protect switch of the memory card to OFF.
I/O LIST ERROR nn
Replace the memory card with an S-RAM card.
I/O FORMAT ERROR nn
nn = 32: The battery for the memory card is too weak.
Remedy) Replace the memory card battery.
nn = 102: There is not enough free space on the memory card.
Remedy) Delete files to create free space.
nn = 135: The memory card is unformatted.
nn = 105: The memory card is unformatted.
Remedy) Format the memory card.
nn = 114: The specified file is not found.
Remedy) With LIST, check the file name or file number.
nn = 115: The specified file is protected.
Remedy) Check the file attribute.
COMPARE ERR XXXXXX=AA : BB
Data differs between the device and PMC.
CONT? (Y/N)
XXXXXX: Address
aa:
Data on the PMC
bb:
Data on the device
Remedy) To continue operation, enter Y; otherwise, enter N. Then, press
C
the INPUT key.
O
M
DATA ERROR
Illegal data has been read.
M
Remedy) Check the cable and setting (speed).
O
When a program in C was being read into the 16i/18i/21i:
N
Remedy) Press soft keys [EDIT], [CLEAR], [CLRLNG], then [EXEC] to
clear the C area.
PROGRAM DATA ERROR
An attempt was made to output data, but the data was illegal.
Remedy) Check the alarm on the alarm screen.
593
A. ALARM LIST
APPENDIX
B-64115EN/02
A.3
ALARM LIST
When a serial spindle alarm occurs, the following number is displayed on
(SERIAL SPINDLE)
the CNC. n is a number corresponding to the spindle on which an alarm
occurs.
(n = 1: First spindle; n = 2: Second spindle; etc.)
NOTE*1
Note that the meanings of the SPM indications differ
depending on which LED, the red or yellow LED, is on.
When the red LED is on, the SPM indicates a 2-digit alarm
number. When the yellow LED is on, the SPM indicates an
error number that designates a sequence problem (for
example, when a rotation command is entered with the
emergency stop state not released).
³ See Appendix A.4, “Error Codes (Serial Spindle).”
Alarm Numbers and Alarms Displayed on the α Series Spindle Amplifier
SPM
No.
Message
indica-
Faulty location and remedy
Description
tion(*1)
(750)
SPINDLE SERIAL LINK
A0
1
Replace the ROM on the SPM
The program does not start normally.
ERROR
A
control printed circuit board.
ROM series error or hardware ab-
2
Replace the SPM control printed
normality on the SPM control printed
circuit board.
circuit board
(749)
S-SPINDLE LSI ERROR
A1
Replace the SPM control printed cir-
An abnormality was detected in the
cuit board.
CPU peripheral circuit of the SPM
control circuit.
7n01
SPN_n_ : MOTOR
01
1
Check and correct the peripheral
The thermostat embedded in the mo-
OVERHEAT
temperature and load status.
tor winding operated.
2
If the cooling fan stops, replace it.
The internal temperature of the motor
exceeds the specified level.
The motor is used in excess of the
continuous rating, or the cooling
component is abnormal.
7n02
SPN_n_ : EX SPEED ER-
02
1
Check and correct the cutting
The motor speed cannot follow a spe-
ROR
conditions to decrease the load.
cified speed.
2
Correct parameter No. 4082.
An excessive motor load torque is de-
tected.
The acceleration/deceleration time in
parameter No. 4082 is insufficient.
7n03
SPN_n_ : FUSE ON DC
03
1
Replace the SPM unit.
The PSM becomes ready (00 is indi-
LINK BLOWN
2
Check the motor insulation status.
cated), but the DC link voltage is too
3
Replace the interface cable.
low in the SPM.
The fuse in the DC link section in the
SPM is blown. (The power device is
damaged or the motor is ground-
fault.)
The JX1A/JX1B connection cable is
abnormal.
7n04
SPN_n_ : INPUT FUSE/
04
Check the state of the input power
The PSM found a missing power sup-
POWER
supply to the PSM.
ply phase. (PSM alarm 5)
FAULT
594
B-64115EN/02
APPENDIX
A. ALARM LIST
SPM
No.
Message
indica-
Faulty location and remedy
Description
tion(*1)
7n06
SPN_n_ : THERMAL
06
1
Check and correct the parameter.
The temperature sensor of the motor
SENSOR DIS-
2
Replace the feedback cable.
is disconnected.
CONNECT
7n07
SPN_n_ : OVERSPEED
07
Check for a sequence error. (For ex-
The motor speed has exceeded
ample, check whether spindle syn-
115% of its rated speed.
chronization was specified when the
When the spindle axis was in position
spindle could not be turned.)
control mode, positional deviations
were accumulated excessively (SFR
and SRV were turned off during
spindle synchronization.)
7n09
SPN_n_ : OVERHEAT
09
1
Improve the heat sink cooling sta-
Abnormal temperature rise of the
MAIN CIRCUIT
tus.
power transistor radiator
2
If the heat sink cooling fan stops,
replace the SPM unit.
7n11
SPN_n_ : OVERVOLT
11
1
Check the selected PSM.
Overvoltage of the DC link section of
POW CIRCUIT
2
Check the input power voltage
the PSM was detected. (PSM alarm
and change in power during motor
indication: 7)
deceleration. If the voltage ex-
PSM selection error. (The maximum
ceeds 253 VAC (for the 200-V
output specification of the PSM is ex-
system) or 530 VAC (for the 400-V
ceeded.)
system), improve the power sup-
ply impedance.
7n12
SPN_n_ : OVERCUR-
12
1
Check the motor insulation status.
The motor output current is abnor-
RENT POW
2
Check the spindle parameters.
mally high.
CIRCUIT
3
Replace the SPM unit.
A motor-specific parameter does not
match the motor model.
Poor motor insulation
7n15
SPN_n_ : SP SWITCH
15
1
Check and correct the ladder se-
The switch sequence in spindle
CONTROL
quence.
switch/output switch operation is ab-
ALARM
2
Replace the switching MC.
normal.
The switching MC contact status
check signal and command do not
match.
7n16
SPN_n_ : RAM FAULT
16
Replace the SPM control printed cir-
Abnormality in an SPM control circuit
cuit board.
component is detected. (RAM for ex-
ternal data is abnormal.)
7n18
SPN_n_ : SUMCHECK
18
Replace the SPM control printed cir-
Abnormality in an SPM control circuit
ERROR PGM
cuit board.
component is detected.
(Program
DATA
ROM data is abnormal.)
7n19
SPN_n_ : EX OFFSET
19
Replace the SPM unit.
Abnormality in an SPM component is
CURRENT U
detected. (The initial value for the U
phase current detection circuit is ab-
normal.)
7n20
SPN_n_ : EX OFFSET
20
Replace the SPM unit.
Abnormality in an SPM component is
CURRENT V
detected.
(The initial value of the V
phase current detection circuit is ab-
normal.)
7n21
SPN_n_ : POS SENSOR
21
Check and correct the parameters.
The polarity parameter setting of the
POLARITY ER-
(No. 4000#0, 4001#4)
position sensor is wrong.
ROR
595
A. ALARM LIST
APPENDIX
B-64115EN/02
SPM
No.
Message
indica-
Faulty location and remedy
Description
tion(*1)
7n24
SPN_n_ : SERIAL
24
1
Place the CNC-to-spindle cable
The CNC power is turned off (normal
TRANSFER
away from the power cable.
power-off or broken cable).
ERROR
2
Replace the cable.
An error is detected in communica-
tion data transferred to the CNC.
7n26
SPN_n_ : DISCONNECT
26
1
Replace the cable.
The signal amplitude of the detection
C-VELO DE-
2
Re-adjust the pre-amplifier.
signal (connector JY2) on the Cs con-
TECT
tour control motor side is abnormal.
(Unconnected cable, adjustment er-
ror, etc.)
7n27
SPN_n_ : DISCONNECT
27
1
Replace the cable.
1
The spindle position coder (con-
POS-CODER
2
Re-adjust the BZ sensor signal.
nector JY4) signal is abnormal.
2
The signal amplitude (connector
JY2) of the MZ or BZ sensor is ab-
normal.
(Unconnected cable, adjustment
error, etc.)
7n28
SPN_n_ : DISCONNECT
28
1
Replace the cable
The position detection signal (con-
C-POS DE-
2
Re-adjust the pre-amplifier.
nector JY5) for Cs contour control is
TECT
abnormal.
(Unconnected cable, adjustment er-
ror, etc.)
7n29
SPN_n_ : SHORTTIME
29
Check and correct the load status.
Excessive load has been applied
OVERLOAD
continuously for a certain period of
time. (This alarm is issued also when
the motor shaft has been locked in
the excitation state.)
7n30
SPN_n_ : OVERCUR-
30
Check and correct the power supply
Overcurrent is detected in PSM main
RENT POW
voltage.
circuit input.
(PSM alarm indication:
CIRCUIT
1)
Unbalanced power supply.
PSM selection error (The maximum
PSM output specification is exceed-
ed.)
7n31
SPN_n_ : MOTOR LOCK
31
1
Check and correct the load status.
The motor cannot rotate at a speci-
OR V-SIG LOS
2
Replace the motor sensor cable
fied speed.
(A level not exceeding
(JY2 or JY5).
the SST level for the rotation com-
mand has existed continuously.)
Abnormality in the speed detection
signal.
7n32
SPN_n_ : RAM FAULT
32
Replace the SPM control printed cir-
Abnormality in an SPM control circuit
SERIAL LSI
cuit board.
component is detected. (The LSI de-
vice for serial transfer is abnormal.)
7n33
SPN_n_ : SHORTAGE
33
1
Check and correct the power sup-
Charging of direct current power sup-
POWER
ply voltage.
ply voltage in the power circuit sec-
CHARGE
2
Replace the PSM unit.
tion is insufficient when the magnetic
contractor in the amplifier is turned on
(such as open phase and defective
charging resistor).
596
B-64115EN/02
APPENDIX
A. ALARM LIST
SPM
No.
Message
indica-
Faulty location and remedy
Description
tion(*1)
7n34
SPN_n_ : PARAMETER
34
Correct a parameter value according
Parameter data exceeding the allow-
SETTING ER-
to the manual.
able limit is set.
ROR
If the parameter number is unknown,
connect the spindle check board, and
check the indicated parameter.
7n35
SPN_n_ : EX SETTING
35
Correct the value according to the pa-
Gear ratio data exceeding the allow-
GEAR RATIO
rameter manual.
able limit is set.
7n36
SPN_n_ : OVERFLOW
36
Check whether the position gain val-
An error counter overflow occurred.
ERROR
ue is too large, and correct the value.
COUNTER
7n37
SPN_n_ : SPEED DE-
37
Correct the value according to the pa-
The setting of the parameter for the
TECT PAR.
rameter manual.
number of pulses in the speed detec-
ERROR
tor is incorrect.
7n39
SPN_n_ :
1-ROT Cs
39
1
Adjust the 1-rotation signal in the
An incorrect relationship between the
SIGNAL ER-
pre-amplifier.
1-rotation signal and the number of
ROR
2
Check the cable shield status.
AB phase pulses was detected dur-
3
Replace the cable.
ing Cs contour control.
7n40
SPN_n_ : NO 1-ROT Cs
40
1
Adjust the 1-rotation signal in the
The 1-rotation signal is not gener-
SIGNAL DE-
pre-amplifier.
ated during Cs contour control.
TECT
2
Check the cable shield status.
3
Replace the cable.
7n41
SPN_n_ :
1-ROT POS-
41
1
Check and correct the parameter.
1
The
1-rotation signal of the
CODER ER-
2
Replace the cable.
spindle position coder (connector
ROR
3
Re-adjust the BZ sensor signal.
JY4) is abnormal.
2
The 1-rotation signal (connector
JY2) of the MZ or BZ sensor is ab-
normal.
3
Parameter setting error
7n42
SPN_n_ : NO 1-ROT.
42
1
Replace the cable.
1
The
1-rotation signal of the
POS-CODER
2
Re-adjust the BZ sensor signal.
spindle position coder (connector
DETECT
JY4) is disconnected.
2
The 1-rotation signal (connector
JY2) of the MZ or BZ sensor is dis-
connected.
7n43
SPN_n_ : DISCON. PC
43
Replace the cable.
The differential speed position coder
FOR DIF. SP.
signal (connector JY8) in SPM type 3
MODE
is abnormal.
7n44
SPN_n_ : CONTROL
44
Replace the SPM control printed cir-
Abnormality in an SPM control circuit
CIRCUIT(AD)
cuit board.
component was detected (A/D con-
ERROR
verter abnormality).
7n46
SPN_n_ : SCREW
46
1
Check and correct the parameter.
An abnormality equivalent to alarm
1-ROT POS-
2
Replace the cable.
41 was detected during thread cut-
COD. ALARM
3
Re-adjust the BZ sensor signal.
ting operation.
597
A. ALARM LIST
APPENDIX
B-64115EN/02
SPM
No.
Message
indica-
Faulty location and remedy
Description
tion(*1)
7n47
SPN_n_ : POS-CODER
47
1
Replace the cable.
1
The A/B phase signal of the
SIGNAL AB-
2
Re-adjust the BZ sensor signal.
spindle position coder (connector
NORMAL
3
Correct the cable layout (vicinity of
JY4) is abnormal.
the power line).
2
The A/B phase signal (connector
JY2) of the MZ or BZ sensor is ab-
normal.
The relationship between the A/B
phase and 1-rotation signal is incor-
rect (Pulse interval mismatch).
7n49
SPN_n_ : HIGH CONV.
49
Check whether the calculated differ-
In differential speed mode, the speed
DIF. SPEED
ential speed value exceeds the maxi-
of the other spindle converted to the
mum motor speed.
speed of the local spindle has ex-
ceeded the allowable limit (the differ-
ential speed is calculated by multiply-
ing the speed of the other spindle by
the gear ratio).
7n50
SPN_n_ : SPNDL CON-
50
Check whether the calculated value
In spindle synchronization, the speed
TROL OVER-
exceeds the maximum motor speed.
command calculation value exceed-
SPEED
ed the allowable limit
(the motor
speed is calculated by multiplying the
specified spindle speed by the gear
ratio).
7n51
SPN_n_ : LOW VOLT DC
51
1
Check and correct the power sup-
Input voltage drop was detected.
LINK
ply voltage.
(PSM alarm indication: 4) (Momen-
2
Replace the MC.
tary power failure or poor MC contact)
7n52
SPN_n_ : ITP SIGNAL
52
1
Replace the SPM control printed
NC interface abnormality was de-
ABNORMAL I
circuit board.
tected (the ITP signal stopped).
2
Replace the spindle interface
printed circuit board in the CNC.
7n53
SPN_n_ : ITP SIGNAL
53
1
Replace the SPM control printed
NC interface abnormality was de-
ABNORMAL II
circuit board.
tected (the ITP signal stopped).
2
Replace the spindle interface
printed circuit board in the CNC.
7n54
SPN_n_ : OVERLOAD
54
Review the load state.
An overload current was detected.
CURRENT
7n55
SPN_n_ : POWER LINE
55
1
Replace the magnetic contactor.
The power line state signal of the
SWITCH ER-
2
Check and correct the sequence.
magnetic contactor for selecting a
ROR
spindle or output is abnormal.
7n56
SPN_n_ : INNER COOL-
56
Replace the SPM unit.
The cooling fan in the SPM control
ING FAN STOP
circuit stopped.
7n57
SPN_n_ : EX DECEL-
57
1
Decrease the acceleration/decel-
An overload was detected in the re-
ERATION
eration duty.
generative resistance. (PSMR alarm
POWER
2
Check the cooling condition (pe-
indication: 8)
ripheral temperature).
Thermostat operation or short-time
3
If the cooling fan stops, replace the
overload was detected.
resistor.
The regenerative resistor was dis-
4
If the resistance is abnormal, re-
connected, or an abnormal resis-
place the resistor.
tance was detected.
598
B-64115EN/02
APPENDIX
A. ALARM LIST
SPM
No.
Message
indica-
Faulty location and remedy
Description
tion(*1)
7n58
SPN_n_ : OVERLOAD IN
58
1
Check the PSM cooling status.
The temperature of the radiator of the
PSM
2
Replace the PSM unit.
PSM has increased abnormally.
(PSM alarm indication: 3)
7n59
SPN_n_ : COOLING FAN
59
Replace the SPM unit.
The cooling fan in the PSM stopped.
STOP IN PSM
(PSM alarm indication: 2)
7n62
SPN_n_ : MOTOR VCMD
62
Check and correct the parameters.
The specified motor speed is too
OVER-
(No. 4021, 4056 to 4059)
large.
FLOWED
7n66
SPN_n_ : AMP MODULE
66
1
Replace the cable.
An error was found in communication
COMMUNICA-
2
Check and correct the connection.
between amplifiers.
TION
7n73
SPN_n_ : MOTOR SEN-
73
1
Replace the feedback cable.
The motor sensor feedback signal is
SOR DISCON-
2
Check the shield processing.
not present.
NECTED
3
Check and correct the connection.
4
Adjust the sensor.
7n74
SPN_n_ : CPU TEST ER-
74
Replace the SPM control printed-cir-
An error was detected in a CPU test.
ROR
cuit board.
7n75
SPN_n_ : CRC ERROR
75
Replace the SPM control printed-cir-
An error was detected in a CRC test.
cuit board.
7n79
SPN_n_ : INITIAL TEST
79
Replace the SPM control printed-cir-
An error was detected in an initial test
ERROR
cuit board.
operation.
7n81
SPN_n_ :
1-ROT MO-
81
1
Check and correct the parameter.
The one-rotation signal of the motor
TOR SENSOR
2
Replace the feedback cable.
sensor cannot be correctly detected.
ERROR
3
Adjust the sensor.
7n82
SPN_n_ : NO 1-ROT
82
1
Replace the feedback cable.
The one-rotation signal of the motor
MOTOR SEN-
2
Adjust the sensor.
sensor is not generated.
SOR
7n83
SPN_n_ : MOTOR SEN-
83
1
Replace the feedback cable.
An irregularity was detected in a mo-
SOR SIGNAL
2
Adjust the sensor.
tor sensor feedback signal.
ERROR
7n84
SPN_n_ : SPNDL SEN-
84
1
Replace the feedback cable.
The spindle sensor feedback signal
SOR DISCON-
2
Check the shield processing.
is not present.
NECTED
3
Check and correct the connection.
4
Check and correct the parameter.
5
Adjust the sensor.
7n85
SPN_n_ :
1-ROT SPNDL
85
1
Check and correct the parameter.
The one-rotation signal of the
SENSOR ER-
2
Replace the feedback cable.
spindle sensor cannot be correctly
ROR
3
Adjust the sensor.
detected.
7n86
SPN_n_ : NO 1-ROT
86
1
Replace the feedback cable.
The one-rotation signal of the
SPNDL SEN-
2
Adjust the sensor.
spindle sensor is not generated.
SOR ERROR
7n87
SPN_n_ : SPNDL SEN-
87
The one-rotation signal of the
An irregularity was detected in a
SOR SIGNAL
spindle sensor is not generated.
spindle sensor feedback signal.
ERROR
599
A. ALARM LIST
APPENDIX
B-64115EN/02
SPM
No.
Message
indica-
Faulty location and remedy
Description
tion(*1)
7n88
SPN_n_ : COOLING RA-
88
Replace the SPM external cooling
The external cooling fan stopped.
DIFAN FAIL-
fan.
URE
7n97
SPN_n_ : OTHER
97
Replace the SPM.
Another irregularity was detected.
SPINDLE
ALARM
7n98
SPN_n_ : OTHER CON-
98
Check the PSM alarm display.
A PSM alarm was detected.
VERTER
ALARM
SPM
No.
Message
indica-
Faulty location and remedy
Description
tion(*1)
9001
SPN_n_ : MOTOR
01
1
Check and correct the peripheral
The thermostat embedded in the mo-
OVERHEAT
temperature and load status.
tor winding operated.
2
If the cooling fan stops, replace it.
The internal temperature of the motor
exceeds the specified level.
The motor is used in excess of the
continuous rating, or the cooling
component is abnormal.
9002
SPN_n_ : EX SPEED ER-
02
1
Check and correct the cutting
The motor speed cannot follow a spe-
ROR
conditions to decrease the load.
cified speed.
2
Correct parameter No. 4082.
An excessive motor load torque is de-
tected.
The acceleration/deceleration time in
parameter No. 4082 is insufficient.
9003
SPN_n_ : FUSE ON DC
03
1
Replace the SPM unit.
The PSM becomes ready (00 is indi-
LINK BLOWN
2
Check the motor insulation status.
cated), but the DC link voltage is too
3
Replace the interface cable.
low in the SPM.
The fuse in the DC link section in the
SPM is blown. (The power device is
damaged or the motor is ground-
fault.)
The JX1A/JX1B connection cable is
abnormal.
9006
SPN_n_ : THERMAL
06
1
Check and correct the parameter.
The temperature sensor of the motor
SENSOR DIS-
2
Replace the feedback cable.
is disconnected.
CONNECT
9007
SPN_n_ : OVERSPEED
07
Check for a sequence error. (For ex-
The motor speed has exceeded
ample, check whether spindle syn-
115% of its rated speed.
chronization was specified when the
When the spindle axis was in position
spindle could not be turned.)
control mode, positional deviations
were accumulated excessively (SFR
and SRV were turned off during
spindle synchronization.)
9009
SPN_n_ : OVERHEAT
09
1
Improve the heat sink cooling sta-
Abnormal temperature rise of the
MAIN CIRCUIT
tus.
power transistor radiator
2
If the heat sink cooling fan stops,
replace the SPM unit.
600
B-64115EN/02
APPENDIX
A. ALARM LIST
SPM
No.
Message
indica-
Faulty location and remedy
Description
tion(*1)
9011
SPN_n_ : OVERVOLT
11
1
Check the selected PSM.
Overvoltage of the DC link section of
POW CIRCUIT
2
Check the input power voltage
the PSM was detected. (PSM alarm
and change in power during motor
indication: 7)
deceleration. If the voltage ex-
PSM selection error. (The maximum
ceeds 253 VAC (for the 200-V
output specification of the PSM is ex-
system) or 530 VAC (for the 400-V
ceeded.)
system), improve the power sup-
ply impedance.
9012
SPN_n_ : OVERCUR-
12
1
Check the motor insulation status.
The motor output current is abnor-
RENT POW
2
Check the spindle parameters.
mally high.
CIRCUIT
3
Replace the SPM unit.
A motor-specific parameter does not
match the motor model.
Poor motor insulation
9015
SPN_n_ : SP SWITCH
15
1
Check and correct the ladder se-
The switch sequence in spindle
CONTROL
quence.
switch/output switch operation is ab-
ALARM
2
Replace the switching MC.
normal.
The switching MC contact status
check signal and command do not
match.
9016
SPN_n_ : RAM FAULT
16
Replace the SPM control printed cir-
Abnormality in an SPM control circuit
cuit board.
component is detected. (RAM for ex-
ternal data is abnormal.)
9018
SPN_n_ : SUMCHECK
18
Replace the SPM control printed cir-
Abnormality in an SPM control circuit
ERROR PGM
cuit board.
component is detected.
(Program
DATA
ROM data is abnormal.)
9019
SPN_n_ : EX OFFSET
19
Replace the SPM unit.
Abnormality in an SPM component is
CURRENT U
detected. (The initial value for the U
phase current detection circuit is ab-
normal.)
9020
SPN_n_ : EX OFFSET
20
Replace the SPM unit.
Abnormality in an SPM component is
CURRENT V
detected.
(The initial value of the V
phase current detection circuit is ab-
normal.)
9021
SPN_n_ : POS SENSOR
21
Check and correct the parameters.
The polarity parameter setting of the
POLARITY ER-
(No. 4000#0, 4001#4)
position sensor is wrong.
ROR
9024
SPN_n_ : SERIAL
24
1
Place the CNC-to-spindle cable
The CNC power is turned off (normal
TRANSFER
away from the power cable.
power-off or broken cable).
ERROR
2
Replace the cable.
An error is detected in communica-
tion data transferred to the CNC.
9027
SPN_n_ : DISCONNECT
27
1
Replace the cable.
1
The spindle position coder (con-
POS-CODER
2
Re-adjust the BZ sensor signal.
nector JY4) signal is abnormal.
2
The signal amplitude (connector
JY2) of the MZ or BZ sensor is ab-
normal.
(Unconnected cable, adjustment
error, etc.)
601
A. ALARM LIST
APPENDIX
B-64115EN/02
SPM
No.
Message
indica-
Faulty location and remedy
Description
tion(*1)
9029
SPN_n_ : SHORTTIME
29
Check and correct the load status.
Excessive load has been applied
OVERLOAD
continuously for a certain period of
time. (This alarm is issued also when
the motor shaft has been locked in
the excitation state.)
9030
SPN_n_ : OVERCUR-
30
Check and correct the power supply
Overcurrent is detected in PSM main
RENT POW
voltage.
circuit input.
(PSM alarm indication:
CIRCUIT
1)
Unbalanced power supply.
PSM selection error (The maximum
PSM output specification is exceed-
ed.)
9031
SPN_n_ : MOTOR LOCK
31
1
Check and correct the load status.
The motor cannot rotate at a speci-
OR V-SIG LOS
2
Replace the motor sensor cable
fied speed.
(A level not exceeding
(JY2 or JY5).
the SST level for the rotation com-
mand has existed continuously.)
Abnormality in the speed detection
signal.
9032
SPN_n_ : RAM FAULT
32
Replace the SPM control printed cir-
Abnormality in an SPM control circuit
SERIAL LSI
cuit board.
component is detected. (The LSI de-
vice for serial transfer is abnormal.)
9033
SPN_n_ : SHORTAGE
33
1
Check and correct the power sup-
Charging of direct current power sup-
POWER
ply voltage.
ply voltage in the power circuit sec-
CHARGE
2
Replace the PSM unit.
tion is insufficient when the magnetic
contractor in the amplifier is turned on
(such as open phase and defective
charging resistor).
9034
SPN_n_ : PARAMETER
34
Correct a parameter value according
Parameter data exceeding the allow-
SETTING ER-
to the manual.
able limit is set.
ROR
If the parameter number is unknown,
connect the spindle check board, and
check the indicated parameter.
9035
SPN_n_ : EX SETTING
35
Correct the value according to the pa-
Gear ratio data exceeding the allow-
GEAR RATIO
rameter manual.
able limit is set.
9036
SPN_n_ : OVERFLOW
36
Check whether the position gain val-
An error counter overflow occurred.
ERROR
ue is too large, and correct the value.
COUNTER
9037
SPN_n_ : SPEED DE-
37
Correct the value according to the pa-
The setting of the parameter for the
TECT PAR.
rameter manual.
number of pulses in the speed detec-
ERROR
tor is incorrect.
9041
SPN_n_ :
1-ROT POS-
41
1
Check and correct the parameter.
1
The
1-rotation signal of the
CODER ER-
2
Replace the cable.
spindle position coder (connector
ROR
3
Re-adjust the BZ sensor signal.
JY4) is abnormal.
2
The 1-rotation signal (connector
JY2) of the MZ or BZ sensor is ab-
normal.
3
Parameter setting error
602
B-64115EN/02
APPENDIX
A. ALARM LIST
SPM
No.
Message
indica-
Faulty location and remedy
Description
tion(*1)
9042
SPN_n_ : NO 1-ROT.
42
1
Replace the cable.
1
The
1-rotation signal of the
POS-CODER
2
Re-adjust the BZ sensor signal.
spindle position coder (connector
DETECT
JY4) is disconnected.
2
The 1-rotation signal (connector
JY2) of the MZ or BZ sensor is dis-
connected.
9043
SPN_n_ : DISCON. PC
43
Replace the cable.
The differential speed position coder
FOR DIF. SP.
signal (connector JY8) in SPM type 3
MODE
is abnormal.
9046
SPN_n_ : SCREW
46
1
Check and correct the parameter.
An abnormality equivalent to alarm
1-ROT POS-
2
Replace the cable.
41 was detected during thread cut-
COD. ALARM
3
Re-adjust the BZ sensor signal.
ting operation.
9047
SPN_n_ : POS-CODER
47
1
Replace the cable.
1
The A/B phase signal of the
SIGNAL AB-
2
Re-adjust the BZ sensor signal.
spindle position coder (connector
NORMAL
3
Correct the cable layout (vicinity of
JY4) is abnormal.
the power line).
2
The A/B phase signal (connector
JY2) of the MZ or BZ sensor is ab-
normal.
The relationship between the A/B
phase and 1-rotation signal is incor-
rect (Pulse interval mismatch).
9049
SPN_n_ : HIGH CONV.
49
Check whether the calculated differ-
In differential speed mode, the speed
DIF. SPEED
ential speed value exceeds the maxi-
of the other spindle converted to the
mum motor speed.
speed of the local spindle has ex-
ceeded the allowable limit (the differ-
ential speed is calculated by multiply-
ing the speed of the other spindle by
the gear ratio).
9050
SPN_n_ : SPNDL CON-
50
Check whether the calculated value
In spindle synchronization, the speed
TROL OVER-
exceeds the maximum motor speed.
command calculation value exceed-
SPEED
ed the allowable limit
(the motor
speed is calculated by multiplying the
specified spindle speed by the gear
ratio).
9051
SPN_n_ : LOW VOLT DC
51
1
Check and correct the power sup-
Input voltage drop was detected.
LINK
ply voltage.
(PSM alarm indication: 4) (Momen-
2
Replace the MC.
tary power failure or poor MC contact)
9052
SPN_n_ : ITP SIGNAL
52
1
Replace the SPM control printed
NC interface abnormality was de-
ABNORMAL I
circuit board.
tected (the ITP signal stopped).
2
Replace the spindle interface
printed circuit board in the CNC.
9053
SPN_n_ : ITP SIGNAL
53
1
Replace the SPM control printed
NC interface abnormality was de-
ABNORMAL II
circuit board.
tected (the ITP signal stopped).
2
Replace the spindle interface
printed circuit board in the CNC.
9054
SPN_n_ : OVERLOAD
54
Review the load state.
An overload current was detected.
CURRENT
9055
SPN_n_ : POWER LINE
55
1
Replace the magnetic contactor.
The power line state signal of the
SWITCH ER-
2
Check and correct the sequence.
magnetic contactor for selecting a
ROR
spindle or output is abnormal.
603
A. ALARM LIST
APPENDIX
B-64115EN/02
SPM
No.
Message
indica-
Faulty location and remedy
Description
tion(*1)
9056
SPN_n_ : INNER COOL-
56
Replace the SPM unit.
The cooling fan in the SPM control
ING FAN STOP
circuit stopped.
9057
SPN_n_ : EX DECEL-
57
1
Decrease the acceleration/decel-
An overload was detected in the re-
ERATION
eration duty.
generative resistance. (PSMR alarm
POWER
2
Check the cooling condition (pe-
indication: 8)
ripheral temperature).
Thermostat operation or short-time
3
If the cooling fan stops, replace the
overload was detected.
resistor.
The regenerative resistor was dis-
4
If the resistance is abnormal, re-
connected, or an abnormal resis-
place the resistor.
tance was detected.
9058
SPN_n_ : OVERLOAD IN
58
1
Check the PSM cooling status.
The temperature of the radiator of the
PSM
2
Replace the PSM unit.
PSM has increased abnormally.
(PSM alarm indication: 3)
9059
SPN_n_ : COOLING FAN
59
Replace the SPM unit.
The cooling fan in the PSM stopped.
STOP IN PSM
(PSM alarm indication: 2)
9066
SPN_n_ : AMP MODULE
66
1
Replace the cable.
An error was found in communication
COMMUNICA-
2
Check and correct the connection.
between amplifiers.
TION
9073
SPN_n_ : MOTOR SEN-
73
1
Replace the feedback cable.
The motor sensor feedback signal is
SOR DISCON-
2
Check the shield processing.
not present.
NECTED
3
Check and correct the connection.
4
Adjust the sensor.
9074
SPN_n_ : CPU TEST ER-
74
Replace the SPM control printed-cir-
An error was detected in a CPU test.
ROR
cuit board.
9075
SPN_n_ : CRC ERROR
75
Replace the SPM control printed-cir-
An error was detected in a CRC test.
cuit board.
9079
SPN_n_ : INITIAL TEST
79
Replace the SPM control printed-cir-
An error was detected in an initial test
ERROR
cuit board.
operation.
9081
SPN_n_ :
1-ROT MO-
81
1
Check and correct the parameter.
The one-rotation signal of the motor
TOR SENSOR
2
Replace the feedback cable.
sensor cannot be correctly detected.
ERROR
3
Adjust the sensor.
9082
SPN_n_ : NO 1-ROT
82
1
Replace the feedback cable.
The one-rotation signal of the motor
MOTOR SEN-
2
Adjust the sensor.
sensor is not generated.
SOR
9083
SPN_n_ : MOTOR SEN-
83
1
Replace the feedback cable.
An irregularity was detected in a mo-
SOR SIGNAL
2
Adjust the sensor.
tor sensor feedback signal.
ERROR
9084
SPN_n_ : SPNDL SEN-
84
1
Replace the feedback cable.
The spindle sensor feedback signal
SOR DISCON-
2
Check the shield processing.
is not present.
NECTED
3
Check and correct the connection.
4
Check and correct the parameter.
5
Adjust the sensor.
9085
SPN_n_ :
1-ROT SPNDL
85
1
Check and correct the parameter.
The one-rotation signal of the
SENSOR ER-
2
Replace the feedback cable.
spindle sensor cannot be correctly
ROR
3
Adjust the sensor.
detected.
604
B-64115EN/02
APPENDIX
A. ALARM LIST
SPM
No.
Message
indica-
Faulty location and remedy
Description
tion(*1)
9086
SPN_n_ : NO 1-ROT
86
1
Replace the feedback cable.
The one-rotation signal of the
SPNDL SEN-
2
Adjust the sensor.
spindle sensor cannot be correctly
SOR ERROR
detected.
9087
SPN_n_ : SPNDL SEN-
87
The one-rotation signal of the
An irregularity was detected in a
SOR SIGNAL
spindle sensor is not generated.
spindle sensor feedback signal.
ERROR
9088
SPN_n_ : COOLING RA-
88
Replace the SPM external cooling
The external cooling fan stopped.
DIFAN FAIL-
fan.
URE
9097
SPN_n_ : OTHER
Check the SPM alarm display.
Other spindle alarm
SPINDLE
ALARM
9098
SPN_n_ : OTHER CON-
Check the PSM alarm display.
Other converter alarm
VERTER
ALARM
9110
SPN_n_ : AMP COMMU-
b0
1
Replace the communication cable
Communication error between am-
NICATION ER-
between amplifier and module.
plifier and module
ROR
2
Replace the SPM or PSM control
printed circuit board.
9111
SPN_n_ : CONV.LOW
b1
Replace the PSM control printed cir-
Low converter control power supply
VOLT CON-
cuit board.
voltage (PSM indication = 6)
TROL
9112
SPN_n_ : CONV.EXDIS-
b2
1
Check the regenerative resis-
Excessive converter regenerative
CHARGE POW.
tance.
power (PSM indication = 8)
2
Check the motor selection.
3
Replace the PSM
9113
SPN_n_ : CONV.COOL-
b3
Replace the cooling fan.
Stopped cooling fan of the converter
ING FAN FAIL-
radiator (PSM indication = A)
URE
9120
SPN_n_ : COMMUNICA-
C0
1
Replace the communication cable
Communication data alarm
TION DATA ER-
between CNC and SPM.
ROR
2
Replace the SPM control printed
circuit board.
3
Replace the CNC side spindle in-
terface printed circuit board.
9121
SPN_n_ : COMMUNICA-
C1
1
Replace the communication cable
Communication data alarm
TION DATA ER-
between CNC and SPM.
ROR
2
Replace the SPM control printed
circuit board.
3
Replace the CNC side spindle in-
terface printed circuit board.
9122
SPN_n_ : COMMUNICA-
C2
1
Replace the communication cable
Communication data alarm
TION DATA ER-
between CNC and SPM.
ROR
2
Replace the SPM control printed
circuit board.
3
Replace the CNC side spindle in-
terface printed circuit board.
605
A. ALARM LIST
APPENDIX
B-64115EN/02
A.4
ERROR CODES
NOTE*1
(SERIAL SPINDLE)
Note that the meanings of the SPM indications differ
depending on which LED, the red or yellow LED, is on.
When the yellow LED is on, an error code is indicated with
a 2-digit number. The error code is not displayed on the
CNC screen.
When the red LED is on, the SPM indicates the number of
an alarm generated in the serial spindle.
³ See Appendix A.3, “Alarms (Serial Spindle).”
Errors Displayed on the α Series Spindle Amplifier
SPM
indica-
Faulty location and remedy
Description
tion(*1)
00
Check the *ESP and MRDY sequence. (For MRDY, pay
Although neither *ESP (emergency stop signal; there
attention to the parameter setting regarding the use of the
are two types of signals including the PMC signal and
MRDY signal (bit 0 of parameter No. 4001).)
PSM contact signal(*2)) nor MRDY (machine ready sig-
nal) is input, SFR (forward rotation signal)/SRF (reverse
rotation signal)/ORCM (orientation command) is input.
01
Check the spindle motor speed detector parameter (bits
When the spindle motor has a high-resolution magnet-
2, 1, and 0 of parameter No. 4011).
ic pulse coder (Cs sensor) (bits 6 and 5 of parameter
No. 4001 are set to 0 and 1, respectively), 128 /rev is
to be set for the speed detector (bits 2, 1, and 0 of pa-
rameter No. 4011 are set to 0, 0, and 1, respectively).
However, a value other than 128
/rev is set. In this
case, the motor is not excited.
02
Check the parameters for the detector for Cs contour
Although use of a high-resolution magnetic pulse cod-
control (bit 5 of parameter No. 4001 and bit 4 of parame-
er (bit 5 of parameter No. 4001 = 1) or use of the Cs con-
ter No. 4018).
tour control function by the sensor (bit 4 of parameter
No. 4018 = 1) is not set, a Cs control command is input.
In this case, the motor is not excited.
03
Check the position coder signal parameter (bit 2 of pa-
Although use of the position coder signal (bit 2 of pa-
rameter No. 4001).
rameter No. 4001 = 1) is not set, a servo mode (rigid tap-
ping, spindle positioning) or spindle synchronization
command is input. In this case, the motor is not excited.
04
Check the orientation software option.
Although the orientation option is not set, an orientation
command (ORCM) is input.
05
Check the spindle output switching software option and
Although the output switching option is not set, the low-
power line status signal (RCH).
speed winding is selected (RCH = 1).
06
Check the sequence (CON, SFR, SRV).
Although the Cs contour control mode is specified,
SFR/SRV is not input.
07
Check the sequence (SFR, SRV).
Although the servo mode (rigid tapping, spindle posi-
tioning) is specified, SFR/SRV is not input.
09
Check the sequence (SPSYC, SFR, SRV)
Although spindle synchronization mode is specified,
SFR/SRV is not input.
10
During execution of the C-axis control command, do not
Although Cs contour control mode is set, another op-
specify another operation mode. Before entering anoth-
eration mode (servo mode, spindle synchronization, or
er mode, cancel the Cs contour control command.
orientation) is specified.
11
During execution of the servo mode command, do not
Although servo mode (rigid tapping, or spindle position-
specify another operation mode. Before entering anoth-
ing) is set, another operation mode (Cs contour control,
er mode, cancel the servo mode.
spindle synchronization, or orientation) is specified.
606
B-64115EN/02
APPENDIX
A. ALARM LIST
SPM
indica-
Faulty location and remedy
Description
tion(*1)
12
During execution of the spindle synchronization com-
Although spindle synchronization is being performed,
mand, do not specify another operation mode. Before
another operation mode (Cs contour control, servo
entering another mode, cancel the spindle synchroniza-
mode, or orientation) is specified.
tion command.
13
During execution of the orientation command, do not
Although the orientation command is being executed,
specify another operation mode. Before entering anoth-
another operation mode (Cs contour control, servo
er mode, cancel the orientation command.
mode, or synchronization) is specified.
14
Input the SFT or SRV signal.
The SFT and SRV signals are both input at the same
time.
15
Check bit 5 of parameter No. 4000 and PMC signal
When bit 5 of parameter No. 4000 is set to 1 to indicate
(CON).
the presence of the differential speed mode function,
Cs contour control is specified.
16
Check bit 5 of parameter No. 4000 and PMC signal
When bit 5 of parameter No. 4000 is set to 0 to indicate
(DEFMD).
the absence of the differential speed mode function, the
differential speed mode command (DEFMD) is input.
17
Check bits 2, 1, and 0 of parameter No. 4011.
Setting of the speed detector parameter (bits 2, 1, and
0 of parameter No. 4011) is invalid. (The corresponding
speed detector is not present.)
18
Check bit 2 of parameter No. 4001 and PMC signal
Although bits 2 of parameter No. 4001 is set to 0 not to
(ORCM).
use the position coder signal, a command for orienta-
tion by a position coder (ORCMA) is input.
19
During execution of the orientation command, do not
Although orientation by a magnetic sensor is being per-
specify another operation mode. Before entering anoth-
formed, another operation mode is specified.
er mode, cancel the orientation command.
20
Check bit 5 of parameter No. 4001, bit 5 of parameter No.
When the use of the slave operation mode function is
4014, and bit 4 of parameter No. 4018.
set (bit 5 of parameter No. 4014 = 1), the use of a high-
resolution magnetic pulse coder (bit 5 of parameter No.
4001 = 1) or the use of the Cs contour control function
by the sensor (bit 4 of parameter No. 4018 = 1) is speci-
fied. These items cannot be set at the same time.
21
Input the slave operation mode command (SLV) in nor-
Although position control (such as servo mode or
mal operation mode.
orientation) is being performed, a slave operation mode
command (SLV) is input.
22
Input the position control command in normal operation
Although slave operation mode is set (SLVS = 1), a
mode
position control command (such as servo mode or
orientation) is input.
23
Check bit 5 of parameter No. 4014 and PMC signal
Although bit 5 of parameter No. 4014 is set to 0 not to
(SLV).
use the slave operation mode function, a slave opera-
tion mode command (SLV) is input.
24
Check the PMC signal (INCMD). Perform orientation by
Orientation is performed in incremental operation mode
specifying an absolute position first.
(INCMD = 1) first, then the absolute position command
(INCMD = 0) is input.
25
Check the spindle amplifier specifications and parameter
Although the spindle amplifier SPM type 4 is not used,
setting (bit 4 of parameter No. 4018).
the use of the Cs contour control function by the sensor
is set (bit 4 of parameter No. 4018 = 1).
NOTE*2
PSM contact signal
Between ESP1 and ESP2 on the PSM
Contact open: Emergency stop
Contact closed: Normal operation
607
B. LIST OF MAINTENANCE PARTS
APPENDIX
B-64115EN/02
LIST OF MAINTENANCE PARTS
B
Item
Ordering information
Remarks
Fuse
Control unit
A02B-0236-K100
Separate detector interface unit
A60L-0001-0290#LM20
Rated at 2 A
I/O module for operator’s panel
A03B-0815-K001
I/O unit for 0i
For reader/puncher interface of CNC control unit
Connector panel I/O module
A03B-0815-K002
Distributed I/O machine operator’s panel
A60L-0001-0290#LM10
Battery
For control unit memory backup
A02B-0200-K102
(Note 1)
A02B-0309-K102
(Note 2)
Backlight
For 7.2″ LCD
A02B-0309-K112
For 8.4″ LCD
A02B-0236-K119
For 10.4″ LCD
A02B-0309-K116
NOTE
1. If the drawing number of the basic unit is A02B-0309-B50n,
A02B-0311-B50n, or A02B-0311-B51n (where n is 0, 1,
..., 9)
2
If the drawing number of the basic unit is A02B-0309-B52n,
A02B-0311-B52n, or A02B-0311-B53n (where n is 0, 1,
..., 9)
608
B-64115EN/02
APPENDIX
C. BOOT SYSTEM
BOOT SYSTEM
C
C.1
OVERVIEW
610
C.2
SCREEN CONFIGURATION AND OPERATING
PROCEDURE
612
C.3
ERROR MESSAGES AND REQUIRED
ACTIONS
627
609
|
||
|
|
|