how to keep impact-crusher in good condition
how to keep impact-crusher in good condition
Why we have to maintenance impact crusher?
As we talked before(link),how does the impact crusher work.From that post,we realize that the impact crusher play a very important
role in our quarry project or the mining field.Well, everything is a two-edged sword.As the impact crusher kill the rock,it will
wear and tear some parts of itself.So,in order to extend the life of the impact crusher,we regularly maintenance it.
Always Check out the impact crusher.
To make sure the impact crusher in good working condition,we need to check out the working status.
We have to check the following sides of the impact crusher:
Impact crusher operating point is stable,when the machine is a sudden increase in the amount of vibration, we should
immediately stop to identify the cause eliminated.
Under normal circumstances, the bearing temperature rise should not exceed 35 degrees, the maximum temperature
should not exceed 70 degrees, when the temperature rise more than 70 degrees, we should immediately stop it and identify the
cause.
When the plate hammer wear limit is reached point we should turn around and use or timely replacement.
When after assembly or replace the the board hammer, we must maintain the rotor balancing, static balance may not
exceed 0.25kg.m.
When the rack liner wear,it should be replaced to avoid abrasion cabinet.
Remember lubricate the machine
As we all know, each machine requires be lubricated to prevent wear and tear on their own.
So how we make lubrication for the impact crusher to make in in good condition?
Constantly pay attentions and timely manner friction surface lubrication.
The lubricating oil we adopted on the impact crusher should be based on the location, temperature and other conditions to
determine, generally can be Calcium - sodium based lubricants.
After working eight hours per filling oil to the bearings once, once every three months to replace the grease, oil change,
application of clean gasoline or kerosene carefully cleaned bearings, adding grease within the bearing capacity of 50%.
In short, it is very important to maintain the impact crusher.These are some of the commonly used methods to keep your
machine in good condition.Hope those help.
Other post about the related crusher products
So far,we basically understant how to maintain a impact crusher.If you want to know more about the related crusher
products, here are some other post you may interested in:
how to keep impact-crusher in good condition的更多相关文章
- Py Split and Count For "PFW Impact Crusher For Sale South Africa"
data = 'As we all know, the impact Crusher is fully used in the transportation, energy, construction ...
- java 线程 Lock 锁使用Condition实现线程的等待(await)与通知(signal)
一.Condition 类 在前面我们学习与synchronized锁配合的线程等待(Object.wait)与线程通知(Object.notify),那么对于JDK1.5 的 java.util.c ...
- MySQL 优化之 ICP (index condition pushdown:索引条件下推)
ICP技术是在MySQL5.6中引入的一种索引优化技术.它能减少在使用 二级索引 过滤where条件时的回表次数 和 减少MySQL server层和引擎层的交互次数.在索引组织表中,使用二级索引进行 ...
- 0038 Java学习笔记-多线程-传统线程间通信、Condition、阻塞队列、《疯狂Java讲义 第三版》进程间通信示例代码存在的一个问题
调用同步锁的wait().notify().notifyAll()进行线程通信 看这个经典的存取款问题,要求两个线程存款,两个线程取款,账户里有余额的时候只能取款,没余额的时候只能存款,存取款金额相同 ...
- 1229【MySQL】性能优化之 Index Condition Pushdown
转自http://blog.itpub.net/22664653/viewspace-1210844/ [MySQL]性能优化之 Index Condition Pushdown2014-07-06 ...
- skipping the actual organic impact moderation supplied
The most recent running footwear design has gone out. The high cost is actually $150. Expert sports ...
- 四、线程同步之Lock和Condition
Lock同步锁 Lock 在jdk1.5 提供了Lock以便执行同步操作,和synchronized不同的是Lock提供了显示的方法获取锁和释放锁.Lock提供了以下几个方法,请求和释放锁: voi ...
- 【Java并发系列04】线程锁synchronized和Lock和volatile和Condition
img { border: solid 1px } 一.前言 多线程怎么防止竞争资源,即防止对同一资源进行并发操作,那就是使用加锁机制.这是Java并发编程中必须要理解的一个知识点.其实使用起来还是比 ...
- druid sql黑名单 报异常 sql injection violation, part alway true condition not allow
最近使用druid,发现阿里这个连接池 真的很好用,可以监控到连接池活跃连接数 开辟到多少个连接数 关闭了多少个,对于我在项目中查看错误 问题,很有帮助, 但是最近发现里面 有条sql语句 被拦截了, ...
随机推荐
- 如何调整chm文字字体大小
chm文档是使用用层叠样式表来控制字符大小的,通过IE的改变“文字大小”是没效果的,那我们是不是就没有办法改变它的大小了呢?显然不是的. 工具/原料 chm文件 方法/步骤 首先打开chm ...
- GCC提供的几个內建函数
参考 https://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/Other-Builtins.html#Other-Builtins https://en.wikipe ...
- keil5编译时出现 MDK-Pro middleware is not allowed with this license
转载请注明出处:http://blog.csdn.net/qq_26093511/article/details/51700961 最近在用MDK编译一个别人的工程时,有如上提示: 1.原因是没有注册 ...
- 关于hist
""" Demo of the histogram (hist) function with a few features. In addition to the bas ...
- 又来一波!Android精品源码分享
今天又汇总了几个不错的源码给大家!希望能帮到需要的小伙伴~话不多少,直接上源码! 1.Android精品源码:拖动条控件实现源码 此次分享的源码是一个不错的Android控件,建议大家可以细致的看下. ...
- 31、NGS 常用分析软件
转载:http://www.zilhua.com/2081.html 参考资料:http://bioinfo.mc.vanderbilt.edu/NGS/software.htm 1. Mapping ...
- 获得Servlet的初始化参数
通过ServletConfig接口的getInitParameter(java.lang.String name)方法
- position:fixed;如何居中
div{ position:fixed; margin:auto; left:; right:; top:; bottom:; width:100px; height:100px; } 如果只需要左右 ...
- CSS定位机制总结
1,CSS 有三种基本的定位机制:普通流.浮动和绝对定位.除非专门指定,否则所有框都在普通流中定位.2,普通流定位:块级框从上到下一个接一个地排列,框之间的垂直距离是由框的垂直外边距计算出来.行内框在 ...
- Xuzhou Winter Camp 1C(模拟)
#include<iostream>#include<cstdio>#include<algorithm>#include<cmath>#include ...