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语句 被拦截了, ...
随机推荐
- String/ StringBuilder/ StringBuffer
1. 首先String不属于8种基本数据类型,String是一个对象. 因为对象的默认值是null,所以String的默认值也是null:但它又是一种特殊的对象,有其它对象没有的一些特性. 2. ne ...
- JS中数组方法小总结
1.array.concat(item……) 返回:一个新数组 该方法产生一个新数组,它包含一份array的浅复制,并把一个或多个参数item附加在其后.如果参数item是一个数组,那么它的每个元素会 ...
- hadoop-2.3.0-cdh5.1.0完全分布式搭建(基于centos)
先参考:<hadoop-2.3.0-cdh5.1.0伪分布安装(基于centos)> http://blog.csdn.net/jameshadoop/article/details/39 ...
- 21 、GPD-PSL-VCF
https://genome.ucsc.edu/FAQ/FAQformat.html#format9 1.Variant Call Format(VCF) Example ##fileformat=V ...
- hdu1088
#include <stdio.h> #include <string.h> int main() { char s[10000]; int len; int cnt = 0; ...
- Netbeans使用UTF-8编码
如果要NetBeans用UTF-8对文件进行解码,需要修改配置文件,具体方法如下: 1. 找到你的Netbeans安装目录下的etc文件夹,如C:\Program Files\NetBeans 6.9 ...
- vue 报错 Uncaught (in promise) error
可尝试在then()后加上catch() ps:该图来自网络
- HTML5秘籍(第2版) 中文pdf扫描版
HTML5秘籍(第2版)共包括四个部分,共13章.第一部分介绍了HTML5的发展历程,用语义元素构造网页,编写更有意义的标记,以及构建更好的Web表单.第二部分介绍了HTML5中的音频与视频.CS ...
- OC官方文档翻译-Values-and-Collections-值与集合类型
查看全部文档翻译,请浏览https://github.com/L1l1thLY/Programming-with-Objective-C-in-Chinese,blog仅收录本人翻译的两章. 简述 O ...
- cf811C(预处理&dp)
题目链接: http://codeforces.com/problemset/problem/811/C 题意: 给一个有n个人排队上车,去相同地方的人要么坐在同一个车厢,要不就不上车,问最大舒适度和 ...