CTE620N3 no start & motor fault

Announcements

From sunburn to sun earn – we’ve got the power! Watch our #poweringgreen videos now.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Airtech
Level 1
Level 1
5 questions asked 10 sign-ins 5 replies posted

Hello, trying to drive a refrigeration compressor with CTE620N3 and IMC101T-F048 boards.

The program might be wrong since when starting the motor I just hear a small click and the "motor fault" message on MCEDesigner.

Tried everything on MCEDesigner to get at least a fault code but no results, is there a way to know which fault is it ?

Thanks in advance.

 

 

0 Likes
1 Solution
LinGuohui
Moderator
Moderator
Moderator
500 replies posted 50 likes received 250 solutions authored

Hi @Airtech,

About  "motor fault" message, You can use MCEDesigner to read Faultflags register to know which fault it is.

Operation steps see below:

a) Get register message on user manual, mark its address, data type and every bit represent fault.

LinGuohui_0-1661823333259.png

b) Add this register read on MCEDesigner , input its address and Unsigned type.

LinGuohui_1-1661823553205.png

LinGuohui_2-1661823625590.png

c) And then, you can read this faultflags via double click this register. So you will get which fault is it!

Below picture,Faultflags read 8192, we can know it's UART link break fault.

LinGuohui_3-1661823813719.png

 

 

 

View solution in original post

0 Likes
1 Reply
LinGuohui
Moderator
Moderator
Moderator
500 replies posted 50 likes received 250 solutions authored

Hi @Airtech,

About  "motor fault" message, You can use MCEDesigner to read Faultflags register to know which fault it is.

Operation steps see below:

a) Get register message on user manual, mark its address, data type and every bit represent fault.

LinGuohui_0-1661823333259.png

b) Add this register read on MCEDesigner , input its address and Unsigned type.

LinGuohui_1-1661823553205.png

LinGuohui_2-1661823625590.png

c) And then, you can read this faultflags via double click this register. So you will get which fault is it!

Below picture,Faultflags read 8192, we can know it's UART link break fault.

LinGuohui_3-1661823813719.png

 

 

 

0 Likes