Electric Motor Manufacturer - Motor Protection: 5 Questions, 5 Answers
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.
Electric Motor Manufacturer - Motor Protection: 5 Questions, 5 Answers的更多相关文章
- 101+ Manual and Automation Software Testing Interview Questions and Answers
101+ Manual and Automation Software Testing Interview Questions and Answers http://www.softwaretesti ...
- 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. ...
- 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 ...
- [译]Node.js Interview Questions and Answers (2017 Edition)
原文 Node.js Interview Questions for 2017 什么是error-first callback? 如何避免无止境的callback? 什么是Promises? 用什么工 ...
- Oracle Purchasing QUESTIONS AND ANSWERS
Topic Summary Topic: CORRECTIONS: Corrections Topic: DELIVER: Receiving Delivery Topic: DROPSHIP: Dr ...
- 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 ...
- 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 ...
- 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 ...
- 【译】Core Java Questions and Answers【1-33】
前言 译文链接:http://www.journaldev.com/2366/core-java-interview-questions-and-answers Java 8有哪些重要的特性 Java ...
随机推荐
- Android studio改包名
http://www.cnblogs.com/Kyouhui/p/4632813.html Android Studio,咱们开发安卓的利器,自推出就受到移动开发者的追捧,但一路走来,大家谈到他,充满 ...
- UGUI技术之LayoutGroup布局实现详解
继续学习unity4.6,unity的LayoutGroup分为三种, Horizontal Layout Group(水平布局)Vertical Layout Group(垂直布局)Grid Lay ...
- Python decorate 函数
1. decorate 函数需要在 "@wrap" 之前定义, 否则会报错
- GraphicsLab Project之再谈Shadow Map
作者:i_dovelemon 日期:2019-06-07 主题:Shadow Map(SM), Percentage Closer Filtering(PCF), Variance Shadow Ma ...
- A - Beautiful numbers
#include <iostream> #include <algorithm> #include <cstring> #include <cstdio> ...
- 如何使用Tomcat自带的日志实现tomcat-juli.jar
前言 Tomcat自带的日志实现是tomcat-juli.jar,它是对默认的JDK日志java.util.logging进行一定的封装,和标准JDK日志支持相同的配置,但是和log4j等常用的日志框 ...
- github 收藏项目的方法
1,Watching 需要收藏的项目 2,查看收藏的项目
- SpringBoot | Data Access
https://docs.spring.io/spring-boot/docs/current/reference/html/howto-data-access.html 配置数据源启动器.
- scrapy框架中选择器的用法
scrapy框架中选择器的用法 Scrapy提取数据有自己的一套机制,被称作选择器(selectors),通过特定的Xpath或者CSS表达式来选择HTML文件的某个部分Xpath是专门在XML文件中 ...
- [ZPG TEST 114] 括号匹配【树分治 点分治 括号序列】
1. 括号匹配 有一棵树,每个节点上都有一个括号(左括号或者右括号).有多少个有序点对(u, v)从u到v的路径上的节点构成的字符串是一个合法的括号匹配?(我们称这样的点对是合法的) 输 ...