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语句 被拦截了, ...
随机推荐
- HDU1247(经典字典树)
Hat’s Words Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total ...
- 【转】 Pro Android学习笔记(十九):用户界面和控制(7):ListView
目录(?)[-] 点击List的item触发 添加其他控件以及获取item数据 ListView控件以垂直布局方式显示子view.系统的android.app.ListActivity已经实现了一个只 ...
- linux命令-tar打包和压缩并用
tar在打包的时候进行压缩 支持 gzip bzip2 xz 格式 -z gzip格式 -j bzip2格式 -J xz格式 压缩打包 [root@wangshaojun ~]# tar -zc ...
- fedora18下安装chrome
——杂言:这个fedora18是之前装着玩的,原本用的firefox来调试网站页面的,但是因为fedora上没有安装flash,以及一些其他plugin,所以还是没忍住装了chrome,一劳永逸,也好 ...
- 【总结整理】JQuery基础学习---样式篇
进入官方网站获取最新的版本 http://jquery.com/download/ 中文 https://www.jquery123.com/ <!--JQuery:轻量级的JavaScr ...
- ASP.NET 调试出现<%@ Application Codebehind="Global.asax.cs" Inherits="XXX.XXX.Global" Language="C#" %>
ASP.NET 调试出现<%@ Application Codebehind="Global.asax.cs" Inherits="XXX.XXX.Global&q ...
- mac 创建快捷方式
一.替身文件 mac上有个功能叫“制作替身”.使用 ⌘+⇧+鼠标左键拖拽 可以生成一个文件的替身文件.此替身文件相当于windows的快捷方式. 二.link文件 link文件也可以做快捷方式.还 ...
- OpenGL — GLFW — 颜色
OpenGL - GLFW - 颜色 参考教程:https://learnopengl-cn.readthedocs.io/zh/latest/02%20Lighting/01%20Colors/ 既 ...
- R: 导入 csv 文件,导出到csv文件,;绘图后导出为图片、pdf等
################################################### 问题:导入 csv 文件 如何从csv文件中导入数据,?参数怎么设置?常用参数模板是啥? 解决方 ...
- PandaSeq安装报错ltld required, install libtool library
PandaSeq安装 $ ./autogen.sh && ./configure && make && sudo make install PandaS ...