CP643 系统参考.pdf - 第352页
Error Code: 2200AB01 MCS Display: DTXAB01 Error [Cause]: A communication error returned from the machine while a program was being downloaded. [Remedy]: Select the [Ctrl] and [E] keys from the UCI menu to obtain a displa…

3. MCS Error Codes
This chapter explains the MCS error codes that are especially related to transmission with HELPS
compatible machines.
Error Code: 2200750B
MCS Display: DTX750B Error
[Cause]: The transmit descriptor filename could not be obtained.
[Remedy]: Make sure that the machine is correctly registered in the Line Descriptor.
The MCS30 must be reset after data is entered in the Line Descriptor. Exit
MCS2H (if the LMS system is also installed exit LMS). Turn the MCS30
power supply off and then back on.
Error Code: 22007511
MCS Display: DTX7511 Error
[Cause]: The program requested by the machine cannot be opened.
[Remedy]: Make sure that the program requested is stored in the MCS30 computer.
This can be checked using the function key [Dir_H].
Error Code: 22007512
MCS Display: DTX7512 Error
[Cause]: The MCS30 computer was in the process of transmitting a program when a
program transmission request was received from the machine (the
communication pipe was being used when the download request came
from the machine).
[Remedy]: After waiting awhile, perform the download request again. If the error
still occurs at that time, shut off the power to the MCS30 computer.
Error Code: 22007514
MCS Display: DTX7514 Error
[Cause]: The program’s machine type does not match the previously transmitted
program machine type.
[Remedy]: Make sure program machine types match.
Error Code: 22007515
MCS Display: DTX7515 Error
[Cause]: After a download request was made, an error occurred in the MCS2H
program check.
[Remedy]: Verify the program.
Error Code: 2200AB00
MCS Display: DTXAB00 Error
[Cause]: After a download request was made, an answer was not received from the
machine within the preset time limit.
[Remedy]: Verify that the machine and MCS30 are both booted up.
Part 5 Chapter 3 MCS Error Codes
Edition 1.0 5-3-1 CP643E System Reference

Error Code: 2200AB01
MCS Display: DTXAB01 Error
[Cause]: A communication error returned from the machine while a program was
being downloaded.
[Remedy]: Select the [Ctrl] and [E] keys from the UCI menu to obtain a display of
errors. Reference the error codes that have returned from the machine.
Error Code: 2200AB04
MCS Display: DTXAB04 Error
[Cause]: The Part data for the requested program does not exist.
[Remedy]: Use the file services directory to verify whether the Part data file for the
requested program exists or not.
Part 5 Chapter 3 MCS Error Codes
Edition 1.0 5-3-2 CP643E System Reference

4. Data Check Errors
4.1 Placing Program Check
This operation checks the placing program header data ("Prog_information",
Machine_data", "Pcb_data" and other such data). Except for sequences that are skipped,
a check is carried out on X and Y data, D data and the Part data used in the program for
placing parts.
X, Y Data Check
The target position for movement of the X- or Y-axis is given by equation (1) or (2) below,
depending on the type of operation. The machine checks if the position lies within the
permitted range for each axis. If the position lies outside the permitted range, the
machine sends the error code, determined as shown in Table 1, to MCS2H.
[How to calculate the Target Position]
T : servomotor target position
N : input values for each sequence
A : XA or YA values in Pcb_ data
P : X0 or Y0 specified in Proper data
C : camera Mark Read Position X, Mark Read Position Y (as specified in Proper data)
Placing sequence (equation 1)
T = P - A - N
Fiducial mark reading sequence (equation 2)
T = C - A - N
The movement ranges of each axis are specified in Proper data as Min Limit Position X,
Max Limit Position X, Min Limit Position Y and Max Limit Position Y.
[The movement range of the X axis]
Min Limit Position X ~ Max Limit Position X
[The movement range of the Y axis]
Min Limit Position Y ~ Max Limit Position Y
[X, Y data Error Code]
CP6OE002E
Axis
X
Y
Hexadecimal Error Code
1101C200 H + (Sequence number - 1) /20
1101C300 H + (Sequence number - 1) /20
Part 5 Chapter 4 Data Check Errors
Edition 1.0 5-4-1 CP643E System Reference