Crank connecting rod type low speed high torque hydraulic motor is used earlier, which is called Staffa hydraulic motor abroad. JMZ, the same type in China, has the rated pressure of 16MPa, the highest pressure of 21MPa and the maximum theoretical displacement of 6.140r/min.

  

Low-speed high-torque hydraulic motor is composed of shell, crank - connecting rod - piston assembly, eccentric shaft and oil distribution shaft. Five cylinder bodies are arranged radially along the circumference of the shell, forming a star shell. In a piston cylinder block, piston and connecting rod through ball ground connection, connecting rod big end into a saddle shaped cylindrical surface close to on the eccentric circle of crankshaft, it with the rotary center of eccentric crankshaft torque, the new structure of hydraulic motor shaft and crank shaft by cross key link together, with the crankshaft rotation, flows through the motor pressure oil with axial channel, assigned by the valve shaft to the corresponding piston cylinder, oil cylinder of four or five cavity pressure oil, the role of the piston pressure oil; In the rest of the piston cylinder, the cylinder is in a state of transition, connected with the drainage window is the cylinder two, three; According to the motion principle of the crank connecting rod mechanism, the plunger under the action of oil pressure ACTS a force on the eccentric circle center through continuous driving, pushing the crankshaft to rotate around the center of rotation, output speed and torque, if the inlet and outlet are changed, the hydraulic motor will reverse rotation. With the rotation of the drive shaft and the distribution shaft, the distribution state changes alternately. In the process of crankshaft rotation, the cylinder volume located at the high pressure side gradually increases, while the cylinder volume located at the low pressure side gradually reduces. Therefore, the high pressure oil continuously enters the hydraulic motor when working, and then is continuously discharged by the low pressure chamber.

  

To sum up, due to match the orientation and transition flow shaft seal between the eccentric direction of crankshaft, and rotate at the same time, so the valve shaft neck of the oil window always on one side of the eccentric line two or three oil cylinder, oil absorption window on the eccentric line on the other side of the rest of the oil cylinder, the total output torque is all torque generated by the piston to the crankshaft center stack, the torque rotary motion to continue

  

Low-speed hydraulic motor with large torque refers to the hydraulic motor with relatively low rotation speed but large output torque, which is mainly used in injection molding machinery, ships, hoist, engineering machinery, construction machinery, coal mine machinery, mining machinery, metallurgical machinery, Marine machinery, petrochemical industry, port machinery and so on.

  

As a professional    Hydraulic Motor manufacturers   in China, it is a powerful enterprise integrating the design, development, processing and sales of hydraulic components. Eternal hydraulic is committed to become the global one-stop market of hydraulic products, with professional hydraulic solutions and quality products, to meet the needs of every customer. The company firmly believes that "only the best can meet the best", become the first choice of hydraulic components for all customers around the world.

https://www.xjetl.com

  

Low Speed High Torque Hydraulic Motor: Motion Performance的更多相关文章

  1. Hydraulic Motor Manufacturers - What Is A Cycloidal Hydraulic Motor?

    The     Hydraulic Motor manufacturers    stated that the cycloidal hydraulic motor is fixedly connec ...

  2. Cycloid Hydraulic Motor Use: Use Failure And Treatment

    The cycloidal hydraulic motor is a small low-speed, high-torque hydraulic motor with a shaft-distrib ...

  3. 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   ...

  4. AVR446_Linear speed control of stepper motor步进电机曲线分析

    1.1.  单片机代码处理 // 定义定时器预分频,定时器实际时钟频率为:72MHz/(STEPMOTOR_TIMx_PRESCALER+1) #define STEPMOTOR_TIM_PRESCA ...

  5. 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 ...

  6. [转] Vmware vs Virtualbox vs KVM vs XEN: virtual machines performance comparison

    http://www.ilsistemista.net/index.php/virtualization/1-virtual-machines-performance-comparison.html? ...

  7. System and method for dynamically adjusting to CPU performance changes

    FIELD OF THE INVENTION The present invention is related to computing systems, and more particularly ...

  8. English: Class Speed

    Xx_Introduce https://www.jianshu.com/p/d1c1b84d89e8 Please protection,respect,love,"China's Int ...

  9. AN2820 Driving bipolar stepper motors using a medium-density STM32F103xx microcontroller

    AN2820 Driving bipolar stepper motors using a medium-density STM32F103xx microcontroller Introductio ...

随机推荐

  1. flex兼容新

    /* 子元素-平均分栏 */.flex1 { -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */ -moz-box-flex: 1; /* OL ...

  2. 容器之vector

    #include <iostream> #include <vector> #include <string.h> #include <algorithm&g ...

  3. Node.js之网游服务器实践

    此文已由作者尧飘海授权网易云社区发布. 欢迎访问网易云社区,了解更多网易技术产品运营经验. 随着Node.js的不断发展与壮大,应用范围也越来越广泛,从传统的企业应用,到互联网使用,再到云计算的发展, ...

  4. C++章节练习题

    笔试宝典:http://www.bishibaodian.com/writtenCircle/lightquestionlist http://www.bishibaodian.com/written ...

  5. poj1651【区间DP·基础】

    题意: 给你一串数字,头尾不能动,每次取出一个数字,这个数字贡献=该数字与左右相邻数字的乘积,求一个最小值. 思路: 用dp[s][t]去代表s到t的最小值,包括a[s]和a[t],然后从区间为3开始 ...

  6. PostgreSQL - 允许远程访问的设置方法

    原文转载至:PostgreSQL 允许远程访问设置方法 安装PostgreSQL数据库之后,默认是只接受本地访问连接.如果想在其他主机上访问PostgreSQL数据库服务器,就需要进行相应的配置. 配 ...

  7. 【数据结构(C语言版)系列三】 队列

    队列的定义 队列是一种先进先出的线性表,它只允许在表的一端进行插入,而在另一端删除元素.这和我们日常生活中的排队是一致的,最早进入队列的元素最早离开.在队列中,允许插入的一端叫做队尾(rear),允许 ...

  8. Qt 2D绘图之一:基本图形绘制和渐变填充

    Qt中提供了强大的2D绘图系统,可以使用相同的API在屏幕和绘图设备上进行绘制,它主要基于QPainter.QPaintDevice和QPaintEngine这三个类.它们三者的关系如下图所示: QP ...

  9. UvaLive6439(string使用、回文串)

    样例手写一写很容易发现规律(前后一样的串,则ans+=2),实现起来却忘了string的便捷性,其实根本用不到哈希. ; int n, ans; string s, t1, t2; int main( ...

  10. 515 Find Largest Value in Each Tree Row 在每个树行中找最大值

    在二叉树的每一行中找到最大的值.示例:输入:           1         /  \        3   2       /  \    \        5   3    9 输出: [ ...