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. 稳定UI运行结果-自动化测试失败重试和截图

    运行自动化测试的时候,有时会因为网络不稳定,测试环境或者第三方环境正在重启而造成用例运行结果不稳定,时而能跑过时而跑不过.这些难以重现的环境因素造成的用例失败会让测试人员很困扰,排查即耗费时间也没有太 ...

  2. MyBatis逆向工程代码的生成以及使用详解(持续更新)

    逆向工程简介什么是逆向工程:        mybatis需要程序员自己编写sql语句,mybatis官方提供逆向工程,可以针对单表自动生成mybatis执行所需要的代码(mapper.java.ma ...

  3. centos 7 安装node.js

    Node.js v10.x安装命令 curl --silent --location https://rpm.nodesource.com/setup_10.x | bash - Node.js v5 ...

  4. .Net Core应用框架Util介绍(二) 转

    Util的开源地址 https://github.com/dotnetcore/util Util的开源协议 Util以MIT协议开源,这是目前最宽松的开源协议,你不仅可以用于商业项目,还能把Util ...

  5. 微信小程序使用字体图标

    项目中常常需要使用到字体图标,微信小程序中使用字体图标与在平常的web前端中类似但是又有区别.下面以使用阿里图标为例子讲解如何在微信小程序中使用字体图标. 第一步:下载需要的字体图标 进入阿里图标官网 ...

  6. CATIA 各个版本代号详解

    一. 第几代(V-"version")简介 1982—1988年,catia相继发布了第一代—V1版本.第二代—V2版本.第三代—V3版本,并于1993年发布了功能强大的第四代—V ...

  7. 转 SecureCRT中文乱码解决方法

    1. 打开对话窗口,在工具栏中点开“选项”,选择“会话选项”.  2. 在打开的“会话选项”中,选择“外观”.  3. 在显示的“窗口和文本外观”中找到“字符编码”.  4. 把“字符编码”设置为“U ...

  8. PHP 字符 正则表达式 +,*,?

    1.“/”是定界符,“/”定界符之间的部分就是将要在目标对象中进行匹配的模式.同时为了正则更加灵活,引入了元字符,即“+”, “*”,以及 “?”. (1)“+”元字符规定其前导字符必须在目标对象中连 ...

  9. 在b站做计网实验 - 抓包/get/post

    前言 这篇博文是一个小实验,用python发送get/post请求,其中用到cookie登录bilibili网站并修改个人信息. 抓包 对HTTP应用而言,用浏览器自带的插件可以很方便做到抓包,比如c ...

  10. RTT

    Segger RTT的使用 一般arm系统中,如何通过电脑键盘和显示器同mcu进行交互最有效的有两种形式:arm7的semihost,cm时代的traceswo.现在jlink推出了颇具特色的rtt( ...