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 ...
随机推荐
- C#中的yield return
4.1 迭代器块 一个迭代器块(iterator block)是一个能够产生有序的值序列的块.迭代器块和普通语句块的区别就是其中出现的一个或多个yield语句. yield return语句产生迭代的 ...
- webpack结合vue使用(五)
webpack结合vue使用步骤如下: 安装 vue 的包 : cnpm i vue -S 由于在 webpack 中,锐减使用 .vue 这个组件模板文件定义组件,所以需要安装能解析这种文件的第三方 ...
- Java 序列化(转)
转自 http://www.infoq.com/cn/articles/cf-java-object-serialization-rmi 对于一个存在于Java虚拟机中的对象来说,其内部的状态只保持在 ...
- SpringBoot | 集成Redis
Windows下安装: https://github.com/MicrosoftArchive/redis/releases zip下就解包到自定义目录下,msi就跟着步骤安装 进入安装目录下运行命令 ...
- 最大xor,and,or
http://210.33.19.103/contest/998 and,or部分 并不用01trie,题目&题解:https://blog.csdn.net/dreaming__ldx/ar ...
- 02.Javascript——入门一些方法记录之Object
var xiaoming = { name: '小明', birth: 1990, school: 'No.1 Middle School', height: 1.70, weight: 65, sc ...
- vue2 mint-ui loadmore(下拉刷新,上拉更多)
<template> <div class="page-loadmore"> <h1 class="page-title"> ...
- c# 实现窗体移动
一般情况下: .添加下列代码到你的窗体中: #region 轻松移动 bool isInMove; Point oldPoint; void InitializeEasyMove() { isInMo ...
- git与GitHub(一)
相信,很多初入前端者都会对git以及GitHub不太了解,而我当时也经历过各种面试大关,也都会问:你了解git和GitHub吗?那么今天先来说一说git. 那么什么是git? (以下转载自廖雪峰老师的 ...
- 使用nginx+tomcat实现静态和动态页面的分离
博主最近在优化一个javaweb项目,该项目之前一直都是使用tomcat处理用户请求的,无论静态还是动态的东西,一律交给tomcat处理.tomcat主要是负责处理servlet的,静态的文件还是交给 ...