Cycloid Hydraulic Motor Use: Use Failure And Treatment
The cycloidal hydraulic motor is a small low-speed, high-torque hydraulic motor with a shaft-distributed insert and stator-rotor pair. How to deal with the failures often occurring in the use of cycloidal hydraulic motors, the Hydraulic Motor manufacturers stated: https://www.xjetl.com/product/hydraulic-motor-product
1. There are three kinds of oil leakage conditions in the motor.
(1)
Oil leakage at the shaft end: Due to the frictional state of the oil seal and
the output shaft during the daily use of the motor, the oil seal and the shaft
contact surface will inevitably wear out. If the motor seal exceeds a certain
limit, the oil seal will lose the sealing effect, resulting in leakage. oil.
Solution: The oil seal needs to be replaced. If the output shaft is worn, it is
necessary to replace the output shaft at the same time.
(2) Oil leakage at the cover: The “O” ring under the cover is crushed or aged
and loses the sealing effect. The probability of this happening is very low. If
it happens, just replace the “O” ring.
(3) Oil leakage in the motor pin: It is located in the motor housing and the
front side plate, or the front side plate and the stator body, or the "O" ring
between the stator body and the rear side plate is aged or crushed, if it occurs
In this case, you only need to replace the “O” ring.
2, the reason why the motor is running weak:
(1) The stator body pairing
is too loose. Because the motor is in operation, the components in the cycloidal
hydraulic motor are in friction with each other. If the hydraulic oil in the
system is too poor, it will accelerate the wear of the internal parts of the
motor. . When the needle rod in the stator body wears beyond a certain limit,
the internal clearance of the stator body pair will become larger, and the
normal oil sealing effect will not be achieved, which will cause the internal
leakage of the motor to be too large. The symptom is that the motor is operating
normally under no load, but the sound will be slightly larger than normal, and
it will be weak or slow under load. The solution is to replace the needle.
(2) Wear between the output shaft and the casing: The main cause of the
failure is that the hydraulic oil is impure and contains impurities, which
causes the inside of the casing to grind out the groove, which causes the
internal leakage of the motor to increase, thereby causing the motor to be weak.
The solution is to replace the housing or the entire pair.
3, large leakage outside the motor
(1) The clearance between the output
shaft and the housing is too large: when the clearance between the output shaft
and the housing is large and standard, the leakage of the cycloidal hydraulic
motor will be significantly increased. Solution: Replace the new output shaft
with the housing.
(2) An "O" ring with an excessively large diameter is used: when the "O" ring
is too thick, the part plane cannot be properly fitted, and there is a large
gap, resulting in an increase in motor leakage. This situation is generally
rare, and the solution is to replace the “O” ring that meets the
specifications.
4, why the motor does not turn or slow
(1) The drive shaft is broken: the
drive shaft is a shaft connecting the cycloidal wheel and the output shaft, and
the function is to transmit the rotation of the cycloidal wheel to the output
shaft, when the motor is in an overload condition for a long time, or When the
output shaft is subjected to a force in the opposite direction from the outside,
it may cause the drive shaft to break. The breakage of the drive shaft is
generally accompanied by the fact that the teeth of the output shaft and the
teeth of the cycloidal wheel are bitten off. The solution is to replace the
drive shaft and replace it if other parts are damaged.
5, Fa Lan fracture: This fault is also more common, which is mainly caused by
the impact of the motor or the quality of the casting itself. The solution is to
replace the housing.
As a professional Hydraulic Motor
manufacturers and Hydraulic Motor
Suppliers in China, Taizhou Eternal
Hydraulic Machinery Co., Ltd. can provide you with high quality products and
services. Eternal Hydraulics is committed to becoming the global one-stop mall
for global hydraulic products, with professional hydraulic solutions and quality
products to meet the needs of each customer. The company firmly believes that
“only the best can satisfy the best” and has become the preferred hydraulic
component of choice for all customers worldwide.
Https://www.xjetl.com/product/hydraulic-motor-product
Cycloid Hydraulic Motor Use: Use Failure And Treatment的更多相关文章
- Low Speed High Torque Hydraulic Motor: Motion Performance
Crank connecting rod type low speed high torque hydraulic motor is used earlier, which is called Sta ...
- Hydraulic Motor Manufacturers - What Is A Cycloidal Hydraulic Motor?
The Hydraulic Motor manufacturers stated that the cycloidal hydraulic motor is fixedly connec ...
- Analysis Of The Causes Of Internal Symmetry Of Hydraulic Motor
The main reasons why hydraulic motors have this symmetrical internal structure are as follows: The ...
- Vickers Vane Pump - Hydraulic Vane Pump Failure: Cavitation, Mechanical Damage
One of our readers recently wrote to me about the following questions: “Recently, we purchased a sec ...
- 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 ...
- Electric Motor Manufacturer - Motor Protection: 5 Questions, 5 Answers
I. Selection principle of motor protectorThe Electric Motor Manufacturer stated that the reasonab ...
- ArtifactTransferException: Failure to transfer org.apache.openejb:javaee-api:jar:5.0-1
最近在myeclipse上创建maven类型的web项目的时候,出现了一个错误. ArtifactTransferException: Failure to transfer org.apache.o ...
- Failure to find xxx in xxx was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced @ xxx
问题: 在linux服务器上使用maven编译war时报错: 16:41:35 [FATAL] Non-resolvable parent POM for ***: Failure to find * ...
- 解决Java程序连接mysql数据库出现CommunicationsException: Communications link failure错误的问题
一.背景 最近在家里捣鼓一个公司自己搭建的demo的时候,发现程序一启动就会出现CommunicationsException: Communications link failure错误,经过一番排 ...
随机推荐
- 【旧文章搬运】Windows句柄表分配算法分析(二)
原文发表于百度空间,2009-03-30========================================================================== 四.句柄表 ...
- juju入门
https://jujucharms.com/docs/1.25/config-LXC Installation(Ubuntu) #sudo add-apt-repository ppa:juju/s ...
- Linux多台服务器间SSH免密码登录配置
SSH实现各个服务器间的文件相互备份,如运行scp命令,可以实现免密码登录,从而可以使用SHELL脚本实现一些自动化的处理. 假如A机要免密码登录B机,具体方法如下: 1.在A机运行:"ss ...
- Untiy检测各类设备输入
轴需要单独设置 using UnityEngine; using System.Collections; using UnityEngine.UI; public class OutputKey : ...
- bzoj 2716 [Violet 3]天使玩偶 【CDQ分治】
KD-tree可做,但是我不会暂时不考虑 大意:在二维平面内,给定n个点,m个操作.操作A:加入一个点:操作B:询问一个点与平面上加入的点的最近距离 不封装会T不封装会T不封装会T不封装会T不封装会 ...
- CF1059D Nature Reserve(二分)
简洁翻译: 有N个点,求与y=0相切的,包含这N个点的最小圆的半径 题解 二分半径右端点开小了结果交了二十几次都没A……mmp…… 考虑一下,显然这个半径是可以二分的 再考虑一下,如果所有点都在y轴同 ...
- js、css外部文件的相对路径问题
如果js.css外部文件有使用到相对路径时,需要注意其相对路径的基准是不一样的. 比如说,在index.html中引用到了外部的js和css文件,这两个文件都通过相对路径引用了某一张图片:这些文件所在 ...
- 跟我一起玩Win32开发(25):监视剪贴板
自从郭大侠和蓉儿离开桃花岛后,最近岛比较寂静,有一种“门前冷落鞍马稀”的感觉.于是,老邪就拿出<九阴真经>认真阅读,同时用迅雷下载经典大剧<汉武大帝>晚上睡觉前看上几集,老邪一 ...
- magento 开启 3D secure credit card validation
因为国外盗刷严重,于是得开启验证. 首先可以去 https://developer.cardinalcommerce.com/try-it-now.shtml.这上面有测试账号,截图如下:
- C#基础学习1
开发入门,最基础的学习!