You are on page 1of 145

Part ; TCD Code

Di1(Si210) Elevator / Trouble Shooting Crtl No.: SI-TS-02-2


Page: 9/117
○ Operation CPU
TCD 5 ER_ S/W_ WDT Detection Application Si210
○ Speed CPU

[Meaning] [Condition]
Checks Task errors.
1. SYS1 LED(green) on DOC-131 lights up or off
(Normal if it flickers)
2. When a Watchdog error occurs
[Explanation] - it is transferred to 74HC4538 chip and recognized by speed
Tasks are monitored within the software(S/W) regularly. control section
If a task has errors three successive times, S/W Watchdog error occurs. - running control program registers a S/W watchdog error in the
MRL elevator operation control program is composed of 12 tasks. These tasks are table and reset running control program automatically.
inspected for their any possible errors as shown below.(Initial Error_Counter value
is set to 0(Zero).
[Countermeasures]
- This error has no relation to the outside connection.
- Check the voltage(5V) on output of SMPS,
If no, replace SMPS.
Task에 error in
Error occurs 발생task?
- If the same error continues to happen, replace DOC-131.

Yes

No

Error_Counter를
Increase 1
1 증가시킨다.
Error_Counter

Error_Counter == 3

Yes

Software watchdog error


발생
generated
Part ; TCD Code
Di1(Si210) Elevator / Trouble Shooting Crtl No.: SI-TS-02-2
Page: 10/117
○ Operation CPU
TCD 6 Memory allocation failed Detection Application Si210
○ Speed CPU

[Meaning] An error occurs while assigning system memory. [Countermeasures]


- This error has no relation to the outside connection.
- Check the voltage (5V) on output of SMPS,
If no, replace SMPS.
[Explanation] - If the same error continues to happen, replace DOC-131.
An error occurs while assigning the memory which will be used in
creating of each task within S/W and registering of interrupt or queue.

시스템에서
Create 사용할
memory pool
메모리for풀(pool)
system생성

Memory
메모리 pool
풀(pool) 생성
실패failed
creating ? ?

No

Yes

Memory
메모리 assigning
풀(pool)에서 for task &
타스크(Task)나
인터럽트 interrupt handlerhandler),
핸들러(Interrupt &
큐(Queue)queue
등에서 in pool.메모리 할당
사용할

No
Memory assigning
메모리 할당 실패 ?
failed ?

프로그램 다음
Perform 단계
Next Yes
stage수행
of P/G

Memory assigning
메모리 할당 Error 발생
error generated?

(Note) P/G: Program


Part ; TCD Code
Di1(Si210) Elevator / Trouble Shooting Crtl No.: SI-TS-02-2
Page: 11/117
○ Operation CPU
TCD 7 ER_Task_ creation failed Detection Application Si210
○ Speed CPU

[Meaning] An error occurs while creating each task. [Countermeasures]


- This error has no relation to the outside connection.
- Check the voltage (5V) on output of SMPS,
If no, replace SMPS.
[Explanation] An error occurs while creating each task in S/W - If the same error continues to happen, replace DOC-131.

시스템에서
Create 사용할
memory pool
메모리for풀(pool)
system생성

메모리 풀(pool)에서 타스크(Task)나


Assign memory
인터럽트 for taskhandler)에서
핸들러(Interrupt & interrupt
handler
사용할 메모리in pool
할당

Task
타스크creating
생성 혹은or
No interrupt
인터럽트 registering
등록 실패 ?
failed?

Yes
프로그램 다음
Perform 단계
next
stage수행
of P/G
Task creating error
타스크 생성 Error 발생
generated

(Note) P/G: Program


Part ; TCD Code
Di1(Si210) Elevator / Trouble Shooting Crtl No.: SI-TS-02-2
Page: 12/117
○ Operation CPU
TCD 8 Semaphore creation failed Detection Application Si210
○ Speed CPU

[Meaning] An error occurs when each semaphore is created. [Countermeasures]


- This error has no relation to the outside connection.
- Check the voltage (5V) on output of SMPS,
If no, replace SMPS.
[Explanation] - If the same error continues to happen, replace DOC-131.
An error occurs while creating a semaphore that synchronizes the tasks
in S/W.

As several tasks are carried out concurrently, sometimes the same


tasks or processes are need to access. At this time, use a semaphore in
order not to access the same data at a time.

엘리베이터 운전 제어
Initialize elevator 프로그램
operation
시스템
control 초기화
P/G system

Semaphore
Create 생성
semaphore

Semaphore creating
No Semaphore 생성 실패 ?
failed?

Yes
Perform next stage of
프로그램 다음 단계 수행
P/G
Semaphore생성
Semaphore creating
Error
error

(Note) P/G: Program


Part ; TCD Code
Di1(Si210) Elevator / Trouble Shooting Crtl No.: SI-TS-02-2
Page: 13/117
○ Operation CPU
TCD 9 Operation CPU WDT Timer creation failed Detection Application Si210
○ Speed CPU

[Meaning] An error occurs while creating S/W Watchdog Timer. [Countermeasures]


- This error has no relation to the outside connection.
- Check the voltage (5V) on output of SMPS,
If no, replace SMPS.
[Explanation] - If the same error continues to happen, replace DOC-131.
An error occurs when a Watchdog which supervises errors of each task
in S/W fails to be created.

Watchdog Timer not only carries out tasks periodically just as several
other tasks do, but also supervises all other tasks. So its period is the
shortest (30m sec) and it has top priority.

Create memory
시스템에서 사용할pool
메모리 풀(pool) 생성
for system

Create
Watchdogwatchdog
Timer 생성
timer

Yes
Watchdog timer
Watchdog Timer
생성 실패
creating ?
failed?

Watchdog
Watchdog timer
Timer 생성 No
creatingError
error발생generated

Assign
메모리 memory타스크(Task)나
풀(pool)에서 for task &
인터럽트interrupt handler
핸들러(Interrupt in
handler)에서
사용할 메모리
memory pool할당

Task
타스크creating
생성 혹은or
No interrupt
인터럽트 등록 실패 ?
registering

Yes
Perform
프로그램 다음next
단계
수행
stage of P/G
Task creating
타스크 생성 Error 발생
error generated

(Note) P/G: Program


Part ; TCD Code
Di1(Si210) Elevator / Trouble Shooting Crtl No.: SI-TS-02-2
Page: 14/117
○ Operation CPU
TCD 10 Non definitional vector interrupt occurred Detection Application Si210
○ Speed CPU

[Meaning] An error occurs while creating interrupt. [Countermeasures]


- This error has no relation to the outside connection.
- Check the voltage (5V) on output of SMPS,
If no, replace SMPS.
[Explanation] - Check if ground condition is correct.
Record vector value about the interrupt that is created in creating
non definitional vector interrupt.
This error has no effect on the operation of elevator.

[Reference]
The number of interrupt vector can be checked by ‘A42E’.
(Trace information)
Part ; TCD Code
Di1(Si210) Elevator / Trouble Shooting Crtl No.: SI-TS-02-2
Page: 15/117
○ Operation CPU
TCD 16 Speed CPU H/W WDT trouble occurred Detection Application Si210
○ Speed CPU

[Meaning] DSP H/W Watchdog detection [Countermeasures]

- Check if the communication connector (64P) between


DOC-131 and DPC-122 is connected well, If connector is
[Explanation] If DSP(INV CPU) H/W Watchdog is occurred, operation CPU resets abnormal, replace.
DSP automatically. - Check the voltage (5V) on output of SMPS,
If no, replace SMPS.
- Twist the cables of the communication connector(64P)
- Check if ground condition is correct.
- Replace DPC-122.

[Detection] In case that H/W Watchdog error of DSP maintain over 3 cycle of
detection(Min. 60~ Max. 90ms), detect the trouble and output
the signal of DSP reset.
This trouble can not be detective in case of over 48 volts.
(Voltage drop/ failure)
Part ; TCD Code
Di1(Si210) Elevator / Trouble Shooting Crtl No.: SI-TS-02-2
Page: 16/117
○ Operation CPU
TCD 17 Speed CPU Retry failure Detection Application Si210
○ Speed CPU

[Meaning] DSP H/W Watchdog has been detective and DSP can not be operable [Countermeasures]
even if operation CPU perform retry of DSP more than 4 times.
- Check if the communication connector(64P) between
DOC-131 and DPC-122 is connected well, If connector is
[Explanation] If retry signal of operation CPU keeps up more than 4 times, abnormal, replace.
the error is detected and make the elevator being inoperable. - Check the voltage(5V) on output of SMPS,
If no, replace SMPS.
- Twist the cables of the communication connector(64P)
- Check if ground condition is correct.
- Check if JUMP PIN setting is correct.
- Replace DPC-122.

[Reference] Required retry time for 4 times: 8.6 seconds


(150ms * 4) + (2 sec * 4) = 8.6 sec
Part ; TCD Code
Di1(Si210) Elevator / Trouble Shooting Crtl No.: SI-TS-02-2
Page: 17/117
○ Operation CPU
TCD 21 ER_INV_ DPRAM Detection Application Si210
○ Speed CPU

[Meaning] When communicating DPRAM between operation side & speed side, [Countermeasures]
a error detected if transmitted data is different with feed back data for
4 cycles(120ms) in series. - Check if the communication connector(64P) between
DOC-131 and DPC-122 is connected well, If connector is
[Explanation] 1. When transmitting data by DPRAM, feed back data abnormal, replace.
- Check the voltage(5V) on output of SMPS,
Transmitted data Feed back data If no, replace SMPS.
- Twist the cables of the communication connector(64P)
Coil[RS_SUPPRESS_ON]: 0x91C3 Coil[SV_INV_SUPPRESS_FB]: 0x9208 - Check if ground condition is correct.
- Replace DOC-131
SWD_O[VO_C1ST]: 0x8081 Coil[SV_INV_C1ST_FB]: 0x920A
- Replace DPC-122.
SWD_O[VO_C1BR]: 0x8080 Coil[SV_INV_C1BR_FB]: 0x9209

SWD_O[VO_R5SC]: 0x8082 Coil[SV_INV_R5SC_FB]: 0x920B

2. If above data is different for 4 cycles(120ms) in series a error detected.


Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 18/117

Detection ○ Operation CPU Application


TCD 30 Inverter Over current ○ Speed CPU Si210

[Meaning] When current in the electric motor exceeds limit value(If over current [Countermeasures]
occurs,stop switching in order to prevent damages on motor and 1. Check VB connector on DPC-122 PCB.
inverter devices).
2. Verify that HCT cable is properly connected to U and V of HCT.
3. Check a proper connection HCT direction (Normal if HCT ‘arrow’
[Explanation] points downwards).
4. Verify that voltage of HCT connectors are +15V and -15V.
INV U-V-W stack
5. Check JP4 jumper on DPC-122 and number of HCT turns, on the
basis of the below table.
HCT HCT
U IPM, IGBT JP4 SHORT PIN Motor
TURNS
V +15V
W
R10 R9 R11 R12
75 A(↓) 2 1-2 4.5kW ~ 7.5kW
J5H
1
3
2
4 100A 2 3-4 9.5kW ~ 11kW
R78

+5V 150A 1 1-2 13kW ~ 15kW


R18
10
- 13 OCT 200A 1 3-4 18kW ~ 22kW
VB - 03 +
11 U6HD U4GA
VB - 07
R44 C88
6. Check the earth condition and connection at building
DPC-122 7. Check if ground conditions of building & control panel are good.
8. Check followings:
- Resistance R9, 10, 11, 12 and 78 (marked on the left diagram) are properly
To DPC-122 VB connector
fitted.(R9: 10K, R10: 1.5K, R11: 5K, R12: 12K, R78: 1M)
HCT
HCT 커넥터
- When a short pin is inserted into 3-4 on J5H, the potential of pin 10 on U6H
1 2 3 4 5 6
connector
+15V -15V IAS GND IBS GND is 8.89 ±0.44V.
1 6
HCT 9. Check the Rotary Encoder wiring (Refer to TCD 92)
A B
10. Replace HCT & its cable.

HCT
HCT의 ‘arrow’
방향이 should
아래로
11. Replace DPC-122 PCB.
U-phase point 향해야 정상임
downwards
U상 V상
V-phase
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 19/117
○ Operation CPU
TCD 31 DC Link Over voltage Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
When DC link voltage is 770V or more is detected (Stop switching to prevent condenser, IPM
1. Turn the power OFF and examine the followings:
and IGBT from damages).
- VG connector on DPC-122 PCB
- GA connector on DPP-150 PCB
[Diagram]
- GW, GP and GX connectors on DPP-150 PCB
Over voltage
과전압 detection
검출회로 circuit 2. Check if the voltage of DC link is 770V±60V.
3. Check if reference voltage is within 7.9 ±0.5V(8.02 ±0.5V:DPP-150)
VDC(+)
GW - 03 DPP-150 Check point (DPP-150 : TE40, TE100)
15V (GDC) 정상시 LOW(0V)
Normal if Low(0V)
VDC(-)
이상시 HIGH(15V)
Abnormal if High(15V)
4. If item 2, 3 are OK, check the connection between INV STACK
GP - 09 D23
OV
& DPP-150, replace DPP-150.
R101 R36
R31

R102 R37
15V
C10D29 PC7 D30
5. Check if regenerative IGBT operates normally. (Refer to TCD35)
VG - 13
R103 R38 -9V R47 In case of regenerative IGBT trouble, this error may be occurred.
R30 DPC-122
4
R104 R39
- 2 R21 C5 (INV) 6. Check if input power of control panel is correct.
5 VG - 14
+
LED1 R98 C4 IC1 7. If TCD 31 is detected while the car is not running, check followings:
- VG connector on DPC-122.
-9V
- VA, GA connector on DPP-150. (Check if #13,14 pin of VA, GA is
connected - short check is normal)
8. After power off, check regenerative resistors is OK.
VDC(+) VDC(-) (Before this job, the voltage of DC link is 0V)
Motor PCB
connector connector

11kW below DPP-150 GP-01 GP-02 *Caution : To prevent the hazard of electric shock on DC link end,
even though the power is OFF, make sure that LED(CHG)
on DPP-150 PCB lights OFF.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 20/117

Detection ○ Operation CPU Application


TCD 32 Inverter phase U IGBT trouble ○ Speed CPU Si210

[Countermeasures]
[Meaning] Motor capacity 11kW below : In case that one of upper IGBT & one of
1. Turn the power off and check if the condition of VG connector of DPC-
lower IGBT in IPM are switching on together or regenerative IGBT in IPM
is short failure, the trouble occurs. 121 PCB and GA & SC connector of DPP-150 PCB are OK.
2. In case of DPP-150, check if the condition of GU, GV, GW & GX pin
connector are OK, and the connection between IPM and INV. Stack.
3. After removing cables from DPP PCB and IPM, check output of gate
SMPS
(GU-01,02: 15V, GV-01,02: 15V, GW-01,02: 15V, GX-01,02: 15V,
GX-03,02: -9V)
4. Check if the condition of HCT cable and HCT is OK.
[Explanation] 5. Check the direction of HCT
Motor 11kW below:
U.IGBT inside IPM - Normal if HCT ‘arrow’ points to the bottom of CP
- Check wiring directions and refer to INV. over current.
6. Check for proper connections of the followings:
CONVERTER
DIODE Reactor is applied - VB connector to DPC-122 PCB
IPM in case of 13kW
and above
- U-phase HCT signal wire to VB-03
3Φ 380V - V-phase HCT signal wire to VB-07.
HCT 7. Turn the power ON and check the followings:
U
V
W
IM - Power supply to TP3 and TP6 on DPP-150 PCB
- Voltage of GATE terminal
8. If TCD 32 is detected while the car is not running, check followings:
- VG connector on DPC-122.
- GA connector on DPP-150.
9. If the voltage of pin 6 of RA1(coordinates: 81) on DPC-122 is +15V,
examine the connection between pin 21 on DPC-122 VG connector,
GP - 01
GP - 03

GU - 01
1Φ 110V GU - 02
VB - 07
VB - 03

GV - 01 and pin 21 on DPP-150 GA connector.


GATE GV - 02

SMPS
GW - 01
GW - 02 DPP-150 DPC-122 It is normal if they are connected.
GX - 01 (GDC) VA VG (INV) 10. Examine and replace IGBT, IPM.
GX - 02
GX - 03 (In case of IPM 100A)
11. Replace DPP-150 PCB.
12. Replace DPC-122 PCB.
In case of IGBT,
Use GATE TRANS
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 21/117

Detection ○ Operation CPU Application


TCD 33 Inverter phase V IGBT trouble ○ Speed CPU Si210

[Countermeasures]
[Meaning] Motor capacity 11kW below : In case that one of upper IGBT & one of
1. Turn the power off and check if the condition of VG connector of DPC-
lower IGBT in IPM are switching on together or regenerative IGBT in IPM
is short failure, the trouble occurs. 121 PCB and GA & SC connector of DPP-150 PCB are OK.
2. In case of DPP-150, check if the condition of GU, GV, GW & GX pin
connector are OK, and the connection between IPM and INV. Stack.
3. After removing cables from DPP PCB and IPM, check output of gate
SMPS
(GU-01,02: 15V, GV-01,02: 15V, GW-01,02: 15V, GX-01,02: 15V,
GX-03,02: -9V)
[Explanation]
4. Check if the condition of HCT cable and HCT is OK.
5. Check the direction of HCT
DIODE - Normal if HCT ‘arrow’ points to the bottom of CP
CONVERTER Reactor applied for
V-phase IGBT motor capacity. - Check wiring directions and refer to INV. over current.
Reactor applied for motor cap.
13KW
15kW or only
or more more only
6. Check for proper connections of the followings:
3-phase 380V - VB connector to DPC-122 PCB
HCT
U - U-phase HCT signal wire to VB-03.
V IM
W
- V-phase HCT signal wire to VB-07.
7. Turn the power ON and check the followings:
- Power supply to TP3 and TP6 on DPP-150 PCB
- Voltage of GATE terminal
8. If TDC 33 is detected while the car is not running, check followings:
- VG connector on DPC-122.
GW - 03

VB - 03
GV - 04
GV - 01
GV - 05
GV - 07

VB - 07

GXV - 02 - GA connector on DPP-150.


GXV - 05
AC 110V GXL - 04
GXL - 13
9. If the voltage of pin 2 of RA1(coordinates: 81) on DPC-122 is +15V,
GATE
VA VG examine the connection between pin 21 on DPC-122 VG connector,
TRANS
DPP-150 DPC-122 and pin 23 on DPP-150 GA connector.
(GDC) (INV)
(In case of IPM 100A) It is normal if they are connected.
10. Examine and replace IGBT, IPM.
11. Replace DPP-150 PCB.
12. Replace DPC-122 PCB.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 22/117

Detection ○ Operation CPU Application


TCD 34 Inverter phase W IGBT trouble ○ Speed CPU Si210

[Countermeasures]
[Meaning] Motor capacity 11kW below : In case that one of upper IGBT & one of
1. Turn the power off and check if the condition of VG connector of DPC-
lower IGBT in IPM are switching on together or regenerative IGBT in IPM
is short failure, the trouble occurs. 121 PCB and GA & SC connector of DPP-150 PCB are OK.
2. In case of DPP-150, check if the condition of GU, GV, GW & GX pin
connector are OK, and the connection between IPM and INV. Stack.
3. After removing cables from DPP PCB and IPM, check output of gate
SMPS
(GU-01,02: 15V, GV-01,02: 15V, GW-01,02: 15V, GX-01,02: 15V,
GX-03,02: -9V)
[Explanation]
4. Check if the condition of HCT cable and HCT is OK.
DIODE
CONVERTER 5. Check the direction of HCT
W-phase IGBT
W상 IGBT Reactor
*리액터는applied on - Normal if HCT ‘arrow’ points to the bottom of CP
motors
모터용량
Reactor 13KW
15kW
applied and
for motor cap.
이상에만
15kW 채용
above
or more only - Check wiring directions and refer to INV. over current.
3상
AC 380V
380V
HCT 6. Check for proper connections of the followings:
U
V IM - VB connector to DPC-122 PCB
W
- U-phase HCT signal wire to VB-03
- V-phase HCT signal wire to VB-07.
7. Turn the power ON and check the followings:
- Power supply to TP3 and TP6 on DPP-150 PCB
- Voltage of GATE terminal
8. If TDC 34 is detected while the car is not running, check followings:
GW - 05
GW - 01
GW - 06
GW - 09
GW - 03

VB - 03

GXW - 02 VB - 07

단상110V
AC 110V
GXW - 05 - VG connector on DPC-122.
GXL - 06
GATE
GXL - 07
- GA connector on DPP-150.
VA VG
TRANS
DPP-150 DPC-122 9. If the voltage of pin 8 of RA1(coordinates: 81) on DPC-122 is +15V,
(GDC) (INV) examine the connection between pin 25 on DPC-122 VG connector,
(In case of IPM 100A)
and pin 25 on DPP-150 GA connector.
It is normal if they are connected.
10. Examine and replace IGBT, IPM.
11. Replace DPP-150 PCB.
12. Replace DPC-122 PCB.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 23/117
○ Operation CPU
TCD 35 Regenerative IGBT trouble Detection Application Si210
○ Speed CPU

[Meaning] Regenerative IGBT ON error or IPM shortage. [Countermeasures]

1. Turn the power OFF and examine the followings:


- VG connector on DPC-122 - GA connector on DPP-150
[Diagram] - Connection between SC on DPP-150 and IGBT on INV STACK
- Check that variable resistor(BR) on DPP-150 PCB is set to a black
mark.(DPP-150:BR is not applied)
Regenerative 2. If TCD 35 is detected while the car is not running, check followings:
회생resistor
저항
DIODE - VG connector on DPC-122
CONVERTER 리액터는
Reactor applied for
Regenerative
회생 IGBT IGBT 모터용량
motors 15kW
capacity.
- VA connector on DPP-150
이상에만 채용only
13KW or more If the voltage of pin 5 of RA1(Coordinate 81) on DPC-122 is +15V,
AC 380V
3상 380V then, examine the connection between pin 19 on DPC-122 VG
HCT
U connector and pin 19 on DPP-150 VA connector.
V IM
W It is normal if they are connected.
3. Examine IGBT.
4. Replace DPP-150 PCB.
5. Replace DPC-122 PCB.
GP - 03
GP - 05
GP - 09

VB - 07
VB - 03
단상
AC 110V
110V
GATE
TRANS
DPP-150 VA VG
(GDC) DPC-122
GXL - 09 (In case of IPM 100A) (INV)
GXL - 17
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 24/117
○ Operation CPU
TCD 36 Inverter Hall CT trouble Detection Application Si210
○ Speed CPU

[Meaning] When current controlling HCT and VB connector on DPC-122 PCB [Countermeasures]
are not connected.
1. Examine VB connector and cable on DPC-122 PCB
(Connector checking jumper should be connected as in the left diagram)
[Diagram] 2. Examine connector and cable of HCT.
2. If TCD 36 is detected, while the connector is tightly inserted,
replace VB connector cable.

VB DPC-122 3. Replace DPC-122 PCB.


01 01
02 02
03 03
04 04
To HCT로
HCT 05 05 15V
06 06
07 07 R107
08 08
09 09 CTCHK
10 10
C79
Jumper
커넥터 for 용
CHECK
connector
JUMPERcheck
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 25/117
○ Operation CPU
TCD 37 Inverter STACK Over heat Detection Application Si210
○ Speed CPU

[Countermeasures]
[Meaning] When the thermal switch on radiating plate activates in order to prevent
IPM from being damaged by overheating. ( 85 ℃ or more, b contact)
1. Examine the followings:
- GP and GX connectors on DPP-150
[Diagram] - SC, GA connector on DPP-150 and VG connector on DPC-122
- Check for a proper connection between TH Pin 1, Pin 2 on DPP-150
INV. STACK
Detect circuit for Overheating and terminal ends of thermal guard.
Normal LOW(0V)
Abnormal HIGH(15V)
THERMAL GUARD DIODE
CONV.
2. Check the fan on the stack
THERMAL1

THERMAL2 - Running status of the fan


15V
PC
VG - 17
- Power supply to the fan
R. IGBT DPC-122 - Status of relay.
VG - 18
(INV)
3. If the ambient temperature in the machine room is over 40°C, check
IPM -9V
U
V
IGBT
IGBT
the air-conditioning runs.
W IGBT DPP-150
( GDC) 4. Turn the power ON and check the stack overheats after sufficiently
cooling down the radiating plate and properly connecting TH connector
FAN
to DPP-150.
5. If TCD 37 is detected, check the followings:
PCB THERMAL1 THERMAL2
- VG connector on DPC-122
DPP-150 TH-01 TH-02
- GA connector on DPP-150, VA connector on DPP-111
6. If the voltage of pin 4 of RA1(Coordinate 81) is +15V
Then, examine the connection between pin 17, on DPC-122 VG
connector, and pin 17, on DPP-150 VA connector.
It is normal if they are connected.
7. Replace DPP-150 PCB.
8. Replace thermal guard.
9. Clean dust on Stack and radiating plate.
10. Replace Stack Fan.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 26/117
○ Operation CPU
TCD 41 Inverter current control trouble Detection Application Si210
○ Speed CPU

[Meaning] When a current command, which is over the rated motor [Countermeasures]
current, is detected due to failure in the motor, unstable input power
supply & drop of voltage.
1. Examine the number of turns of HCT

[Diagram] (Refer to the INV over current table).


2. Check that the spec(motor and CP capacity, etc)
(Annunciator and carry out “DSP spec write(A52E)”)
3. Check the followings:
- Proper connection of VB connector to DPC-122 PCB and HCT cable

DPC-122 - Voltage of power supply to controller is normal


(INV) - Function of brake

Speed Current - Connection of Rotary Encoder


속도지령
command 토크분
command for Current CTRL
전류지령 )2
기동후
Detects in a Detects
전류제어current
속도
Speed torque ( Curr. com’d for tor. controlling
err.이상 failure
detected 4. Check a jam on the car and CWT rails.
연산 소정시간이후
predetermined + 검출
Actual 제어기
controller + ( Curr. co. for excit. ) 2 time부터
after 검출
starting
실제속도
speed -
5. Replace E2PROM on DPC-122 PCB.
6. Replace DPC-122 PCB.
Current 전동기of정격전류
150% rated
여자분 7. Replace HCT.
command 의 current
motor 150%
전류지령 for
excitation

This is detected when the current command value is over 150% of the rated motor current,
while the motor are running at the rated speed, going through starting and acceleration zone.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 27/117
○ Operation CPU
TCD 48 DC Link Under Voltage Detection Application Si210
○ Speed CPU

[Meaning] When the voltage of DC link is 330V or less. [Countermeasures]

1. Turn the power OFF and examine the followings:


- VG connector on DPC-122, VA & GA connector on DPP-150
[Diagram] - GW, GP and GX connectors on DPP-150
- Connection between GW, GP on DPP-150 and STACK.
2. On detecting TCD 48, check the followings:
- Voltage of DC Link terminal is below 330V
- If the voltage is not obtained, it is unstable the connection between
저전압
Voltage 검출회로
drop detecting circuit
INV STACK and DPP-150, STACK ON failure or DPP-150 PCB failure
VDC(+) 3. Turn the power ON and check the followings:
GW - 03 DPP-150
15V (GDC) 정상시
Normal LOW(0V)
if Low (0V) - Voltage of TP7 (Coordinates 9N on DPP-150) is normal
이상시if HIGH(15V)
Abnormal High (15V)

GP - 09
VDC(-)
D23
(1: +15V, 2: -9V, 4: GND)
R62

R101 R36
4. If the voltage of pin 3 of RA1(Coordinates 81) on DPC-122 is +15V,
R63

R102 R37
15V
C13 D36 PC9 D37
then, examine the connection between pin 15 on DPC-122 VG
VG - 15
-9V R49
connector and pin 15 or DPP-150 GA connector.
R103 R38
R35 DPC-122
9 (Normal if they are connected)
R104 R39 + 14 R23 C9 (INV)
8 VG - 16
- 5. This indicates that the voltage has not charged.
LED1 R98 C4 IC1
Check regenerative IGBT ON failure and MAIN IGBT ON failure.
-9V 6. Check the condenser and replace it, if necessary.
7. Replace DPP-150 PCB and DPC-122 PCB.
8. Check RCR resistor and wiring.
9. Check input power.
VDC(+) VDC(-)
PCB
Connector Connector 10. In case that the trouble occurs in the beginning of acceleration,
DPP-150 GP-01 GP-02 check if the door switches is off.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 28/117
○ Operation CPU
TCD 52 Inverter Reverse Rotation Detection Detection Application Si210
○ Speed CPU

[Meaning] When the actual direction of the motor is opposite to the command. [Countermeasures]

1. Check the connection between the encoder fitted to the motor


shaft and the control panel.
2. Examine that U and V-phase on the STACK pass through those
[Explanation]
of the HCT in order.
This TCD shall be detected when the actual running direction of the motor is opposite to the 3. Check the number of turns of HCT
command at a speed of 16 m/min. or more after starting. The detection is carried out at the
(Refer to the INV over current table)
interval of 10m SEC only on the running of the motor.
4. Check for proper connections of the followings:
- U, V and W-phase INV STACK wires to motor terminals in order
- VG connector on DPC-122 and VA, GA connector on DPP-150
- GU, GV, GW & GX connectors on DPP-150 PCB and IPM
5. Check the following
- IGBT and IPM on INV STACK turns ON/OFF normally
(U-phase+, U-phase-, V-phase+, V-phase-, W-phase+ and W-
phase-) and U, V and W-phase currents are sine waves with
120 degree phase difference. (When measuring check pin 3, 4
and 5 with a oscilloscope, examine that U, V and W-phase
currents are sine waves without any distortion) If abnormal,
STACK needs replacing
6. Replace DPC-122 PCB
7. Replace DPP-150 PCB
8. Check if the positioning of traction machine is reverse or normal
9. Check if the cable of Rotary Encoder is disconnected (TCD 92)
10. Check the condition of Rotary Encoder wiring
11. Replace HCT.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 29/117
○ Operation CPU
TCD 53 Inverter Charging Trouble Detection Application Si210
○ Speed CPU

[Meaning] When a failure occurs in the charging circuit which protects the [Countermeasures]
condensers and power devices by damping surge current on a initial
charging of DC link end. 1. Refer to DC LINK under voltage trouble.
2. Check for the connection status of the followings:
[Diagram] - VC connector on DPC-122 and GW and GP connector on DPP-150
C1VD
Option - Wiring of VC connector on DPC-122 PCB (C1VD)
DIODE
RCRR CONVERTER
MCCB
- Wiring of RCRR, RCRS and RCRT resistor
3Φ380V
RCRS
3. Turn the power OFF and check short-circuited DC-link ends.
NOISE (The examination should be carried out after the voltage at DC link has
FILTER RCRT
been completely discharged and LED1 on DPP-150 PCB extinguishes.)

C1ST If DC link end is short-circuited, it is a trouble on STACK.


(Inspect power devices)
C1VD COIL

GW - 03

GP - 09
4. Replace DPP-150 PCB
VC - 01
DPC-122 DPP-150
VG VA
VC - 02 (INV) (GDC) 5. Replace DPC-122 PCB

In case C1VD is applied: DC link voltage is charged through charging resistor RCRR, RCRS
and RCRT when C1VD is picked up in 3 seconds after the power turns on. If DC link voltage is
inspected to be low(below 330V) in 8 seconds after the C1VD contactor is picked up, drop out
C1VD contactor and then pick it up again. If DC link voltage is not charged in 8 seconds, it will
be dropped out and be in unable condition. This time, refer to DC link low voltage failure.
In case C1VD is not applied: DC link voltage will be charged through RCRR, RCRS within 3
seconds after power on, and 8 seconds later, DC link voltage will be inspected whether the
voltage is under 330V or not.
And TCD53 will be appeared even if the voltage is still under 330V after inspecting DC link
voltage 8 seconds later.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 30/117
○ Operation CPU
TCD 54 Inverter Overload Detection Detection Application Si210
○ Speed CPU

[Meaning] When the current detected on motor exceeds general motor capacity [Countermeasures]
continuously.
1. Check the No. of H.CT TURN (Refer to INV over current table)
2. Verify that SPEC such as motor capacity, control panel capacity, etc..
[Diagram] are correct.
3. Check VB connector on DPC-122 PCB and HCT connection
4. Check the condition of traction M/C gear and brake.
5. Verify that there’s no jam in car and CWT rail
2
DPC-122
6. Replace E PROM in DPC-122
(INV) 7. Replace DPC-122

U - Phase Currency
U상전류
8. Replace H.CT
LOW Overload 9. Check if the positioning of traction machine is reverse or normal
V - Phase Currency A/D - Detected
V상전류 A/D변환 PASS + 과부하 검출
CONVERSION 10. Check if the cable of Rotary Encoder is disconnected
FILTER -
W - Phase Currency
W상전류 (Refer to TCD 92)

150% of Rated
전동기 정격전류
Motor Current
의 150%

This error is detected when the motor’s U, V, and W-phase values that have been radio-
rectified, converted into A/D values, and then gone through LOW PASS FILTER exceed
150% of rated
motor current. Error is detected when the rated value is exceeded for over 1 second.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 31/117
○ Operation CPU
TCD 55 Inverter Under Speed Detection Detection Application Si210
○ Speed CPU

[Meaning] When actual motor speed does not reach the value commanded. [Countermeasures]

1. Check the connection between control panel and the Rotary Encoder
fixed to motor shaft.
2. Verify that U and V-phase on inverter stack side are passing through U
[Explanation] Detection starts 100msec after motor start-up. An error is detected and V-phase of HALL-CT respectively.
when motor speed is detected to be below 4m/min for 100 m/sec while 3. Check the No. of HALL-CT turn (Refer to INV over current table)
speed command value is 6 m/min or more.
4. Check the connection sequence of U, V, and W-phase from inverter
stack to motor terminal.
5. Check the connection between VG connector in DPC-122 PCB and
VA & GA connector of DPP-150.
6. Check the connection between IPM and GU, GV, and GW connector
in DPP-150.
7. Verify that inverter stack IPM(U-phase+, U-phase-, V-phase+, V-
phase-, W-phase+, W-phase-) turn ON and OFF normally and U, V,
and W-phase currents are sine waves with 120 phase difference.
(Verify that U, V, and W-phase currency are sine waves without
deformation by measuring check pin(CHK) 3, 4, and 5 on DPC-122
with scope)
If any error is found, replace the stack.
8. Replace DOC-131 PCB.
9. Replace DPC-122 PCB.
10. Replace DPP-150 PCB.
11. Replace HCT
12. Check if the positioning of traction machine is reverse or normal.
13. Check if the cable of Rotary Encoder is disconnected.
(Refer to TCD 92)
14. Check if the electric power goes to motor terminal.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 32/117
○ Operation CPU
TCD 56 Inverter Over speed Detection Detection Application Si210
○ Speed CPU

[Meaning] When the actual number of rotations of motor is higher than the normal [Countermeasures]
abnormally.
1. Check the connection between the encoder fitted to the motor shaft
and the control panel.
2. Examine that U and V-phase on the STACK pass through those of the
[Explanation]
HCT in order.
This error is detected when the motor’s turn number detected exceeds 16 m/min 3. Check the number of turns of HCT(Refer to the INV over current table).
and, in case of high speed operation, is over 110% of the rated speed. In case of 4. Check for proper connections of the followings:
slow speed, the error is detected when the number is over 120% of the commanded - U, V and W-phase INV STACK wires to motor terminals in order
value for speed.
- VG connector on DPC-122 and VA, GA connector on DPP-150
- GU, GV & GW connectors on DPP-150 PCB and IPM
5. Check the following
- IPM on INV STACK turns ON/OFF normally. (U-phase+, U-phase-,
V-phase+, V-phase-, W-phase+ and W-phase-) and U, V and W-
phase currents are sine waves with 120 degree phase difference.
(When measuring check pin 3, 4 and 5 with a oscilloscope, examine
that U, V and W-phase currents are sine waves without any distortion)
If abnormal, STACK needs replacing.
6. Replace DOC-131 PCB.
7. Replace DPC-122 PCB.
8. Replace DPP-150 PCB.
9. Replace Rotary Encoder and check the line.
10. Replace Hall CT.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 33/117
○ Operation CPU
TCD 57 Brake Over Current Trouble Detection Application Si210
○ Speed CPU

[Meaning] When the current of Brake coil exceeds the normal, the trouble occurs [Countermeasures]

1. Check the connection of VJ connector between DPC-122 & DPB-110.


2. Check the red LED. If it is off, check the power supply line(DC 110V).
3. Check if #4, 6 pin of the connector on DPB-110 is DC 100V.
[Explanation] In case that the current exceeds the reference of Brake Control PCB,
the trouble occurs. 4. Check if #3, 5 pin of the connector UB on DOP-116 is DC 100V.
5. Check if the line of Brake is shortage fault between each other.
6. Replace DPB-110 PCB.
7. Replace DPC-122 PCB.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 34/117
○ Operation CPU
TCD 58 Brake Coil Current Trouble Detection Application Si210
○ Speed CPU

[Meaning] When the current of Brake coil exceeds the normal, the trouble occurs [Countermeasures]
Check the Brake power source (DC110V)
1. Check the connection of VJ connector between DPC-122 & DPB-110.
2. Check the red LED. If it is off, check the power supply line(DC 110V).
3. Check if #4, 6 pin of the connector on DPB-110 is DC 100V.
[Explanation] In case that the current exceeds the reference of Brake coil,
the trouble occurs. 4. Check if #3, 5 pin of the connector UB on DOP-116 is DC 100V.
5. Check if the line of Brake is shortage fault between each other.
6. Replace DPB-110 PCB.
7. Replace DPC-122 PCB.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 35/117
○ Operation CPU
TCD 59 Inverter Inoperable for 24 seconds Detection Application Si210
○ Speed CPU

[Meaning] When the motor does not rotate normally. [Countermeasures]

1. Check that the PI gain value of DPC-122 is set to a lower value.


2. Check that the number of turns of HCT is appropriate.
3. Examine that the capacity of the motor is appropriate for that of the
[Explanation] This TCD is detected when the motor rotates at a speed of 16 m/min
for 24 seconds after the motor starts in normal operation. elevator.
4. Check for IGBT failure on STACK.
5. Check a jam on the car and CWT rails.
6. Check Encoder wiring and Encoder itself.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 36/117
○ Operation CPU
TCD 60 Inverter Spec Data trouble Detection Application Si210
○ Speed CPU

< INV SPEC. APPLICATION MAP >


[Meaning] There is a trouble of Inverter SPEC DATA
Motor(Kw) IPM, IGBT(A) CT-Turns
5.5 50 2
7.5 75 2
[Explanation] 9.5, 11 100 2
13, 15 150 1
1. INV SPEC data was not written on the side of speed. 18, 22 200 1
2. SPEC on the side of Operation and that on the side of Speed are different.
3. Settings of IGBT, motor, speed and TR M/C are not fit to applicable map. Speed Worm Helical
(m/min) Type RGR Type RGR
[Symptom] TKXS 38 1/2
45 TKM 38 1/2
• Unable to start TKL 47
• Alarm LED on DOC-131 lights ON. TKXS 38 1/2 H438B 38.35
• R5SC relay or contactor OFF
TKM 38 1/2
TKL 47
60
TKXL 47
[Countermeasures] WMC 38.1/2
WLC 32 2/3
TKXS 22 2/3 H422B 21.92
<Step 1>
TKM 22 2/3 H317 17.371
position the NORMAL/STOP switch in DOR-131 on STOP,
TKL 26 2/3
locate JP2 jumper to WE in DPC-122, 90
TKXL 26 2/3
and input A52E in DOA-100. WMC 25 2/3
When the SUCCESS is displayed following WAIT message after a while, WLC 28
return JP2 jumper in DPC-122 to NC, TKXS 22 2/3 H422B 21.92
position the NORMAL/STOP switch in DOR-131 on NORMAL, TKM 22 2/3 H317 17.371
and reset by pressing the RESET button in DOC-131. TKL 26 2/3
105
<Step 2> TKXL 26 2/3
If TCD 60 appears still after the actions taken at step 1, verify that IGBT(or IPM), WMC 22
motor, speed and TR M/C are fit to the applicable map in the right. If any errors WLC 24
are found, input a correct data in the corresponding SPEC address.
If SPEC is not corrected, start again after verifying that SW2 in DOC-131 is * RGR : Reduction gear ratio
* The capacity of motor should be set to its max.
positioned on WE.
Example) 13/15 -> Set to 15
15/18 -> Set to 18
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 37/117
○ Operation CPU
TCD 61 Inverter Spec Write trouble Detection Application Si210
○ Speed CPU

[Meaning] When inverter SPEC write is unable, the trouble occurs.


[Countermeasures]

1. Check if J1J jumper on 3-4 in DPC-122 .


2. Check if the contact of short pin is broken.
[Explanation]
3. Replace inverter ROM.
In case that SPEC data can not be written on DSP even performing 4. Replace DPC-122
mode(A52E), the trouble occurs.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 38/117
○ Operation CPU
TCD 62 Inverter Momentary Power Failure Detection[Er_INV_V48] Detection
○ Speed CPU
Application Si210

[Meaning] When a momentary power failure is detected in DSP on DPC-122 PCB. [Countermeasures]

1. Check that the connection of VE connector between DPC-122 and


DOC-131.
2. Refer to countermeasures of TCD70.
[Explanation] DSP on DPC-122 PCB reads a signal of inverter momentary power failure
via VE connector. TCD 62 occurs if a value (signal) is abnormal. 3. Replace DOC-131.
4. Replace DPC-122.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 39/117
○ Operation CPU
TCD 69 Missed Phase Detection (100V) Detection Application Si210
○ Speed CPU

[Meaning] When the failure of DC110V or the under voltage of Brake PCB is detected. [Countermeasures]

1. Check if LED1, 2 on DOP-116 are turned on.


2. If LED1,2 are turned off, check the condition of FS1, FS2 fuse.
[Explanation] If one of them is cut, replace the fuse(250V/6A).
3. Check if LED3 on DOP-116 are turned on.
When the breaking or the under voltage of DC 110V, which is for contactor and Brake, 4. If red LED(LD1) on DPB-110 is turned on.
continues 180 msec, the trouble may occurs.
5. If LED3 are turned off, check the condition of FS3 fuse.
If it is cut, replace the fuse(250V/6A).
Coil[SW_SS_ Coil[SW_SS_48V_
100V_DOWN] DOWN_HOLD] v100_err_count >=1 6. If above items are OK, the voltage of PS connector 12-16,
TCD 69
14-16 on DOP-116 is within AC85V±10%.
0x923C 0x9240
If no, replace transformer.
7. Check if the voltage between AC-07 on DOC-131 and ground
+1 v100_err_cout
ERD_Inv_Brake_UV is within DC110V±10%.
8. Check if the voltage between UB-03 and UB-05 on DOP-116
is within DC110V±10%.
9. Check the cables (VJ & VK) between DPB-110 and DPC-122.
10. If countermeasure 9 is OK, replace DPB-110.
Part: : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 40/117
○ Operation CPU
TCD 70 48V Power Trouble Detection Application Si210
○ Speed CPU

[Meaning] This is the method that detects any possible lost phase of E/L three-phase [Countermeasures]
input power. The decision is carried out by checking the DC rectifying
voltage(DC 48V) in the controlling power three-phase AC37V. 1. Verify that D48 FUSE LED(LED3.LED4) in DOP-116
PCB lights on.
[Explanation] 2. Check the fuse(FS3, FS4) when the above LED lights off. If it
If IALM(red) LED and P.F(red) LED lights up on DOC-131,
operation will be unable. is disconnected, replace it with a rated fuse(250V/3A).
3. If any error are not found at the above items, verify that the
V48_Down_Count >5 TCD 70
voltage AC 37V± 10% among pin 1, 9 and 12 of PB
connector in DOP-116 PCB BOARD.
4) Verify that the voltage between AB-10 pin in DOC-131 PCB
and F.G is DC48V± 10% .
Left picture below show DC 48V at a normal power and the right picture shows
wave form when a phase was lost.
Lost phase detecting circuit in DOC-131 lights ARM LED when it detects a wave
form which falls down 35V or less. If it detects such wave for 300msec, it makes
Error 70.

Voltage : DC48V±10% Voltage : DC32V±10%

[ Wave form & voltage on normal ] [ Wave form & voltage on abnormal ]

Note) The above voltage is DC value measured by digital volt. meter.


Part: : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 41/117
○ Operation CPU
TCD 71 Voltage Drop Detection (ER_V48) Detection Application Si210
○ Speed CPU

[Meaning] When input power(3 phases) drops to its 85% or below, [Countermeasures]
the trouble occurs.
1. There is no special countermeasure.
Check the power source from the building.
2. Refer to countermeasures of TCD70.
[Explanation] In case 85% of voltage drop continues for 90 msec, the trouble is
detected.
It is detected by the voltage(DC48V) rectified from AC37V that is
3 phases power for control.

Coil[SW_SS_48V_UNDER_85P] under_85p_count > 2


TCD 71
0x923F

+1 under_85p_count
Part: : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 42/117
○ Operation CPU
TCD 72 ER_C1SW_ON Detection Application Si210
○ Speed CPU

[Meaning] C1SW ON condition lasts for over 540ms after C1SW OFF [Countermeasures]
commanded.
1. Check the C1SW wiring according to drawing.
2. Refer to countermeasures of TCD88.
3. Replace C1SW contactor.
[Explanation]

Coil[SW_SS_48V_
SWD_I[VI_C1SW] SWD_O[VO_C1ST] DOWN_HOLD] Check_out

0x8066 0x8081 0x923C

Coil[SV_INV_
SWD_I[VI_C1SW] SWD_O[VO_C1ST] 0x923D
SW_FAIL]

Coil[SW_SS_
0x8066 0x8081 0x9210 DSP_WD]

Check_out
TMC_Start(C1SW__
ERROR_DETECT_T)

TMC_Check(C1SW_ERROR SWD_I[V1_C1SW]
_DETECT_T,FINISH_STATE) TCD 72

0x802A
Part: : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 43/117
○ Operation CPU
TCD 73 ER_C1SW_OFF Detection Application Si210
○ Speed CPU

[Meaning] C1SW OFF condition lasts for over 540ms after C1SW ON [Countermeasures]
commanded.
1. Check the C1SW wiring according to drawing.
2. Refer to countermeasures of TCD89.
3. Replace C1SW contactor.
[Explanation]

Coil[SW_SS_48V_
SWD_I[VI_C1SW] SWD_O[VO_C1ST] DOWN_HOLD] Check_out

0x8066 0x8081 0x923C

Coil[SV_INV_
SWD_I[VI_C1SW] SWD_O[VO_C1ST] 0x923D
SW_FAIL]

Coil[SW_SS_
0x8066 0x8081 0x9210 DSP_WD]

Check_out
TMC_Start(C1SW__
ERROR_DETECT_T)

TMC_Check(C1SW_ERROR SWD_I[V1_C1SW]
_DETECT_T,FINISH_STATE) TCD 89

0x802A

1. It detects an error when C1SW contact input is nothing even


C1SW contactor is turned on.
Part: : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 44/117
○ Operation CPU
TCD 74 Operation SPEC DATA Trouble Detection Application Si210
○ Speed CPU

[Meaning] SPEC DATA trouble is detected in Operation CPU, [Countermeasures]


when EEPROM SPEC DATA is not within controllable range. Inspect and correct the data of SPEC ROM(EEPROM- 28C64).

Search corresponding address from the SPEC list, and then


[Explanation] This trouble occurs when the value of SPEC DATA in EEPROM enter the address by pressing “A31E” on the Annunciator(ANN).
violates the setting. Correct the data value of corresponding address of EEPROM
and reset.
1. When the data is not gear-less type but designated data.
2. Concerning gear type, the data of TR M/C is out of range. 1. Gear type (Address: 0106 H)
3. When the value of encoder is not 8192 P/R 2. TR M/C Type (Address: 0108H)
4. When the data of the speed is out of range. 3. Rotary Encoder pulse (Address: 010EH)
5. When the data of IPM capacity is out of range. 4. Speed (Address: 0104H)
6. When the data of H.CT TURN is out of range. 5. IGBT capacity (Address: 010AH)
7. When the data of motor capacity is out of range. 6. H.CT TURN (Address: 010CH)
8. When the number of service floor is different with SPEC. 7. Motor capacity (Address: 0102H)
9. When the number of shelter plate is different with SPEC. 8. Service floor (Address: 038CH~03CAH)
9. Number of shelter plate (Address: 0300H)

[Reference] The data troubled can be checked by A42E(trace data).

If data of each BIT is 1, the SPEC DATA of set BIT is the reason of the trouble.

15 14 13 12 11 10 9 8
Service Shelter
- - - - - -
floor plate
7 6 5 4 3 2 1 0
H.CT Rotary
IGBT Motor - Speed TM Gear
TURN Encoder
Part: : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 45/117
○ Operation CPU
TCD 76 EEPROM Write Trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
When different values are found over 100 times while writing data on
EEPROM and reading data from the same address.
1. Verify if SW2 switch in DOC-131 is switched to “WE” side.
2. Verify if EEPROM is properly inserted into DOC-131.
[Explanation] This error means that the SPEC DATA is not written properly due to
3. Check EEPROM.
fault
4. Replace SPEC ROM.
Part: : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 46/117
○ Operation CPU
TCD 77 EEPROM Read Trouble Detection Application Si210
○ Speed CPU

[Meaning] Different data are found over 4 consecutive times while reading data [Countermeasures]
from the same address on EEPROM. 1. Check EEPROM.
2. Verify that EEPROM is properly inserted into DOC-131
BOARD.
[Explanation] If there is any different data over 4 times consecutively as same
address data is read. The error is detected 3. Replace SPEC ROM.
Part: : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 47/117
○ Operation CPU
TCD 78 Floor Height measuring Table SUM trouble Detection Application Si210
○ Speed CPU

[Meaning] EEPROM floor height measurement table error [Countermeasures]

1. EEPROM Address (After pressing ANN ‘A31E’)


Address of where floor height starts: 1A00H
Floor height table sum : Check the value of 1B10H.
[Explanation]
2. Re-measure the floor height
3. After measuring the floor height verify if the floor indicating
Addresses starting from 1A00H of EEPROM, floor height value of each floor is saved
value of LCE are conforming to spec. If the values are contrary,
after measuring the floor height. In 1B10H of EEPROM, the sum of floor height of each
floor is saved. If even one of three cases below occurs, this error will occur. adjust the plate and check the installation.
4. Consecutive failure of floor height measurement, press ‘A31E’
on ANN, enter the address below and confirm the value.
1. When the sum obtained by adding each floor height table value saved in
EEPROM(1A00H) and the floor height sum data saved in EEPROM
Address ;
does not match.
2. When the floor height sum data in EEPROM is 0(Zero). -Total number of floors : 0300H (Number of shelter plate )
3. When the floor height of the lowest floor of floor height table in EEPROM is not the -Top floor : 041CH
lowest floor height(150000). -Bottom floor : 0420H
-Service floor : 038CH ~ 03CAH

5. Replace SPEC ROM

[Symptom]
* How to measure floor height
1. Low speed return operation to the lowest level with buzzer ringing and display 1) Press ‘A12E’ on ANN, and press 3.
ACD = 09.
2) If the floor height is measured successfully, press ‘FFFF’.
2. In case there is no Non-Stop floor, operate the nearest floor.
3. Stop and standby with ACD = 09. 3) If the measuring fails, measure the floor height again.
4) If the measuring fails repeatedly, verify if the total floor number
and the highest floor in EEPROM(28C64) are identical with
those in the field.
Part: : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 48/117
○ Operation CPU
TCD 79 NVRAM Floor Height measuring Table SUM trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
NVRAM floor height table error

1. In case only TCD 79 is displayed, the system returns


automatically to normal operation mode.
[Explanation] 2. In case TCD 79 occurs with TCD 78, perform the
countermeasures of TCD 78.
After measuring of floor height, the floor height value of each floor and the sum of
them are designed to be saved in EEPROM and NVRAM(Backup Ram).

If even one of three cases below occurs, this error will occur.

1. When the sum obtained by adding each floor height table value saved in
NVRAM(Backup RAM) and the floor height sum data saved in
RAM(Backup RAM) does not match.
2. When the floor height sum data in NVRAM is 0(Zero).
3. When the floor height of the lowest floor of floor height table in NVRAM is
not the lowest floor height(150000).

[Symptom]

1. Low speed return operation to the lowest level with buzzer ringing and display
ACD = 0B.

2. When DL turns on, alerts by with ACD = 27.


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 49/117
○ Operation CPU
TCD 84 R5SC Relay ON trouble Detection Application Si210
○ Speed CPU

[Meaning] R5SC ON condition lasts for over 540ms after R5SC OFF command signal. [Countermeasures]

1. Verify if the voltage of AB-01 is 48V .


2. Verify NORMAL/STOP in E&I panel is positioned
to NORMAL.
[Explanation]
3. Verify if R5SC relay is properly inserted.

SWD_I[VI_R5SC]
4. The LED(red) of R5SC relay will light on while driving.
SWD_O[VO_R5SC] check_out
Verify if contacts are connected during LED lights on and
0x8001 0x8082
disconnected during LED lights off.
SWD_I[VI_R5SC] SWD_O[VO_R5SC] Coil[SV_INV_SW_FAIL] 0x923D 5. Check contacts when relay turns on.
6. Replace R5SC relay(contactor type).
0x8001 0x8082 0x9210 Coil[SW_SS_DSP_WD]

check_out
TMC_Start(R5SC_
ERROR_DETECT_T)

TMC_Check(R5SC_ERROR_
DETECT_T, FINISH_STATE) SWD_I[VI_R5SC]
TCD 84

0x8001
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 50/117
○ Operation CPU
TCD 85 R5SC Relay off trouble Detection Application Si210
○ Speed CPU

[Meaning] R5SC OFF condition lasts for over 540ms after R5SC ON command signal [Countermeasures]
1. Verify if the voltage of AB-01 is 48V .
2. Verify NORMAL/STOP in E&I panel is positioned
to NORMAL
[Explanation]
3. Verify if R5SC relay is properly inserted.
SWD_I[VI_R5SC] 4. The LED (red) of R5SC relay will light on while driving.
SWD_O[VO_R5SC] check_out
Verify if contacts are connected during LED lights on and
0x8001 0x8082
disconnected during LED lights off.
SWD_I[VI_R5SC] SWD_O[VO_R5SC] Coil[SV_INV_SW_FAIL] 0x923D 5. Replace R5SC relay (contactor type).

0x8001 0x8082 0x9210 Coil[SW_SS_DSP_WD]

check_out
TMC_Start(R5SC_
ERROR_DETECT_T)

TMC_Check(R5SC_ERROR_
DETECT_T, FINISH_STATE) SWD_I[VI_R5SC]
TCD 85

0x8001
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 51/117
○ Operation CPU
TCD 86 C1BR CTT. on trouble Detection Application Si210
○ Speed CPU

[Meaning] Even after 540ms away from C1BR off command, C1BR on is maintained. [Countermeasures]

P48

MC1ST-01 C1BR MC1BR-04 AA-08 AA-08


[Explanation]
13 14
SWD_I[VI_C1BR] SWD_O[VO_C1BR] check_out
3 4 DOC-131
0x8029 0x8080

SWD_I[VI_C1BR] SWD_O[VO_C1BR] Coil[SV_INV_SW_FAIL] 0x923D

0x8080 0x9210
1. Check voltage of AA-08 of DOC-131 from above circuit.
0x8029 Coil[SW_SS_DSP_WD]
• When C1BR driving section is ON : DC 48 V
check_out
• When C1BR driving section is OFF : 0 V
TMC_Start(R5SC_
ERROR_DETECT_T) 2. Check the state of input state indicating row(row 3)
TMC_Check(C1BR_ERROR_ column 10 on LCD of DOA-100.
DETECT_T, FINISH_STATE) SWD_I[VI_C1BR]
TCD 86
• When C1BR driving section is ON : 1
0x8029 • When C1BR driving section is OFF : 0
3. Check C1BR contact point of contactor.

• Even after 540ms away from OFF command of C1BR output, C1BR contact
does not turns OFF, and C1BR contact point input is ON is detected(driving
section ON failure).
• Even with C1BR contact off, C1BR contact point input on is detected, because
of contact point not being off(contact point melted and adhered).
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 52/117
○ Operation CPU
TCD 87 C1BR CTT. OFF trouble Detection Application Si210
○ Speed CPU

[Meaning] Even after 540ms away from C1BR on command, [Countermeasures]


C1BR off is maintained.
P48

MC1ST-01 C1BR MC1BR-04 AA-08 AA-08


[Explanation]
13 14
SWD_I[VI_C1BR] SWD_O[VO_C1BR] check_out 3 4 DOC-131
0x8029 0x8080

SWD_I[VI_C1BR] SWD_O[VO_C1BR] Coil[SV_INV_SW_FAIL] 0x923D

1. Check voltage of AA-08 of DOC-131 from above circuit.


0x8029 0x8080 0x9210 Coil[SW_SS_DSP_WD]
• When C1BR driving section is ON : DC 48 V
check_out • When C1BR driving section is OFF : 0 V
TMC_Start(C1BR_
ERROR_DETECT_T) 2. Check the state of input state indicating row(row 3)
TMC_Check(C1BR_ERROR_ column 10 on LCD of DOA-100.
DETECT_T, FINISH_STATE) SWD_I[VI_C1BR]
TCD 87
• When C1BR driving section is ON : 1
0x8029 • When C1BR driving section is OFF : 0
3. Check C1BR contact point of contactor.
4. Check BS1,BS2 switch
• Even after 540ms away from ON command of C1BR output, C1BR contact
does not become ON, and C1BR contact point input is OFF is detected(driving
section OFF failure).
• Even with C1BR contact on, C1BR contact point input off is detected, because
of contact point not being on(failure of contact point off).
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 53/117
○ Operation CPU
TCD 88 C1ST CTT. ON trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
Even after 540ms away from C1ST off command, C1ST on is maintained.

P48

MC1ST-01 C1ST MC1ST-02 AA-07 AA-07


[Explanation]
21 22
Coil[SW_SS_48V_
SWD_I[VI_C1ST] SWD_O[VO_C1ST] DOWN_HOLD]
check_out 31 32 DOC-131
0x802A 0x8081 0x923C

SWD_I[VI_C1ST] SWD_O[VO_C1ST] Coil[SV_INV_SW_FAIL] 0x923D

1. Check voltage of AA-07 of DOC-131 from above circuit.


0x802A 0x8081 0x9210 Coil[SW_SS_DSP_WD]
• When C1ST driving section is ON : 0 V
check_out • When C1ST driving section is OFF : DC 48 V
TMC_Start(C1ST_
ERROR_DETECT_T) 2. Check the state of input state indicating row (row 3)
TMC_Check(C1ST_ERROR_ column 9 on LCD of DOA-100.
DETECT_T, FINISH_STATE) SWD_I[VI_C1ST]
TCD 88
• When C1ST driving section is ON : 1
0x802A • When C1ST driving section is OFF : 0
3. Check C1ST contact point of contactor.

• Even after 540ms away from OFF command of C1ST output, C1ST contact
does not become OFF, and C1ST contact point input is ON is detected.
• Even with C1ST contact off, C1ST contact point input on is detected, because
of contact point not being off.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 54/117
○ Operation CPU
TCD 89 C1ST CTT. OFF trouble Detection Application Si210
○ Speed CPU

[Meaning] Even after 540ms away from C1ST on command, C1ST off is maintained. [Countermeasures]

P48

MC1ST-01 C1ST MC1ST-02 AA-07 AA-07


[Explanation]
21 22
Coil[SW_SS_48V_
SWD_I[VI_C1ST] SWD_O[VO_C1ST] DOWN_HOLD]
check_out 31 32 DOC-131

0x802A 0x8081 0x923C

SWD_I[VI_C1ST] SWD_O[VO_C1ST] Coil[SV_INV_SW_FAIL] 0x923D

1. Check voltage of AA-07 of DOC-131 from above circuit.


0x802A 0x8081 0x9210 Coil[SW_SS_DSP_WD]
• When C1ST driving section is ON : 0 V
check_out • When C1ST driving section is OFF : DC 48 V
TMC_Start(C1ST_
ERROR_DETECT_T) 2. Check the state of input state indicating row(row 3)
TMC_Check(C1ST_ERROR_ column 9 on LCD of DOA-100.
DETECT_T, FINISH_STATE) SWD_I[VI_C1ST]
TCD 89 • When C1ST driving section is ON : 1
0x802A • When C1ST driving section is OFF : 0
3. Check C1ST contact point of contactor.
4. Check if rope compensation function is applied.
• Even after 540ms away from ON command of C1ST output, C1ST contact - Data in address 0016 is ‘01’ or ‘FF’, even If the function is
does not become ON, and C1ST contact point input is OFF is detected. not applied. Change the data to ‘00’.
• Even with C1ST contact on, C1st contact point input off is detected, because of 5. If rope compensation function is applied, check R1ML Relay.
contact point not being on.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 55/117
○ Operation CPU
TCD 90 SUPRESS ON trouble Detection Application Si210
○ Speed CPU

[Meaning] Even after 360ms away from driving OFF command from operation side [Countermeasures]
to speed side,ON feedback is maintained.
1. Check flickering condition of WDT LED(green) of DPC-122.
2. Check connection condition of communication cable(64P)
[Explanation] between operation and speed.
Coil[SV_INV_
Coil[RS_SUPPRESS_ON] RUN_STOP_FB] SWD_I[VI_C1ST] 3. Check flickering condition of SYS2 LED(green) of DOC-131.

0x91C3 0x9207
0x802A
Coil[SV_INV_
Coil[RS_SUPPRESS_ON] RUN_STOP_FB]

0x9207
0x91C3

SWD_O[VO_C1ST] SWD_I[VI_R5SC] Coil[SV_INV_SW_FAIL] check_out

0x8081 0x8001 0x9210

check_out
TMC_Start(SUPRS_
ON_OFF_DETECT_T)

TMC_Check(SUPRS_ON_OFF_
DETECT_T, FINISH_STATE) Coil[RS_SUPPRESS_ON]
TCD 90

0x91C3

Even suppress OFF command of operation control side is maintained for 360ms,
the suppress command which is a feedback from speed control side does not
become OFF, and maintain continuously ON.

[Symptom]

Sudden stop during running.


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 56/117
○ Operation CPU
TCD 91 SUPRESS OFF trouble Detection Application Si210
○ Speed CPU

[Meaning] Even after 360ms away from driving ON command from operation side [Countermeasures]
to speed side,OFF feedback is maintained.
•1. Check flickering condition of WDT LED(green) of DPC-122.
•2. Check connection condition of communication cable(64P)
[Explanation] between operation and speed.
Coil[SV_INV_ • Check flickering condition of SYS2 LED(green) of DOC-131.
Coil[RS_SUPPRESS_ON] RUN_STOP_FB] SWD_I[VI_C1ST]

0x91C3 0x9207
0x48082
Coil[SV_INV_
Coil[RS_SUPPRESS_ON] RUN_STOP_FB]

0x91C3 0x9207

SWD_O[VO_C1ST] SWD_I[VI_R5SC] Coil[SV_INV_SW_FAIL] check_out

0x8081 0x8001 0x9210

check_out
TMC_Start(SUPRS_
ON_OFF_DETECT_T)

TMC_Check(SUPRS_ON_OFF_
DETECT_T, FINISH_STATE) Coil[RS_SUPPRESS_ON]
TCD 91

0x91C3

Even suppress ON command of run control side is maintained for 300ms,


the suppress command which is a feedback from speed control side does
not become ON, and maintain continuously OFF.
[Symptom]

Sudden stop during running.


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 57/117
○ Operation CPU
TCD 92 R.E disconnected Detection Application Si210
○ Speed CPU

[Meaning] Disconnection of Rotary Encoder both phases (A, B) is detected [Symptom]

Sudden stop during running.

[Explanation] [Countermeasures]

ALM LED (Red color) on DOC-131 is turned on: Operation unable condition
1. Voltage check of AD connector in DOC-131 in stop.
With speed command is more than 1m/min and C1ST & C1BR is on PIN 1 : 15 V ± 5% (power supply of R/E)
1. In rope compensation operation, if the pulse of R/E doesn’t change for 4.86 seconds, PIN 2 : 0 V ± 0.5 V (GND)
the trouble occurs. PIN 3 : 0 V ± 0.5 V or 15 V ± 5%
2. In other operation (not rope compensation), if the pulse of R/E doesn’t change for PIN 4 : 0 V ± 0.5 V or 15 V ± 5%
1.62 seconds, the trouble occurs.
2. Check voltage of AD connector in DOC-140 during running.
Coil[RS_RUNNING] SWD_O[VO_C1BR] SWD_I[VI_C1BR] SWD_I[VI_C1ST]
PIN 1 : 15 V ± 5%
PIN 2 : 0 V ± 0.5 V
0x91C3 0x9207 0x9207 0x48082
PIN 3 : 7.5 V ± 5% (measuring DC by DMM)
PIN 4 : 7.5 V ± 5% (measuring DC by DMM)
SWD_O[VO_C1ST] Coil[IS_CMD_V_1]
check_out
0x91C3 0x91C3

check_out enco_diff == 0
TMC_Start(ENCODER_
DISCON_DETECT_T
TMC_Check(ENCODER_DISCON_ Coil[RS_ROPE_
DETECT_T,FINISH_STATE) COMPEN_REQUEST]
enco_input_er_cnt++
0x8081

enco_input_er_cnt > 2 TCD 92

TCD 92
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 58/117
○ Operation CPU
TCD 93 R.E pulse counter read trouble Detection Application Si210
○ Speed CPU

[Meaning] The difference is more than 1mm in reading the value of R.E twice. [Symptom]

Sudden stop during running.

[Explanation]

In case the difference that is more than 1mm in reading the value of R.E twice, occurs
more than 10 times, TCD is detected.
[Countermeasures]

See the countermeasures of TCD 92.


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 59/117
○ Operation CPU
TCD 94 R.E pulse counter trouble Detection Application Si210
○ Speed CPU

[Meaning] In case that the case of changed value between R.E counter value read [Countermeasures]
in current cycle and in the previous cycle exceeds 3 times, and
1. Check SPEC data from address 0100H ~ 0112H of control
this exceeded value is continued for 150ms, the trouble is detected.
SPEC.
2. Check if R.E is out of function. (Refer to TCD 92)
[Explanation]

• This can be generated when SPEC input is abnormal.


• This will be detected, if specs, such as T/M, gear, and speed does not match.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 60/117
○ Operation CPU
TCD 95 R5SX OFF trouble (Safety line) Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
Off detected from hoist way and safety circuit.
1.Enter A21E in KEYPAD of DOA-100, to check address 8011
and verify the data if it is x01.
[Explanation] 2. Check voltage of each connector.

OFF detected when R5SX off is maintained more than 540msec. - CA-15 (DC 48V)
- GRS-01~02(GTC) , GRS-04~05(OS) , GRS-07,08(OBS)
- LSU-01~02(FLU) , LSD-01~02(FLD) ,Y1-02~Y1-01(SCS)
- Check voltage in sequence of Y1-02 ~ Y1-01 (SCS) AB-16,
to verify if voltage is DC 48V ± 5%, and if there are no
SWD_O[VO_
SWD_I[VI_V48] ROPE_GRIPPER] SWD_I[VI_R5SX]
check_out voltage detected, check the state of each switch.

0x8010 TMC_Check(POWER_ 0x8094 0x8011 3. In step 2, if 48V is detected in AB-16, but the data of address
Coil[SW_SS_48V_
READY_T, FINISH_STATE) DOWN_HOLD] 8011 is x00, input circuit is abnormal.
check_out r5sx_err_count > 3 4. Replace fuse resistor (R13) with spare.
TCD 95
5. Replace DOC-131 PCB

+1 r5sx_err_count Fuse resistor (R13)


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 61/117
○ Operation CPU
TCD 96 Operation mode input trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
In case of ERO(E&I Panel) switch signal and ON_CAR TOCI switch
signal having input concurrent time, or no signal of operation being P48V DCL-243
inputted at the same time.
NORMAL CIN-02 RHIGH

[Explanation] $82AD

TMC_Check(POWER_ MAINT(INSPECTION) ONC-02 RONCAR


READY_T,FINISH_STATE) TCD 200 TCD 202
check_out
$82AF
CIN-03 RINCAR

check_out CND_F_Op[CN_HIGH] CND_F_Op[CN_IN_CAR] $82AE


input_err T.O.C.I BOX

0x82AE
0x82AD P48V [ In case of applying IN CAR Switch ] DCL-243
CND_F_Op[CN_ON_CAR]

0x82AF 2 1 OFF 2 3 NORMAL CIN-02 RHIGH


CND_F_Op[CN_IN_CAR] CND_F_Op[CN_ON_CAR] $82AD
3 1 MAINT CIN-03 RINCAR
0x82AE 0x82AF
$82AE
CND_F_Op[CN_HIGH] 0x82AE CND_F_Op[CN_ON_CAR] 5 6 ON 5 4 MAINT ONC-02 RONCAR
empty_err
$82AF
0x82AD 0x82AF
CND_F_Op[CN_IN_CAR] 4 6

input_err
990 msec ON CAR SW IN CAR
TMC_Start(OP_MODE_ MAINT SW
ERROR_DETECT_T)
1. Enter A21E in DOA-100 KEYPAD, and check data of
empty_err
3060 msec address 82AD,82AE and 82AF for each electric diagram.
TMC_Start(MODE_INPUT_
ERROR_DETECT_T)
2.Only one from above 3 input ports should be recognized as “H”.
TMC_Check(OP_MODE_ERROR_ 3. 2. If there is no “H”, verify if ON CAR switch is positioned on
DETECT_T, FINISH_STATE) TCD 96
ONCAR position and INCAR MAINT switch is not positioned on
MAINT.
TMC_Check(MODE_INPUT_ERROR_
DETECT_T, FINISH_STATE) 4. If there are two or more “H”, check the connection and voltage
of each phase.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 62/117
○ Operation CPU
TCD 97 CDS trouble Detection Application Si210
○ Speed CPU

[Meaning] When CDS is inputted after DOLS operation, the trouble is detected. [Countermeasures]

1. If 0V±0.5V is detected when measuring voltage of


Y2-03, CA-07 with DOLS, external condition is normal.
2. In case of 1, if LCD row 3 column 15 of DOA-100 is displayed
[Explanation] 1, input section of DOC-131 is normal.
3. After checking of 2, if LCD row 3 column 13 of DOA-100 is
Coil[SW_ Coil[SW_FS_ CND_F_Op[CN_ CND_F_Op[CN_ displayed 0, it is normal. If row 3 column 13 is 1, check
GS_IS_STOP] MAINT] IN_CAR] ON_CAR] SWD_I[VI_RDMC]
voltage of CA-08(CDS). After DOLS, CDS switch is opened, so
0x925D 0x929A 0x82AE 0x82AF 0x8060
0V must be displayed to be normal.
4. Check CDS switch of car if voltage of CA-08 level is 48V.
Coil[SW_SV_ Coil[SW_GS_ Coil[DC_
1ST_FIRE] DOOR_ZONE] CLOSE_CMD] TCD 188 TCD 171

0x9274 0x9250 0x908E

SWD_O
[VO_R2OP] SWD_I[VI_LDS]
check_out

0x8083 0x802C

SWD_I[VI_DOLS] SWD_I[VI_CDS]

0x802D
TMC_Check(R2CD_R2LD_ 0x802B
ERROR_DETECT_T,RUN_STATE)

check_out
990 msec TMC_Start(R2CD_R2LD_
ERROR_DETECT_T)
TMC_Check(R2CD_R2LD_
ERROR_DETECT_T,
FINISH_STATE) Coil[DC_DOLS] SWD_I[VI_CDS] TCD 97

0x90A6 0x802B
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 63/117
○ Operation CPU
TCD 98 LDS trouble Detection Application Si210
○ Speed CPU

[Meaning] When LDS is inputted after DOLS operation, the trouble is detected. [Countermeasures]

1.If 0V±0.5V is detected when measuring voltage of


Y2-03, CA-07 with DOLS, external condition is normal.
2.In case of 1, if LCD row 3 column 15 of DOA-100 is displayed
[Explanation] 1, input section of DOC-131 is normal.
3.After checking of 2, if LCD row 3 column 5 of DOA-100 is
Coil[SW_ Coil[SW_FS_ CND_F_Op[CN_ CND_F_Op[CN_ displayed into 0, it is normal. If row 3 column 5 is 1, check
GS_IS_STOP] MAINT] IN_CAR] ON_CAR] SWD_I[VI_RDMC] voltage of AB-15(LDS). After DOLS, LDS switch is
opened, so 0V must be displayed to be normal.
0x925D 0x929A 0x82AE 0x82AF 0x8060
4. Check LDS switch of hall if voltage of AB-15 level is 48V.
Coil[SW_SV_ Coil[SW_GS_ Coil[DC_
1ST_FIRE] DOOR_ZONE] CLOSE_CMD] TCD 188 TCD 171

0x9274 0x9250 0x908E

SWD_O
[VO_R2OP] SWD_I[VI_LDS]
check_out

0x8083 0x802C

SWD_I[VI_DOLS] SWD_I[VI_CDS]

0x802D
TMC_Check(R2CD_R2LD_ 0x802B
ERROR_DETECT_T,RUN_STATE)

check_out
990 msec TMC_Start(R2CD_R2LD_
ERROR_DETECT_T)
TMC_Check(R2CD_R2LD_
ERROR_DETECT_T,
FINISH_STATE) Coil[DC_DOLS] SWD_I[VI_LDS] TCD 98

0x90A6 0x802C
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 64/117
○ Operation CPU
TCD 99 Dual input signal trouble Detection Application Si210
○ Speed CPU

[Meaning] Different contact states of the same inputs between operation CPU and [Countermeasures]
speed CPU exceeds for 300ms. 1. Check trace data of TCD 99 by means of ‘A42E’ trace mode.
2. The meaning of each bit is as left table, in case that ‘1’ is set
at one of bit, meaning of the bit is the reason of trouble.
[Explanation]

Bit of operation CPU input main_in

Bit of speed CPU input inv_in

main_in inv_in ICD_Dual_Input_Error


0x8106

ICD_Dual_Input_Error err_count >= 7


TCD 99
0x8106

err_count ++

Trace Data Format


b15 b14 b13 b12 b11 b10 b9 b8
HIGH M/R
Maint

b7 b6 b5 b4 b3 b2 b1 b0

SD1D SD1U LDC DOLS R2LD C1BR C1ST R5SC


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 65/117
○ Operation CPU
TCD 100 SD1D ON trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
SD1D does not operate from bottom floor.
1.Check the value of address 8023 from MEMORY READ
MODE, when car is not in bottom floor. If it is x00, it is normal.
If it is x01, check voltage of LSD-05, LSD-06 and HA-02. They
[Explanation] must have DC 48V.
DC48V is normal, if not, check wiring and connection.
It is detected when SD1D input does not enter when car is in bottom floor.
2. Check the value of address 8023 from MEMORY READ
TCD 77 TCD 78 TCD 114 ERD_Digi_Fl_Err MODE when car is in bottom floor. If it is x01, it is normal. If it
is x01, check voltage of LSD-06 and HA-02, and They must
have DC 0V.
Coil[SV_ Coil[SW_SS_48V_ Coil[AC_OP_ Coil[AC_OP_FHM_
FORCE_DECEL] DOWN_HOLD] FHM_MODE] START_MODE] 3. Check if SDS switches works normally.
0x921D 0x923C 0x9031 0x9032
4. Check assembly condition of SDS1D
Coil[SW_GS_
OPEN_ZONE] Coil[AC_OP_MAINT_MODE] SWD_I[VI_LDC]
check_out
0x9256 0x9030 0x8025

Coil[IS_ZERO_V]

0x91F2

FTD_Current_Fl ==
check_out SPD_Floor_Spec.Bottom SWD_I[VI_SD1D]
TCD 100

0x8023
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 66/117
○ Operation CPU
TCD 101 SD2D ON trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
SD2D does not operate from bottom floor.
1.Check the value of address 8024 from MEMORY READ
MODE, when car is not in bottom floor. If it is x00, it is normal.
If it is x01, check voltage of LSD-07, LSD-08 and HA-03. They
[Explanation] must have DC 48V.
DC48V is abnormal, check wiring and connection.
Detected only when the rated speed is 90m/min or more.
Detected when SD2D input does not enter when car is on the bottom floor. 2. Check the value of address 8024 from MEMORY READ
MODE when car is in bottom floor. If it is x01, it is normal. If it
is x01, check voltage of LSD-08 and HA-03, and They must
TCD 77 ERD_Digi_Fl_Err
have DC 0V.
TCD 78 TCD 114

3. Check if SDS switches works normally.


Coil[SV_ Coil[SW_SS_48V_ Coil[AC_OP_ Coil[AC_OP_FHM_
FORCE_DECEL] DOWN_HOLD] FHM_MODE] START_MODE] 4. Check assembly condition of SDS2D

0x921D 0x923C 0x9031 0x9032

Coil[SW_GS_
OPEN_ZONE] Coil[AC_OP_MAINT_MODE] SWD_I[VI_LDC]
check_out
0x9256 0x9030 0x8025

Coil[IS_ZERO_V]

0x91F2

FTD_Current_Fl ==
check_out SPD_Floor_Spec.Bottom SWD_I[VI_SD2D] TCD 101

SPD_Control_Spec. 0x8024
Contract_Velocity >= 90
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 67/117
○ Operation CPU
TCD 107 SD1U ON trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
SD1U does not operate from bottom floor.
1.Check the value of address 8021 from MEMORY READ MODE,
when car is not in top floor. If it is x00, it is normal. If it is x01,
check voltage of LSU-05, LSU-06 and HA-06. They must have
[Explanation] DC 48V.
DC48V is abnormal, check wiring and connection.
It is detected when SD1U input does not enter when car is in top floor.
2. Check the value of address 8023 from MEMORY READ MODE
when car is in top floor. If it is x01, it is normal. If it is x01, check
TCD 77 TCD 78 TCD 114 ERD_Digi_Fl_Err
voltage of LSU-06 and HA-06, and They must have DC 0V.

Coil[SV_ Coil[SW_SS_48V_ Coil[AC_OP_ Coil[AC_OP_FHM_


3. Check if SD switch works normally.
FORCE_DECEL] DOWN_HOLD] FHM_MODE] START_MODE]
4. Check assembly condition of SDS1U.
0x921D 0x923C 0x9031 0x9032

Coil[SW_GS_
OPEN_ZONE] Coil[AC_OP_MAINT_MODE] SWD_I[VI_LDC]
check_out
0x9256 0x9030 0x8025

Coil[IS_ZERO_V]

0x91F2

FTD_Current_Fl ==
check_out SPD_Floor_Spec.Top SWD_I[VI_SD1U]
TCD 107

0x8021
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 68/117
○ Operation CPU
TCD 108 SD2U ON trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
SD2U does not operate from bottom floor.
1.Check the value of address 8022 from MEMORY READ
MODE, when car is not in bottom floor. If it is x00, it is normal.
If it is x01, check voltage of LSU-07, LSU-08 and HA-07. They
[Explanation] must have DC 48V.
DC48V is abnormal, check wiring and connection.
Detected only when the rated speed is 90m/min or more.
Detected when SD2U input does not enter when car is on the top floor. 2. Check the value of address 8022 from MEMORY READ
MODE when car is in bottom floor. If it is x01, it is normal. If it
is x01, check voltage of LSU-08 and HA-07, and They must
TCD 77 TCD 78 TCD 114 ERD_Digi_Fl_Err have DC 0V.

3. Check if SD switch works normally.


Coil[SV_ Coil[SW_SS_48V_ Coil[AC_OP_ Coil[AC_OP_FHM_
FORCE_DECEL] DOWN_HOLD] FHM_MODE] START_MODE] 4. Check assembly condition of SDS2U.
0x921D 0x923C 0x9031 0x9032

Coil[SW_GS_
OPEN_ZONE] Coil[AC_OP_MAINT_MODE] SWD_I[VI_LDC]
check_out
0x9256 0x9030 0x8025

Coil[IS_ZERO_V]

0x91F2

FTD_Current_Fl ==
check_out SPD_Floor_Spec.Top SWD_I[VI_SD2U]
TCD 108

SPD_Control_Spec. 0x8022
Contract_Velocity >= 90
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 69/117
○ Operation CPU
TCD 114 RPD ON trouble (LDC) Detection Application Si210
○ Speed CPU

[Meaning] Detected RPD (LDC) ON/OFF trouble. [Countermeasures]

1.Check at door zone, if the value of 3rd row and 5th column of
DOA-100 is ‘1’.
[Explanation]
Coil[RS_RUNNING] Coil[SW_FS_MAINT] SWD_I[VI_LDC] 2. Check at no door zone, if the value of 3rd row and 5th column
of DOA-100 is ‘0’.
0x91B0 0x929A 0x8025
Coil[SW_GS_LDC]
3. Check the voltage between Y1-05 of DOM PCB and CA-10 of
0x9251 DOC-131. (with door zone, 0V is normal and without door zone,
48V is normal)
Coil[SW_GS_OPEN_ZONE] Coil[IS_CUR_V_10]
check_out
0x9256 0x91EB 4. Check if RPD is defective.
check_out 2070 msec
TMC_Start(RPD_
OFF_ERR_T)
TMC_Check(RPD_OFF_
ERR_T,FINISH_STATE)
TCD 114
RPD off error

TCD 78 Coil[RS_RUNNING] SWD_I[VI_C1ST] SWD_I[VI_C1BR]

0x91B0 0x802A 0x8029

Coil[SV_FAST_MODE] Coil[IS_CUR_V_10] Coil[AC_OP_ALP_MODE]


check_out
0x9202 0x91EB 0x9041

check_out SWD_I[VI_LDC] == old_LDC_state


TMC_Reset(RPD_ON_
0x8025 OFF_DETECT_T)

TMC_Start(RPD_ON_
OFF_DETECT_T)
TMC_Check(RPD_ON_OFF_
DETECT_T,FINISH_STATE) TCD 114
RPD on error
SWD_I[VI_LDC]
old_LDC_state
0x8025
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 70/117
○ Operation CPU
TCD 116 RPD ON trouble (LDU) Detection Application Si210
○ Speed CPU

[Meaning] Detected RPD(LDU) ON/OFF trouble. [Symptom]

No problem for operation, but rope compensation function is


unable.

[Explanation]
[Countermeasures]
When LDU trouble is detected, rope compensation function would be cut.
1. The trouble will be detected, when SPEC data in address 0016
SPD_Function. TMC_Check(POWER_ Coil{AC_OP_ SPD_I[SP_ is set, even if rope compensation is not applied.
Rope_Compen READY_T,FINISH_STATE) MAINT_MODE] FAC_INSPECT]

0x9030 2. Check if the input signal of LDU is activated normally.


TCD 78 TCD 79
(Check by Memory Read Mode A21E, Address: 8027)
TCD 114
tmp

3. Check the voltage between Y3-14 of DOM PCB and CB-03 of


tmp Coil[IS_ZERO_V] Coil[IS_ZONE_250] SWD_I[VI_LDC] DOC-131. (B contact)
check_out
0x91F2 0x9191 0x8025 48V: LDU off, 0V: LDU on.
check_out SWD_I[VI_LDU] SWD_I[VI_LDD]
TCD 116 4. Replace LDU, if LDU RPD is defective.
0x8027 0x8028
tmp Coil[IS_ZONE_250] SWD_I[VI_LDC]
check_out
0x9191 0x8025
check_out SWD_I[VI_LDU] SWD_I[VI_LDD]
TCD 116
0x8027 0x8028
SWD_I[VI_LDU] ^ old_ldc SWD_I[VI_LDC]
ldc_on_event

Coil[IS_ Coil[IS_ Coil[RS_


tmp ZONE_250] CUR_V_30] ldc_on_event UP_RUN] SWD_I[VI_LDU]
TCD 116
0x91AE 0x8027
0x9191 0x91EE
ldc_off_event Coil[RS_UP_RUN] SWD_I[VI_LDU]
TCD 116
0x8027
SWD_I[VI_LDC]
old_ldc
0x8025
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 71/117
○ Operation CPU
TCD 117 RPD ON trouble (LDD) Detection Application Si210
○ Speed CPU

[Meaning] Detected RPD (LDD) ON/OFF trouble. [Symptom]

No problem for operation, but rope compensation function is


unable.

[Explanation]
[Countermeasures]
When LDD trouble is detected, rope compensation function would be cut.
1.The trouble will be detected, when SPEC data in address 0016
SPD_Function. TMC_Check(POWER_ Coil{AC_OP_ SPD_I[SP_
Rope_Compen READY_T,FINISH_STATE) MAINT_MODE] FAC_INSPECT]
is set, even if rope compensation is not applied.

0x9030 2. Check if the input signal of LDD is activated normally.


TCD 78 TCD 79 TCD 114 (Check by Memory Read Mode A21E, Address: 8028)
tmp

3. Check the voltage between Y3-15 of DOM PCB and CB-04 of


tmp Coil[IS_ZERO_V] Coil[IS_ZONE_250] SWD_I[VI_LDC]
check_out DOC-131. (B contact)
0x91F2 0x9191 0x8025 48V: LDD off, 0V: LDD on.
check_out SWD_I[VI_LDU] SWD_I[VI_LDD]
TCD 117
4. Replace LDD, if LDD RPD is defective.
0x8027 0x8028
tmp Coil[IS_ZONE_250] SWD_I[VI_LDC]
check_out
0x9191 0x8025
check_out SWD_I[VI_LDU] SWD_I[VI_LDD]
TCD 117
0x8027 0x8028
SWD_I[VI_LDU] ^ old_ldc SWD_I[VI_LDC]
ldc_on_event

ldc_off_event

Coil[IS_ Coil[IS_ Coil[RS_


tmp ZONE_250] CUR_V_30] ldc_on_event DOWN_RUN] SWD_I[VI_LDD]
TCD 117
0x8028
0x9191 0x91EE
ldc_off_event Coil[RS_DOWN_RUN] SWD_I[VI_LDD]
TCD 117

0x91AF
SWD_I[VI_LDC]
old_ldc
0x8025
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 72/117
○ Operation CPU
TCD 119 SLOW DOWN S/W trouble Detection Application Si210
○ Speed CPU

[Meaning] Detect Slow Down Switch OFF trouble [Countermeasures]

1. Check the connection of SDS.


If normal (SDS closed), check below.
LSD-06 (SDS1D) is to be 48V
[Explanation]
LSD-08 (SDS2D) is to be 48V
LSU-06 (SDS1U) is to be 48V
Coil[SW_GS_IS_STOP]
LSU-08 (SDS2U) is to be 48V
ERD_SDS_Off_Error
TCD 119
2. Check if SDS switch works normally.

3. Check assembly condition of SDS.


TCD 119 will occur when car is in stop.

Condition of detecting ERD_SDS_Off_Error


1. In case forced slow down occurs
2. Excluding top and bottom floor, SD1U, SD2U are activated during operation
for 540msec and more.
3. Excluding top and bottom floor, SD1D, SD2D are activated during operation
for 540msec and more.
4. Excluding top floor, SD1U is activated at door zone for 540msec and more.
5. Excluding bottom floor, SD1D is activated at door zone for 540msec and
more.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 73/117
○ Operation CPU
TCD 123 Regenerative Resistor Thermal trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
Regenerative Resistor Thermal error.
1. Check the Regenerative resistor (THB) wiring according to
drawing
2. Check if the FAN works normally.
[Explanation]
3. Check the balancing rate of counter weight.

Coil[SW_GS_POWER_READY] SWD_I[VI_REGEN_R_THERMAL
TCD123
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 74/117
○ Operation CPU
TCD 125 Brake open trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
When speed command is more than 10m/min but real speed is 8m/min
or less, and this continues more than 3 sec. The trouble will be detected.
1. Refer to TCD 86.
2. Check assembly condition of Brake if it works normally.
3. Check the disconnection of Rotary Encoder.
[Explanation]
See TCD 92.
SWD_I[VI_C1BR] Coil[IS_CMD_V_10] Coil[IS_CUR_V_8] Coil[AC_OP_ALP_MODE]

0x8029 0x91E3 0x91EA 0x9041

Coil[RS_ROPE_
Coil[RS_DECELERATION] COMPEN_REQUEST]

0x91BE 0x91A8

Coil[RS_ROPE_COMPEN_RUN]

0x91B5 0x92A8

Coil[IS_CMD_V_8] Coil[IS_CUR_V_1] Coil[AC_OP_ALP_MODE]

0x91E2 0x91E9 0x9041

Coil[A_ALP_RUN_PERMIT] Coil[SW_ALP_DIR_DECISION]
check_out

0x9062 0x92BC

check_out
3060 msec TMC_Start(BREAK_
OFF_DETECT_T)

TMC_Check(BREAK_OFF_
DETECT_T,FINISH_STATE)
TCD125
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 75/117
○ Operation CPU
TCD 126 Error_Main_INV_Speed Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
The detected elevator speed by DOC PCB and DPC PCB are differ
from each other over 5m/min while it runs high speed, it detects an error
1. Check the wiring condition from DPC to DOC PCB

2. Check R.E cable and its earth


[Explanation]

3. If it is repeated so much, replace DOC-140 PCB


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 76/117
○ Operation CPU
TCD 130 Load detector input trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
It will be detected in Input trouble of Load detector
Potential meter (PTM)
1. Perform ‘No Load Point Setting’ (A61E) and ‘Full Load Point
Setting’ (A62E).
- ‘No Load Point Setting’ is priority.
[Explanation]
Detected load by load detector exceeds 135% or is under -25%, and either 2. Check if channel value of each PTM shows on 3rd row normally.
condition continues for 2 sec. and more. - Car load mode (A86E)

3. SPEC TABLE Load detector setting


$ 0018H : 41 - Potentiometer applied one.
00 - Only weighting device applied.

[Condition]
Car goes under unable of high speed operation with door opening.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 77/117
○ Operation CPU
TCD 132 Door open lock detection Detection Application Si210
○ Speed CPU

[Meaning] DOLS signal does not go in within 10 sec. after open command
Door open lock detected
and if this condition repeats 3 times, the trouble will be detected.

[Countermeasures]
1. Check door operating. In case that door can’t operate due to a
[Explanation]
Coil[SW_SS_48V_
foreign substance on sill, remove it.
Coil[RS_
RUNNING] Coil[DC_DOLS] Coil[DC_DCO] DOWN_HOLD] 2. Check if DMC CUT in DOC-131 & apparatus box is placed
on OFF.
0x91B0 0x90A6 0x9082 0x923C 3. Check open command signal.
If data of 2nd row & 13th column of annunciator is ‘1’, open
Coil[A_AUTO_ Coil[SW_GS_ command is energizing.
DOOR_CLOSE] OPEN_ZONE] SWD_O[VO_R2OP] Check if the volt of CA-01 is 0.7V±0.1V.
check_out
Check the connection & wiring, if the data is ‘0’ and the volt of
0x9050 0x9256 0x8083
ERD_Door_Err CA-07 is 0V±0.1V.
4. If LED of R2LD relay isn’t off. Check the volt of AB-15 (LDS) &
TMC_Check(OPEN_LOCK_DETECT_T,FINISH_STATE) CA-08 (CDS).
check_out
(OPEN_LOCK_DETECT
When door is opened, the volt of AB-15 & CA-08 should be 0V
_T).Spec = 4000 level.
0x8083
5. When door is opened completely, check if data of 3rd row &
15th column of annunciator is ‘1’. ‘1’ is normal.
6. If the volt of CA-07 is 48V±10%, check the condition of DOLS
(OPEN_LOCK_DETECT
_T).Spec = 10000 contactor. When door is opened, check LD5 (OLS/CLS) of DCD
PCB is turned on. (LED is on in normal)
TMC_Start(OPEN_ 7. Check if RDZ relay operates normally.
LOCK_DETECT_T)
TMC_Check(OPEN_LOCK_ LED of the relay should be turned on with door zone and off
Open_Trouble_Count < 3
DETECT_T,FINISH_STATE) without door zone.
TMC_Start(OPEN_
LOCK_DETECT_T)

Open_Trouble_Count++
TMC_Reset(OPEN_
LOCK_DETECT_T)

Open_Trouble_Count >= 3
TCD 132
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 78/117
○ Operation CPU
TCD 133 Open_Lock repeated trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
TCD132 occurs 3 times in series
Refer to TCD132.

[Explanation]

If TCD132 occurs, it tries to open door of another floor after moving to another floor.
But if TCD132 occurs 3 times in series, ‘Open Lock repeated trouble’ will
occurs.
The elevator keeps hall/car call unable and stops operation.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 79/117
○ Operation CPU
TCD 134 Door close lock detection Detection Application Si210
○ Speed CPU

[Meaning] Door does not close within 10 sec. after close command,
Door close lock detected
the trouble will be detected.

[Countermeasures]
1. Check door operating. In case that door can’t operate due to a
[Explanation]
foreign substance on sill, remove it.
Coil[A_AUTO_ Coil[SW_GS_
DOOR_CLOSE] DOOR_ZONE] Coil[IS_ZERO_V] Coil[DC_DCO] ERD_Door_Err 2. Check if DMC CUT in DOC-131 & apparatus box is placed
on OFF.
0x9050 0x9250 0x91F2 0x9082 3. Check close command signal.
If data of 2nd row & 14th column of annunciator is ‘1’, close
SWD_I[VI_CDS] command is energizing.
SWD_O[VO_R2CL] check_out Check if the volt of CA-02 is 0.7V±0.1V.
0x8684 0x802B 4. If LED of R2LD relay isn’t off. Check the volt of AB-15 (LDS) &
Coil[DC_F_CLS] Coil[SW_SV_2ND_FIRE] CA-08 (CDS).
When door is closed, the volt of AB-15 & CA-08 should be 48V
0x90B5 0x9275 level.
SWD_I[VI_LDS] 5. When door is closed, check if data of 3rd row & 12th (LDS) &
13th (CDS) column of annunciator is ‘1’. ‘1’ is normal.
0x802C
TMC_Check(CLOSE_LOCK_ 6. If 12th (LDS) is ‘0’, check the volt of AB-15 and condition of
DETECT_T,FINISH_STATE) TCD 135 landing door.
If 13th (CDS) is ‘0’, check the volt of CA-08 and condition of
Coil[SW_GS_ car door.
Coil[DC_DOLS] OPEN_ZONE]
7. Check if data of 3rd row & 14th column of annunciator is ‘1’.
TMC_Check(FORCE_ 0x90A6 0x9256 ‘1’ is normal.
OPEN_T,FINISH_STATE) 8. Check the condition of DCLS contactor. When door is closed,
check_out
With NUGING : 20 sec check LD5 (OLS/CLS) of DCD PCB is turned on.
Without NUGING : 10 sec TMC_Start (CLOSE_ (LED is on in normal)
LOCK_DETECT_T)
9. Check if RDZ relay operates normally.
TMC_Check(CLOSE_LOCK_
DETECT_T,FINISH_STATE) LED of the relay should be turned on with door zone and off
close_lock_count ++
without door zone.

close_lock_count >= 2
TCD 134
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 80/117
○ Operation CPU
TCD 135 Close_Lock repeated trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
TCD134 occurs 12 times (can be changed by SPEC) in series
Refer to TCD134.

[Explanation]

1. TCD134 occurs 12 times in series.


2. Detecting number can be changed by SPEC DATA.
Address 0x0714 is for detecting number.
(If the value is 12 or less, minimum 12 will be considered for the detecting
number)
3. In case it detects error 2 times , it will display TCD134.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 81/117
○ Operation CPU
TCD 136 ALP trouble (ARD) Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
When ALP (ARD) control panel is out of order.
1. Check if the condition of ALP (ARD) is normal by annunciator of
ALP (ARD).

[Explanation] 2. Refer to ALP (ARD) manual.

In case of power failure, elevator must go to door zone by the power of ALP
(ARD), but elevator isn’t operable due to abnormal condition.

Abnormal condition
1. Operation unable due to R5SC off.
2. Operation unable due to floor error.
3. Operation unable due to abnormal signal from DSP .
4. In case that the speed exceeds designated speed.(10m/min)
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 82/117
○ Operation CPU
TCD 140 Discharging voltage of Backup Battery under reference Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
NVRAM is abnormal
1. Check if Backup Battery is normal.

2. Check the voltage of the battery.


[Explanation] If it is under 3.0V, replace the battery.

This trouble is caused by abnormal & disconnection of Backup Battery.

This trouble doesn’t hinder elevator operating. It will be returned to normal after
rescue operation to bottom floor.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 83/117
○ Operation CPU
TCD 141 RTC trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
When RTC chip doesn’t operate well, the trouble occurs.
1. Perform ‘RTC set’ by ‘A69E’.

2. Check the voltage of the battery.


[Explanation] If it is under 3.0V, replace the battery.

In case that RTC chip is abnormal, the trouble occurs. 3. Replace DOC-131.
This trouble doesn’t hinder elevator operating.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 84/117
○ Operation CPU
TCD 145 ER_INV_Door Trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
When Door CPU Watchdog occurs and RETRY signal repeats
two times, but Door CPU is not returned to normal.
1. Check if the Door power Fuse cut on DOP PCB.
1) FUSE capacity : 3A
2)Check the isolation between Door power line and Earth.
[Explanation]
2. Check if the DMC_CUT1 switch is OFF position.

In case door watch dog signal is off, The operation part will hold 3. Check the voltage between PJ1 mic jack 8 and 17 on the
door CPU retry signal about 300ms and monitor that Door CPU DCD-231 PCB. (AC93V ~ AC121V : Normal)
shall be return to its normal condition.
4. Replace the DCD-231 PCB : When LD4 (SAFE-OK) LED is
But if the door CPU watch dog signal does not return to normal not flickering.
condition, it outputs new retry signal. And if it occurs over 2 times,
\it will detects an error. 5. Replace the DCD-231 PCB : When LD6 (WDT) LED is OFF.

Even error is detected, the retry signal is outputted repeatedly. 6. Check the voltage between PJ1-14 and PJ3-1 on the
When the watch dog signal is return to normal condition, the error DCD-231 PCB. (DC48V: Normal)
is cleared by automatically.
7. Check the voltage at DRIN-1 on the
DCL-243 PCB. (DC48V : Normal)
1) In case of not DC48V : Check the DR(IN/OUT) wiring.
2) In case of DC48V : Replace DCL-243 PCB.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 85/117
○ Operation CPU
TCD 146 Air-conditioner Float S/W trouble Detection Application Si210
○ Speed CPU

[Meaning] [Countermeasures]
Float switch is still activated even after drain operation for 1 min.
1. Check the float switch.

[Explanation]

1. This trouble doesn’t hinder elevator operating even if the trouble occurs.

2. Air-conditioner will not operate by this trouble.


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 86/117
○ Operation CPU
TCD 147 OBS detection Detection Application Si210
○ Speed CPU

[Meaning] [Condition]
The signal of LDC keep off for 20~45 sec. at on position during high
speed operation. (Detecting time is depend on floor height)
This is hold type, so cut safety line and keep elevator inoperable.

[Explanation]

SPD_Function Coil[RS_ Coil[AC_OP_


.OBS_Operation RUNNING] SWD_I[VI_C1ST] SWD_I[VI_C1BR] SAFETY_DRIVE_MODE]

0x91B0 0x802A 0x8029 0x9033 [Countermeasures]


Coil[AC_OP_FHM_ Coil[SW_ALP_ Coil[SW_FS_
START_MODE] DIR_DECISION] Coil[SW_FS_HIGH] HIGH_DETECT] 1. Reset the system by means of reset button on DOC-131, and
move the elevator by slow speed.
0x9032 0x92BC 0x9296 0x9297
2. Check the condition of RDZ relay of DOC-131.
Coil[IS_ Coil[AC_OP_ Coil[AC_OP_ Coil[AC_OP_LOWEST_ - If elevator is with door zone, red LED of relay is to be off.
CUR_V_0] FHM_MODE] ALP_MODE] FLOOR_SLOW] - If elevator is without door zone, red LED of relay is to be on.
check_out
0x9E8 0x9031 0x9041 0x9040
3. Check if RDZ relay is mounted on the socket correctly.
check_out SWD_I[VI_LDC] == old_LDC_state 4. Check if RPD is correct.
TMC_Resett(OBS_
LDC_ON_DETECT_T) If it is incorrect, replace it.
0x8025

TMC_Start(OBS_
LDC_ON_DETECT_T)

TMC_Check(OBS_LDC_ON_
DETECT_T,FINISH_STATE)
TCD147

SWD_I[VI_LDC] old_LDC_state
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 87/117
○ Operation CPU
TCD 150 SD1D Over Speed detection Detection Application Si210
○ Speed CPU

[Meaning] Over speed is detected at SD1D zone and emergency stop. [Countermeasures]
1. When SD1D is activated, check the volt of HA-02.
Normal: 48V → 0V.
2. When SD1D is activated, check address 0x8023 by MEMORY
[Explanation] READ MODE (A21E)
1. In case that the condition of forced deceleration is detected. Normal: ‘00’ → ‘01’.
(Coil[SV_FORCE_DECEL] = ON) 3. Check the assembly condition of SD1D.
>> The speed is 15m/min higher than the command at where SD1D is If necessary, adjust it.
activated. And if this condition keeps for 150 msec. and more, the trouble
is detected.
But, if the real speed is less than 30 m/min, No trouble is detected.
2. In case that the condition of forced deceleration is not detected.
Speed 60 m/min 90 m/min 105 m/min
( Coil[SV_FORCE_DECEL] = OFF )
1) 60m/min Distance 1000 mm 1400 mm 1800 mm
>> If the speed is higher than limit speed below according to regular speed at
where SD1D is activated, the trouble will be detected. * Above distance is from ‘0’ level of bottom floor to the center of
switch roller.
2) 90m/min and higher
>> If the speed is higher than limit speed below according to regular speed at
where SD1D is activated and this condition keeps for 150 msec. and more,
the trouble will be detected.

Regular speed 60 m/min 90 m/min 105 m/min

Limit speed 57.6 m/min 87.0 m/min 102.0 m/min


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 88/117
○ Operation CPU
TCD 151 SD2D Over Speed detection Detection Application Si210
○ Speed CPU

[Meaning] Over speed is detected at SD2D zone and emergency stop. [Countermeasures]
1. When SD2D is activated, check the volt of HA-03.
Normal: 48V → 0V.
2. When SD2D is activated, check address 0x8024 by MEMORY
[Explanation] READ MODE (A21E)
1. In case that the condition of forced deceleration is detected. Normal: ‘00’ → ‘01’.
(Coil[SV_FORCE_DECEL] = ON) 3. Check the assembly condition of SD2D.
>> The speed is 15m/min higher than the command at where SD2D is If necessary, adjust it.
activated. And if this condition keeps for 150 msec. and more, the trouble
is detected.
But, if the speed is less than 30 m/min, No trouble is detected. Speed 90 m/min 105 m/min
2. In case that the condition of forced deceleration is not detected.
( Coil[SV_FORCE_DECEL] = OFF ) Distance 2000 mm 2700 mm
>> If the speed is higher than limit speed below according to regular speed at
where SD2D is activated and this condition keeps for 150 msec. and more, * Above distance is from ‘0’ level of bottom floor to the center of
the trouble will be detected. switch roller.

Regular speed 90 m/min 105 m/min

Limit speed 87.6 m/min 102.6 m/min


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 89/117
○ Operation CPU
TCD 157 SD1U Over Speed detection Detection Application Si210
○ Speed CPU

[Meaning] Over speed is detected at SD1U zone and emergency stop. [Countermeasures]
1. When SD1U is activated, check the volt of HA-06.
Normal: 48V → 0V.
2. When SD1U is activated, check address 0x8021 by MEMORY
[Explanation] READ MODE (A21E)
1. In case that the condition of forced deceleration is detected. Normal: ‘00’ → ‘01’.
(Coil[SV_FORCE_DECEL] = ON) 3. Check the assembly condition of SD1U.
>> The speed is 15m/min higher than the command at where SD1U is If necessary, adjust it.
activated. And if this condition keeps for 150 msec. and more, the trouble
is detected.
But, if the real speed is less than 30 m/min, No trouble is detected.
Speed 60 m/min 90 m/min 105 m/min
2. In case that the condition of forced deceleration is not detected.
( Coil[SV_FORCE_DECEL] = OFF ) Distance 1000 mm 1400 mm 1800 mm
1) 60m/min
>> If the speed is higher than limit speed below according to regular speed at * Above distance is from ‘0’ level of top floor to the center of
where SD1U is activated, the trouble will be detected. switch roller.
2) 90m/min and higher
>> If the speed is higher than limit speed below according to regular speed at
where SD1U is activated and this condition keeps for 150 msec. and more,
the trouble will be detected.

Regular speed 60 m/min 90 m/min 105 m/min

Limit speed 57.6 m/min 87.0 m/min 102.0 m/min


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 90/117
○ Operation CPU
TCD 158 SD2U Over Speed detection Detection Application Si210
○ Speed CPU

[Meaning] Over speed is detected at SD2U zone and emergency stop. [Countermeasures]
1. When SD2U is activated, check the volt of HA-07.
Normal: 48V → 0V.
2. When SD2U is activated, check address 0x8022 by MEMORY
[Explanation] READ MODE (A21E)
1. In case that the condition of forced deceleration is detected. Normal: ‘00’ → ‘01’.
(Coil[SV_FORCE_DECEL] = ON) 3. Check the assembly condition of SD2U.
>> The speed is 15m/min higher than the command at where SD2U is If necessary, adjust it.
activated. And if this condition keeps for 150 msec. and more, the trouble
is detected.
But, if the real speed is less than 30 m/min, No trouble is detected. Speed 90 m/min 105 m/min
2. In case that the condition of forced deceleration is not detected.
( Coil[SV_FORCE_DECEL] = OFF ) Distance 2000 mm 2700 mm
>> If the speed is higher than limit speed below according to regular speed at
where SD2U is activated and this condition keeps for 150 msec. and more, * Above distance is from ‘0’ level of top floor to the center of
the trouble will be detected. switch roller.

Regular speed 90 m/min 105 m/min

Limit speed 87.6 m/min 102.6 m/min


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 91/117
○ Operation CPU
TCD 164 Emergency stop detection Detection Application Si210
○ Speed CPU

[Meaning] Emergency stop detected, elevator is suddenly stopped during run with [Countermeasures]
more than 10m/min speed by the trouble in relation to R/E.
1. Check whether Maint (Inspection) switch has been operated
during driving.
2. Verify whether switch and connectors in PCB have had
[Explanation] bad contacts.
3. Check if R/E is disconnected.
run_stop Coil[RS_RUNNING] Coil[IS_CUR_V_10]
4. Check if LDS &CDS operate normally.
TCD 164 5. Check the state of R5SC relay.
0x91B0
0x91EE 6. Check the state of ALARM LED.
TCD 92 7. Check the flickering state of SYS1 LED inside DOC-131.
8. Check the flickering state of SYS2 LED inside DOC-131.
9. Check if safety switches are activated. (EES, pit, SCS)
TCD 93
* In case of emergency stop with 10m/min speed and more
The reason can be analyzed by ERROR LOG Table (A42E)
TCD 94 - Trace monitor

* In case of emergency stop with 5m/min ~ 10m/min speed


Coil[RS_RUNNING] run_stop The reason can be analyzed by A28E.

0x91B0
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 92/117
○ Operation CPU
TCD 168 Speed difference (real speed detection) Detection Application Si210
○ Speed CPU

[Meaning] When the speed difference between command & real is more than In case the speed command value is bigger than feed-backed
30m/min, the trouble is detected. speed and it lasts 540ms, it detects an error.
But the speed command value is smaller than feed-backed
speed and it lasts 2160ms, it detects an error
[Explanation]

Coil[IS_CUR_V_15] Coil[IS_CMD_V_15] SWD_O[VO_C1BR] Coil[SV_DDLP_CMD]

[Countermeasures]
0x91EC 0x91E4 0x8080 0x9206
1. Refer to TCD 60 and check if SPEC is correct in accordance
SWD_I[VI_C1ST] SWD_I[VI_R5SC] TCD 164 Coil[SV_INV_SW_FAIL] with the field.
2. Check if brake open & close as its function.
0x802A 0x8001 0x9210 3. Check disconnection of Rotary Encoder (AD Connect).
Coil[RS_FAST_ Refer to TCD 92.
SWD_I[VI_C1BR] SWD_I[VI_LDS] SWD_I[VI_CDS] RUN_COMMAND] check_out 4. Check balancing rate between car & C.WT.
(It must be within 0.45 ~ 0.55)
0x8029 0x802C 0x802B 0x91B1

abs(SVD_Cmd_V - SVD_Cur_V)
check_out >= 30 speed_err_count ++ speed_err_count

SVD_Cmd_V <
speed_err_count > 3
SVD_Cur_V TCD 168

speed_err_count > 12
TCD 168

check_out
=0 speed_err_count
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 93/117
○ Operation CPU
TCD 170 Operation direction trouble Detection Application Si210
○ Speed CPU

[Meaning] When abnormal operating direction is detected. [Condition]


DIR LED(Red) would be lighting.

[Explanation]
[Countermeasures]
Coil[IS_CUR_V_8] Coil[RS_RUNNING] 1. Check if DIR LED is on.
check_out
2. If DIR LED is on, change the position of DIR jumper in
0x91EA 0x91B0 DOC-131. (Or change spec data ‘00’ in address 0124 to ‘01’)
3. Switch to MAINT(Inspection) operation, and perform
UP/DOWN operation for a little while, to check right/reverse
540 msec matter in operating direction.
check_out Coil[RS_UP_RUN] enco_diff < 0 In reverse, change DIR jumper in DOC-131. (Or change spec
TMC_Start(DIR_ data ‘00’ in address 0124 to ‘01’)
0x91AE ERROR_DETECT_T) 4. When rerunning, make sure to reset.
5. Verify if BIT 8 of SPEC1 is OFF.
6. Still no effect, change 2-phases of MOTOR output line.

Coil[RS_DOWN_RUN] enco_diff > 0

0x91AF

TMC_Reset(DIR_
ERROR_DETECT_T)

TMC_Check((DIR_ERROR_
SWD_Emergency_Call DETECT_T, FINISH_STATE)
TCD170

ICC_Set_Sys_Output_Port
(RE_DIR_ERROR, ON)
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 94/117
○ Operation CPU
TCD 171(1) Floor memory failure (ER_DIGITAL_FL) Detection Application Si210
○ Speed CPU

[Meaning] Synchronous position trouble detected [Countermeasures]

*Trouble shooting procedure


Use ERROR LOG TABLE(A42E) on annuciator.
Check information of TCD171 on Trace Data display
[Explanation]
Change 4 Byte to Bit (3rd row, 13rd~16th column) to check.
The trouble will be detected as below cases.
Each Bit shows the reason of the trouble(7~0 Bit is available)
1. In case that the NVRAM data of address 0x0592~3, 0x23D4~5 are differ from
0x55AA value when main power has returned. (TCD 140), it will detect an error 15 .. 7 6 5 4 3 2 1 0
Then, The data in NVRAM is cleared.
Backup SDS Direction Speed - - - Level
RAM Over error in error in 500mm
BRD_RPD_Compen _Request -
error Speed power power
& EF_BRAM_CLEAR SWD_I[VI_UL] SWD_I[VI_DL] failure failure
TCD 171
EF_BRAM_CLEAR
0x8003 0x8004

1. If CP is normal and elevator stops due to power failure,


the elevator goes down to bottom floor with ACD=0B and then
transfer to ACD=27.
2. The speed of emergency stop when main power turned off point is over than 2. If the TCD171 occurs after power off/on and the 7, 5 and 4 Bit
125% of rated speed. is set
1) Check backup battery on DOC-131 is normal.
Limit_v = 1.25 * PGD_F_V_To_Tick * SVD_Contract_Speed / 60 2) If the volt of backup battery is less than 3.0V, replace it.
4. In case that the 6 Bit is set, Check the trouble concerning SDS
BRD_PF_Control.Velocity Refer to TCD150, 151, 157, 158.
> limit_v SWD_I[VI_UL] SWD_I[VI_DL]
5. In case that 0 Bit is set,
1) Refer to RPD OFF(TCD 114).
0x8003 0x8004
2) Check if the elevator is moved by brake opening in power off.

* EF_PF_OVER_V : 0x10
BRD_PF_Control.Dir BRD_PF_Control.Dir
== UP == DN
TCD 171
EF_PF_OVER_V
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 95/117
○ Operation CPU
TCD 171(2) Floor memory failure (ER_DIGITAL_FL) Detection Application Si210
○ Speed CPU

[Meaning] Synchronous position trouble detected [Countermeasures]

[Explanation]

3. When the main power turned off , If the direction information is not STOP,
UP or DOWN, it will detect an error
BRD_PF_Control.Dir BRD_PF_Control.Dir BRD_PF_Control.Dir
== UP == DN == STOP

* EF_PF_DIR : 0x20

SWD_I[VI_UL] SWD_I[VI_DL]
TCD 171
EF_PF_DIR
0x8003 0x8004

4. When TCD 150, 151, 157, 158 are detected.

*check_out : same contact as the before page


* EF_SDS_OS : 0x40

*check_out ERD_SD_OS_Mem TCD 171

EF_SDS_OS
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 96/117
○ Operation CPU
TCD 171(3) Floor memory failure (ER_DIGITAL_FL) Detection Application Si210
○ Speed CPU

[Meaning] Synchronous position trouble detected [Countermeasures]

[Explanation]

5. If the error of rotary encoder is over than 500mm after leveling, it will be
detected.
Coil[SW_GS_
POWER_READY] SWD_I[VI_LDC] Coil[RS_RUNNING] SWD_I[VI_C1ST]

0x8025 0x91B0 0x802A

Coil[AC_OP_MAINT_MODE] TCD 164 TCD 114 TCD 79 TCD 78

0x9030

Coil[AC_OP_FHM_ Coil[AC_OP_ Coil[SW_SS_48V_ Coil[SV_FORCE_


START_MODE] FHM_MODE] DOWN_HOLD] DECEL]
check_out

0x9032 0x9031 0x923C 0x921D

Coil[SW_GS_ Coil[IS_ Coil[IS_


check_out DOOR_ZONE] CUR_V_0] ZONE_500] TCD 171

EF_ZONE500
0x9250 0x91E8 0x9190

* EF_PF_DIR : 0x01
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 96/117
○ Operation CPU
TCD 171(3) Floor memory failure (ER_DIGITAL_FL) Detection Application Si210
○ Speed CPU

[Meaning] Synchronous position trouble detected [Countermeasures]

[Explanation]

5. If the error of rotary encoder is over than 500mm after leveling, it will be
detected.
Coil[SW_GS_
POWER_READY] SWD_I[VI_LDC] Coil[RS_RUNNING] SWD_I[VI_C1ST]

0x8025 0x91B0 0x802A

Coil[AC_OP_MAINT_MODE] TCD 164 TCD 114 TCD 79 TCD 78

0x9030

Coil[AC_OP_FHM_ Coil[AC_OP_ Coil[SW_SS_48V_ Coil[SV_FORCE_


START_MODE] FHM_MODE] DOWN_HOLD] DECEL]
check_out

0x9032 0x9031 0x923C 0x921D

Coil[SW_GS_ Coil[IS_ Coil[IS_


check_out DOOR_ZONE] CUR_V_0] ZONE_500] TCD 171

EF_ZONE500
0x9250 0x91E8 0x9190

* EF_PF_DIR : 0x01
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 97/117
○ Operation CPU
TCD 177 Emergency stop occurred frequently (ER_ESTOP_REPEAT) Detection Application Si210
○ Speed CPU

[Meaning] It is detected that the failures of high speed running prohibited have [Countermeasures]
occurred 12 times within 10 min
1. Check Error Log Table by A42E, find out the trouble occurred
frequently and perform trouble shooting.
[Explanation]

It is hold type, prohibit operation by R5SY after opening door at door zone

Coil[EM_EO_ Coil[AC_OP_
old_fast_run_cut FAST_RUN_CUT] MAINT_MODE] +1 E_Stop_Count[9]

0x90F4 0x9030

+1 E_Stop_10M_Count

E_Stop_10M_Count >= 12
TCD 177

Coil[EM_EO_FAST_RUN_CUT] old_fast_run_cut

0x90F4
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 98/117
○ Operation CPU
TCD 178 Safety drive occurred frequently (ER_S_DRIVE_REPEAT) Detection Application Si210
○ Speed CPU

[Meaning] Detected that rescue running have occurred more than 6 times [Countermeasures]
within 10 min.
1. Search the reason for stopping out of door zone.
2. If stopping during running, refer to the error log table,
3. When below-stopping or over-stopping during leveling occurs
[Explanation]
verify whether parameter setting for the control of leveling is
It is hold type, prohibit operation by R5SCafter opening door at door zone light. (Pgc_Gain → ADDR:0x0212)

Coil[SW_FS_SAFETY_DRIVE_DETECT] tmp

0x92A8

old_safety_drive tmp Coil[AC_OP_MAINT_MODE]


+1 S_Drv_Count[9]

0x9030

+1 S_Drv_10M_Count

tmp old_safety_drive

Coil[SW_GS_IS_STOP] SWD_I[VI_LDC]
TCD 178

S_Drv_10M_Count >= 6 0x925D 0x8025


Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 99/117
○ Operation CPU
TCD 182 Operation over duty trouble (ER_OVER_DUTY) Detection Application Si210
○ Speed CPU

[Meaning] Count number of brake opening, if it is 180 times in 1 hour. [Countermeasures]

Stop at door zone with door opened for 10 min., and return
normal operation automatically.
[Explanation]

Stop elevator in order to protect brake coil for 10 min.

[Condition]
Stand by 10 min. after door open at door zone.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 100/117
○ Operation CPU
TCD 184 Forced SDS decel. occurred frequently (ER_FORCE_DECEL_REPEAT) Detection Application Si210
○ Speed CPU

[Meaning] Forced deceleration is occurred 3 times in series. [Countermeasures]

1. Check if the Slow Down S/W works normally.

2. Check if the assembly condition of Slow Down S/W is correct.


[Explanation]

Elevator lands at top or bottom floor by forced deceleration in case that the distance SDS 60 m/min 90 m/min 105 m/min
between landing level & SDS roller is farther than installation distance when SDS is SD1U(D) 1000 mm 1400 mm 1800 mm
activated. SD2U(D) x 2000 mm 2700 mm
If above condition occurs 3 times, high speed operation is cut with door opened at
door zone, TCD184 is appeared and system holds the trouble. 3. If the allowance is 50mm higher, adjust the Slow Down S/W
again.
Part : TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No. : SI-TS-02-2
Page: 101/117
○ Operation CPU
TCD 188 OLS trouble (ER_OLS) Detection Application Si210
○ Speed CPU

[Meaning] OLS is abnormal [Countermeasures]


In case that OLS is activated for 1080 msec even though CLS & CDS is
1. Check if DCD-231PCB is normal.
activated, the trouble is detected.
2. Check CDS(13th column), CLS(14th), & OLS(15th) of 3rd row
on annunciator. (If the Bit is 1, the switch is activated)
[Explanation] 3. Check the volt DI-07 and Y2-13 on DOC-131,
PJ1-13 on door PCB.
SWD_I[VI_CDS] Coil[DC_F_CLS] SWD_I[VI_DOLS] SWD_I[VI_RDMC] ERD_Door_Err If the OLS is activated : 0V
If the OLS is not activated: 28V
0x802B 0x90B5 0x802D 0x8060
4. Check if the wiring & connecting is correct.
Coil[AC_OP_ Coil[SW_SS_48V_ Coil[SW_GS_ 5. If the LED of OLS reed switch is lighted but OLS is out of
MAINT_MODE] DOWN_HOLD] POWER_READY] Coil[DC_DCPU] TCD97 position for activation, replace reed switch.

Coil[AC_OP_FIRE_ Coil[AC_OP_ Coil[SW_SV_


FIGHTING_MODE] FIRE_MODE] 1ST_FIRE] check_out

Coil[AC_OP_ Coil[SW_SV_
FIREMAN_MODE] 2ND_FIRE]

check_out 1080 msec


TMC_Start(OLS_
ERROR_DETECT_T)

TMC_Check(OLS_ERROR_
DETECT_T,FINISH_STATE) Coil[SW_GS_DOOR_ZONE]
TCD 188
0x9250

SWD_I[VI_CDS] SWD_I[VI_DOLS] TCD97


R TCD 188

0x802B 0x802D
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 102/117
○ Operation CPU
TCD 191 Duplicated door open/close command (ER_DOOR_COMMAND) Detection
○ Speed CPU
Application Si210

[Meaning] The open&close signals are inputted to DCD PCB at same time [Countermeasures]

1. Check the voltage of DOC PCB as below

[Explanation] When the When the


command occurs command cut
If the door close &open command are inputted to DCD PCB, it sends an error DO-07(open) 0.7V ±0.1V 24V ±10%
signal to CP through car communication
DO-06(Close) 0.7V ±0.1V 24V ±10%

2. Check the signals through ANN (2 row-13 & 14 column)

3. Even if the open and close command are cut the voltage
is not 24V ±10%, check the followings
1) Remove the DO connector from DOC-131 PCB and proceed
the insulation test between 1&2 and earth.
2) If 1) is normal, replace DOC-131 PCB.

4. Replace DCD-23X PCB


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 103/117
○ Operation CPU
TCD 192 Door position trouble Detection Application Si210
○ Speed CPU

[Meaning] Door position detector error [Countermeasures]

( SAV1 Door applied )

[Explanation] 1. Check the door thermal, voltage, current

2. Check the ROM version of DCD-23X PCB (V1.6 ↑)


( SAV1 Door applied )
2. Replace DCD-23X PCB
In case of the trouble of door thermal, under voltage, over voltage & current,
TCD192 occurs.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 104/117
○ Operation CPU
TCD 193 Door voltage trouble(ER_DOOR_VOLTAGE) Detection Application Si210
○ Speed CPU

[Meaning] Door input voltage error [Countermeasures]

[Explanation] 1. Check the PJ1 connector of DCD-23X PCB.


The voltage between PJ1-17 and PJ1-8 is
AC 110V±20%. (normal)
Error detected and transmitted to operation CPU when the input voltage of
DCD-23X PCB is over or low voltage.
2. Above 1 is normal : DCD-23X PCB is troubled
1) Low voltage : under AC 77V (110V -30%)
2) High voltage : over AC 154V (110V +40%)
3. Above 1 is abnormal, check below items:
1) Main power voltage is within AC323V~AC418V. (normal)
2) 1) is normal : Control transformer is troubled.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 105/117
○ Operation CPU
TCD 194 Door motor thermal trouble (ER_DOOR_MOTOR_THERMAL) Detection
○ Speed CPU
Application Si210

[Meaning] Door motor over_heat error [Countermeasures]

1. Check if the door motor is real heat .

[Explanation] * Caution : Motor frame temperature is over 100℃ when the


motor were real heat.

2. In case that the door motor is real heat


Error detected and transmitted to operation CPU when the motor coil
1) Remove any obstacles to door open/close on car
temperature is over 130℃.
or landing sill.
2) Refer to the countermeasure 1), 2) of TCD 191.

3. In case that the door motor is not real heat.


Check if between PJ2-4 and PJ2-5 pins are shortage
after power off and disconnecting PJ2 connector from
DCD-23X PCB.
1) Shortage: DCD-23X PCB is troubled
2) Open: Motor is troubled.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 106/117
○ Operation CPU
TCD 195 Door motor over current trouble(ER_DOOR_OC) Detection Application Si210
○ Speed CPU

[Meaning] Door motor over_current error [Countermeasures]

1. Check the below items (Motor side) after disconnecting


PJ2 connector from DCD-23X PCB.
[Explanation] 1) Check the isolation of between PJ2-1,2,3 pin and Earth.
2) Check resistance value between PJ2-1 and PJ-2 pin.
Value for 50W Door Motor: 17.6Ω±10%
Value for 80W Door Motor: 10Ω±10%
Error detected and transmitted to operation CPU when the over current flows in
3) Check the resistance as above PJ2-1,3 and PJ-2,3 pin.
inverter part .
4) In case that the test result were not good, motor is troubled

2. If the result is normal, check below Items after power off.


1) Check the isolation of between PJ2-1,2,3 pin and Earth.
2) Check the isolation at PJ2-1,2 , PJ2-1,3 and PJ-2,3 pin.

3. Check shortage between DCD-23X & door box frame.

4. Replace DCD-23X PCB.


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 107/117
○ Operation CPU
TCD 196 Photo-Shoe input error Detection Application Si210
○ Speed CPU

[Meaning] Reopen count by Photo sensor [Countermeasures]

1. Check the photo condition and connection

[Explanation]

If the door is reopened 5 times continuously by photo shoe, it will be display error
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 108/117
○ Operation CPU
TCD 199 ER_PCB_Protect_Fail (Korea domestic only) Detection Application Si210
○ Speed CPU

[Meaning] The security approval for PCB is failed. [Countermeasures]


When a DOC or DCL PCB is replaced, it detects error.
Or SPEC data is damaged, it also detects an error 1. If this error is founded in your field, request new PCB.
And the wrong PCB that makes TCD199 must be back to
[Explanation] manufacturer with claim letter.

Whenever a DOC PCB or DCL PCB is replaced in Korea, the security system in
CP request serviceman’s ID and approval number. If this requirement is not
satisfied, the PCB protection program will not removed. So, its operation shall be
locked.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 109/117
○ Operation CPU
TCD 200 CNET LON communication trouble Detection Application Si210
○ Speed CPU

[Meaning] DPRAM communication between Main LON and i186 does not operate [Countermeasures]
1. If the trouble doesn’t disappear after system reset on DOC-131,
Check if ROM(OS ROM) of DOC-131 & ROM of main LON are
mounted correctly.
[Explanation]
2. If the trouble doesn’t disappear after performing 1 item above,
I186EC_Port3_Input & 0x20
Replace ROM(OS ROM) of DOC-131 & ROM of main LON.
Coil[VALID_186_TOKEN]
3. Replace DOC-131 even if nothing is improved after performing
item 2 above.
*SYS_INPUT_PORT & 0x10 Coil[VALID_186_TOKEN]
+1 err_count

0x9300

err_count > 5
TCD 200

*SYS_INPUT_PORT & 0x04

[Condition]
LON LED on DOC-131 will light off.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 110/117
○ Operation CPU
TCD 202 Car communication trouble Detection Application Si210
○ Speed CPU

[Meaning] Car LON communication trouble on main OPB( OPB ID = 1 ) [Countermeasures]


1. Check the ON/OFF state of LON LED in DOC-131
(0.06 sec. cycle when normal).
2. Check the ON/OFF state of DCL-243 LED
[Explanation] (0.2 sec. cycle when normal).
3. Verify if the connector(SC) for LON communication is
CND_OPB_Node_State & 0x01 normally connected.
TCD 202
4. Verify if OPB ID is 1 (DIP 1 ‘ON’).
5. Verify if DCL-243 has a terminal resistor(DIP 8) set.
6. Measure the resistance between pins No. 1, 2 of SC connector.
If it is approximately 10 OHM, normal.
If there is no resistance, check for disconnection.
* TCD 202 is detected on MAIN LON and write in DPRAM.
7. Replace ROM(OS ROM) of DOC-131 & ROM Main LON.
variable of appropriate data is read and saved is CND_OPB_Node_State.
8. Replace DCL-243.
9. Replace DOC-131.

[Condition]
LON LEDs of DOC-131 and DCL-243 are flickering with 1.2 sec. cycle
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 111/117
○ Operation CPU
TCD 209 ER_NPLEX_MASTER_COM Detection Application Si210
○ Speed CPU

[Meaning] Communication Error to N-PLEX Module

1. Check if N-plex system is applied or not.


(If the system is applied to SPEC data where N-plex is not
configured at elevators, it will detect error)
[Explanation]
In case there is non signal reply from N-PLEX Module about 3 seconds more or <<N-PLEX - SPEC DATA>>
signal transmitting failure to N-PLEX module 4 times more, it detects an error Addr Label Contents
(TCD209)
1D00 Enable IN-PLEX application, 0x01
1D02 Car ID Lift ID under N-PLEX (0x01~0x04)

G_Signal_Wait_Counter == 0
TCD 209
2. Check the N-PLEX communication line. (SH connector)
The communication line should be twisted shield cable.
Group_Fail_Count > 3 3. Check the terminal resistor setting
(HJP-SH jumper must be connected)

※ See the N-plex manual for terminal resistor setting

[Condition] ※ If terminal resistor is not properly set, following


condition may happen
- Communication failure is happened frequently
and hall call registration is impossible.
- Lift goes under back-up operation (ACD=26)
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 112/117
○ Operation CPU
TCD 211 Other elevator trouble Detection Application Si210
○ Speed CPU

[Meaning] Communication error with other car is detected in duplex operation. [Countermeasures]

1. In case of duplex, No.1 of the SPEC1(DIP S/W) must be on.


In case of simplex, it must be off.
2. Check the condition of communication line between 2 elevators.
[Explanation] The communication line must be a shield wire.
3. Check if terminal resistor(HJP-SH Jumper) is connected.
1. In duplex, In case there is no transmission data for 1 sec. from other elevator,
the trouble occurs.
2. When G/A transmission from other is failed 4 times in series, the trouble occurs.

No.1 No.2 No.1 No.2

SH(HJP) SH(HJP) SH(HJP) SH(HJP)


SH SL SL SH SH SL SL SH

DHG-162 DHG-162 DHG-162

DHG-162 DHG-162 DHG-162

DHG-162 DHG-162 DHG-162


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 113/117
○ Operation CPU
TCD 217 Hall button jam detection Detection Application Si210
○ Speed CPU

[Meaning] When hall button is being pushed continuously, the trouble is detected. [Countermeasures]

1. Check the floor where button jam is detected.


The floor can be checked by ‘A21E’.
[Explanation]
2. If abnormal, replace the button.
When hall button is being pushed for the time(Default :180 sec.) that is designated
by SPEC, TCD 217 will occur.

Button_Jam_Detect[0][UP_INDX]
TCD 217

Button_Jam_Detect[0][DN_INDX]

The floor button Jam detected

Address Floor
0x9954 1st floor ~ 8th floor UP Button
0x9955 9th floor ~ 16th floor UP Button
0x9956 17th floor ~ 24th floor UP Button
0x9957 25th floor ~ 32nd floor UP Button
0x9958 1st floor ~ 8th floor DOWN Button
0x9959 9th floor ~ 16th floor DOWN Button
0x995A 17th floor ~ 24th floor DOWN Button
0x995B 25th floor ~ 32nd floor DOWN Button

Each floor is matched with each Bit.


Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 114/117
○ Operation CPU
TCD 223 Hall CPU trouble Detection Application Si210
○ Speed CPU

[Meaning] 1 or more communication trouble on Hall Station B/D, detected. [Countermeasures]


1. Check the floor of communication not activated by
ANN - A21E and the type of button to check DHG-162 of the
failed floor for failure.
[Explanation]
[Checking of hall button trouble]
Enter as below on annunciator
HND_Fail_Node[ 0 ]
TCD 223 K: A21E
ADDR:DAT K : 8762E
0x8762
If 8762=x02(0000 0010)
DFG-16X of 2nd floor is failure.
If 8762 =x30(0011 0000)
* HND_Fail_Node : 4Byte( 32bit ) DHG-162 of 5th, 6th floors are failure.

To see floor 8th or higher is required to enter KEY-PAD ‘0’ of


annunciator.

2. Verify if controller DOP PCB XHA MIC is connected,


Address Floor
and see if voltage between HA plug pin 3-4 of DHG-162 at
0x8762 1st floor ~ 8th floor failed floor is DC24V.
3. Verify if the ID of DHG-162 at failed floor is set correctly.
0x8763 9th floor ~ 16th floor 4. Resistance between HA connector pin1-2 in DHG-162 at the
0x8764 17th floor ~ 24th floor failed floor must be 2±0.5Ω.
If not so, the pulse transformer(PT1, position in DHG-162)
0x8765 25th floor ~ 32nd floor in DHG-162 is a failure.
5. Check between pin 3-4 of HA connector in DHG-162 at the
Each floor is matched with each Bit. failed floor. if it is open circuit, replace DHG-162.
Ex) ADDR:0x8762 - DATA:0x04 means 3rd floor is out of order.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 115/117
○ Operation CPU
TCD 224 Hall nod trouble (All) Detection Application Si210
○ Speed CPU

[Meaning] Communication error with all floor in hall line is detected [Countermeasures]

1. Check if the jumper(HJP-SH) of DOC-131 is set correctly.


2. Check if XHA MIC of DOP PCB is connected.
3. Check if SH connector of DOC-131 is connected.
[Explanation] 4. Check if terminal resistor(120Ω) in diverging box at bottom floor
is connected.
5. Check if the volt of XHA MIC of DOP PCB is DC24V after
Normal_Floor[ 0 ] NCD_P_SVC_Fl[ 0 ]
check_floor removing XHA MIC .
1) 1th ~ 8th floor: XHA 3-4 is to be DC24V.
2) 9th ~ 16th floor: XHA 5-6 is to be DC24V.
3) 17th ~ 24th floor: XHA 7-8 is to be DC24V.
check_floor
TCD 224 4) 25th ~ 32th floor: TB2 (Terminal Block) 5-6 is to be DC24V.

H_Data_Receive_Wait_Counter == 0

[Condition]
When TCD224 occurs, operation mode would be ACD26 and perform backup
operation.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 116/117
○ Operation CPU
TCD 237 CRT communication trouble Detection Application Si210
○ Speed CPU

[Meaning] When communication error between CRT & CP occurs [Countermeasures]

1. Check if CRT option is applied.


(When SPEC has CRT option even if a project does not apply
for CRT, the trouble will occur)
[Explanation]
Crt_Id ADDR:0x0002
In case that there is no receive data from CRT for 8 sec., TCD237 would be occurs.
Crt_Operation ADDR:0x0020

2. Check if the connection between CRT & CP is correct.


CRT_Comm_Error_Counter == 0 (SM connector)
TCD 237
Communication cable should be twisted & shielded.
3. Check if HJP-SL jumper is connected.
Part: TCD Code
Di1(Si210) Elevator / Trouble Shooting Ctrl No.: SI-TS-02-2
Page: 117/117
○ Operation CPU
TCD 240 ER_RUSSIA_OPZX Detection Application Si210
○ Speed CPU

[Meaning] When elevator stops a floor, a landing door at another floor is [Countermeasures]
opened Then, it detects an error (Russia code area only)
1. Check if the Russia code application
1) In case of Si210, The following 2 options effect on this
error
[Explanation] 2) In case of Si25x and Si23x, Russia code(0042) effects on
this error
The elevator will be stop immediately under normal operation mode, the error is
hold until the main power is turned off. It does not detects this error under <<OPZX error detects Spec>>
inspection mode.
Addr Label Contents
0042 Russia Russia code application, 0x01
Normal Mode VI_OPZX
TCD240 07CA OPZX Landing door detection function
application, 0x01
803C

2. Check the input buffer ( 0x803C)and voltage level at connector.


Normal : Input buffer is 0x00, Voltage level is 48V(24V-Si25x).
Error : Input buffer is 0x01, Voltage level is 0V
In case of Si25X, Check the DOX-100 PCB의 connection

3. Check the each landing door condition.

4. This error can be erased by power reset in CP.

You might also like