I. Selection principle of motor protector
The  Electric Motor
Manufacturer
   stated that the reasonable selection of the motor protection
device can not only fully utilize the overload capability of the motor, but also
avoid damage, thereby improving the reliability and continuity of the electric
drive system. The specific function selection should consider the value of the
motor itself, the type of load, the environment of use, the importance of the
main equipment of the motor, whether the motor exits the operation has serious
impact on the production system, and strive to be economic and reasonable.

2. Ideal motor protector
The ideal motor protector is not more functional,
nor is it more advanced, but should meet the actual needs of the site, achieve
uniformity of economy and reliability, and have a high performance-price ratio.
According to the actual situation of the site, the type and function of the
protector can be reasonably selected. At the same time, it is simple and
convenient to install, adjust and use the protector. More importantly, it is
necessary to select a high-quality protector.

3. Why is the protection of traditional protection devices not ideal?
The
traditional motor protection device is mainly a thermal relay, but the thermal
relay has low sensitivity, large error, poor stability and unreliable
protection. The same is true. Although many devices are equipped with thermal
relays, the phenomenon that the motor is damaged and affects normal production
is still widespread.

4. Why is the current motor easier to burn than in the past?
Due to
the continuous development of insulation technology, in the design of the motor,
it is required to increase the output and reduce the volume, so that the heat
capacity of the new motor is getting smaller and smaller, the overload capacity
is getting weaker and weaker; The motor often runs in various ways such as
frequent starting, braking, forward and reverse rotation, and variable load,
which puts higher requirements on the motor protection device. In addition, the
application of the motor is wider, and it often works in extremely harsh
environments, such as humidity, high temperature, dust, corrosion and other
occasions. All of this has caused the current motor to be more susceptible to
damage than in the past, especially for faults such as overload, short circuit,
phase loss, and broom.

5. Development status of motor protection
 At present, the motor
protector has developed from the past mechanical type to electronic and
intelligent type, which can directly display the current, voltage, temperature
and other parameters of the motor. It has high sensitivity, high reliability,
many functions, convenient debugging, and the types of faults after protection
action are clear at a glance. It not only reduces the damage of the motor, but
also greatly facilitates the judgment of the fault, which is beneficial to the
fault handling at the production site and shortening the recovery production
time. In addition, the motor eccentricity detection technology is used to
perform the motor eccentricity detection technology, which makes it possible to
monitor the wear state of the motor online. The curve shows the trend of the
eccentricity of the motor, and it can be found early that the bearing wears and
the inner circle and the outer circle are faulty. Early detection, early
treatment, to avoid broom accidents.

https://www.xjetl.com

Electric Motor Manufacturer - Motor Protection: 5 Questions, 5 Answers的更多相关文章

  1. 101+ Manual and Automation Software Testing Interview Questions and Answers

    101+ Manual and Automation Software Testing Interview Questions and Answers http://www.softwaretesti ...

  2. Top 25 Most Frequently Asked Interview Core Java Interview Questions And Answers

    We are sharing 25 java interview questions , these questions are frequently asked by the recruiters. ...

  3. Danfoss Motor - Automotive Motor: What Sensors Are There?

    The   Danfoss Motor     states that the motor sensor control system is the heart of the entire autom ...

  4. [译]Node.js Interview Questions and Answers (2017 Edition)

    原文 Node.js Interview Questions for 2017 什么是error-first callback? 如何避免无止境的callback? 什么是Promises? 用什么工 ...

  5. Oracle Purchasing QUESTIONS AND ANSWERS

    Topic Summary Topic: CORRECTIONS: Corrections Topic: DELIVER: Receiving Delivery Topic: DROPSHIP: Dr ...

  6. 115 Java Interview Questions and Answers – The ULTIMATE List--reference

    In this tutorial we will discuss about different types of questions that can be used in a Java inter ...

  7. 69 Spring Interview Questions and Answers – The ULTIMATE List--reference

    This is a summary of some of the most important questions concerning the Spring Framework, that you ...

  8. 300+ Manual Testing and Selenium Interview Questions and Answers

    Manual testing is a logical approach and automation testing complements it. So both are mandatory an ...

  9. 【译】Core Java Questions and Answers【1-33】

    前言 译文链接:http://www.journaldev.com/2366/core-java-interview-questions-and-answers Java 8有哪些重要的特性 Java ...

随机推荐

  1. ubuntu 14 安装XML::Simple 模块

    最近需要用到perl 来解析xml 文件,从网上搜索了一下,大部分都建议使用XML::Simple 模块来解析,这里记录一下安装过程 方法一: 直接使用CPAN 来安装模块 $ perl -MCPAN ...

  2. Validation(3)--全局参数异常校验捕获及返回XML解决

    @RestControllerAdvice原创直接上代码,后面再说怎么用1.这个是一个Form,用来接收参数的,一个简单的NotEmpty注解校验,merchantName这个参数是必传的: pack ...

  3. extern用法详解(转)

    1 基本解释 extern可以置于变量或者函数前,以标示变量或者函数的定义在别的文件中,提示编译器遇到此变量和函数时在其他模块中寻找其定义. 另外,extern也可用来进行链接指定. 2 问题:ext ...

  4. Markdown - 如何给文本加下划线

    解决方法 Markdown可以和HTML的语法兼容,可以通过HTML的标签来实现效果: 写法 效果 <u>下划线</u> 下划线 这里解释下,u指的是underline下划线. ...

  5. zabbix图表中文乱码

    如果语言改成中文,在图表中的中文会乱码,这是因为zabbix默认的字体文件比较烂 方法就是把字体文件替换,找到zabbix前端文件地址,换一个字体文件就好 [root@webmaster fonts] ...

  6. python对数据库的操作

    一 Python 操作 MySQL import pymysql pip install pymysql (1) 连接MySQL数据库   db = pymysql.connect(主机名,用户名,密 ...

  7. Metasploits之ms10_018

    漏洞详情:https://technet.microsoft.com/library/security/ms10-018 一准备: 1:kali Linux系统 192.168.195.129 2:W ...

  8. IE如何实现text-shadow文字阴影效果呢?

    让我们头痛的是IE是不支持text-shadow效果,但为了在兼容这一问题,我们只好使用滤镜filter:shadow来处理(本人不提倡使用滤镜).filter:shadow滤镜作用与dropshad ...

  9. Django框架和前端的的基本结合

    1 昨日回顾 a socket b 路由关系 c 模板字符串替换(模板语言) 主流web框架总结: django a用别人的 b自己写的 c自己写的 flask a用别人的 b自己写的 c用别人的(j ...

  10. 【详解】JS中的作用域、闭包和回收机制

    在讲解主要内容之前,我们先来看看JS的解析顺序,我们惯性地觉得JS是从上往下执行的,所以我们要用一个变量来首先声明它,来看下面这段代码: alert(a); var a = 1; 大家觉得这段代码有什 ...