Great Wall CZS Cone Crusher Machine


bb

CZS Cone Crusher Machine

CZS Cone Crusher Machine Usage and Application
CZS high efficiency  cone crusher is a high-performance models optimized and improved on the basis of PY series Spring Cone Crusher. It is widely used for secondary and fine crushing in mining, building materials, metallurgy and so on. It can crush materials with middle and high hardness, such as metal ore, basalt, granite, limestone, cobblestone, sandstone and so on.
CZS Cone Crusher Working Principle
When the  cone crusher works, the motor drives the drive shaft through the pulley and V-belt .The drive shaft and a pair of bevel gear make the eccentric sleeve rotating and this makes the cone axis swing, so sometimes the crushing wall is near the rolling mortar wall, but sometimes they are far away from each other. Stones in the crushing cavity are extruded, impacted, and boned continuously, finally they are crushed.
  CZS Cone Crusher Features
1. Unique dustproof and sealing structure
2. The key parts are made of special materials
3. With long crushing arm, big stoke, strong crushing and high capacity
4. Adopting hydraulic chamber cleaning system, easy operation and reduce machine downtime
5. With reliable performance, low investment cost and long service life of quick-wear parts
Services
1.Pre-sales Service 
Offering comprehensive technical and business consultation services;  
Proposing the most suitable scheme and equipment for our clients;
Designing and fabricating targeted products according to the special requirements of clients;   
Training periodically high qualified service technician.
After-sales Service  
Highly inspecting equipments in every working procedure, quality comes first;  Fast & Safe Delivery;   
Assisting our clients for foundation construction of equipments;    
Dispatching engineers to install and debug equipments;   
Training the first-line operators on site;   
Regularly visit clients to solve production problems;  
Providing life-long maintenance service;  
Providing technical exchanging; 
About Us
With more than twenty years' history, Zhengzhou Great Wall Heavy Industry Machinery Co.,Ltd. is a manufacture which specialized in R&D, manufacturing and selling big and middle size heavy industry machinery. Since establishment, we make a good image in the market with scientific management, qualified products and perfect service.
Our main products are crushers, grinding mills, other equipments for crushing plant and grinding plant, as well as building construction equipments. They are widely used in mining, building material, metallurgy, chemical, traffic, reservoir and so on. Our products are not only sold well in more than twenty provinces and cities in China, but also in tens of countries and regions in Eastern Europe, Middle East, Asia, Africa, North America, South America, and Oceania.
Now we have domestic top ranking production equipments and precise testing instrument, each process of products is strictly inspected to guarantee the products to achieving high ex-factory standard. Besides, we cooperate with many famous universities and scientific research institutions, so that can make technical warrantee for the products in it's developing, updating and improving.
"persons of ability guarantee the quality". Our company takes in persons of ability and gives training to the staffs annually to their quality and skill to meet the development of the company.
With the right of importing and exporting, the company owns an international trading department which is specialized in sales and exports, we provide the best service to the foreign clients.
During the past years, we stick to "honest, truth-seeking, innovation and hard working". To keep "Great Wall" brand, we will improve ourselves and try our best to make perfect products and the best service.
Related Products
http://www.greatwallmill.com/
http://www.greatwallcrusher.com/
http://www.rockcrusher.net.cn/
http://www.greatwall-mill.com/
http://www.greatwall-machinery.com/
http://www.greatwallmills.com/
http://www.great-wall-mill.com/
http://www.china-crusherinc.com/
http://www.dieselmotorcrusher.com/
http://www.china-stone-crusher.com/
http://www.cn-jawcrusher.com/
http://www.great-wall-cone-crusher.com/
http://www.smallcrusher.cn/
http://www.dieselmotorcrusher.com/
http://www.china-stone-crusher.com/
http://www.cn-jawcrusher.com/
http://www.great-wall-cone-crusher.com/
http://www.smallcrusher.cn/
E-mail:greatwallgroups@163.com
Copyright Statement
The ownership of all the information including the photos and product specifications belongs to Great Wall Heavy Industry, If reproduced, please indicate the original source and the statement of the enterprise,  any infringement may lead to the civil,administrative or criminal responsibility.

fj.pngCZS Cone Crusher.jpg

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/28840624/viewspace-761650/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/28840624/viewspace-761650/

#include"reg52.h" #include"math.h" #define uchar unsigned char #define uint unsigned int #define key P1 #define duan P0 #define wei P2 sbit buzzer = P3^7; uchar num, temp, num1, i = 0; long bczs = 0, czs = 0, jiguo = 0, jiguo1 = 0; uchar czs12 = 1; uchar yiweiflag, qinflag; // 0~9, ?, ??( uchar code shuzi[12] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x80, 0x90, 0xff, 0xbf}; // P2.4 - P2.7, uchar code weizi[4] = {0x10, 0x20, 0x40, 0x80}; uchar code error[6] = {0xaf, 0xc0, 0xaf, 0xaf, 0x86, 0xff};//error(???????) // ????,4 ??????,??? 4 ?????(?? 0 ??,1 - 4 ?? 4 ?) uchar playshuzu[5], fuhao; uchar temp1[8], mm[4], temp2[8]; uchar zhi, weishu = 0; void init(); //????? uchar keyscan(); uchar scanzhi(); void display(); void duzhichuli(); void zhuandisplayjiguo(); void jiafa(); void jianfa(); void chengfa(); void chufa(); void qin(); void displayerror(); void main() { init(); display(); while(1) { duzhichuli(); } } void init() { uchar i; czs12 = 1; yiweiflag = 1; qinflag = 0; duan = shuzi[0]; wei = weizi[0]; playshuzu[1] = shuzi[0]; for (i = 2; i < 5; i++) playshuzu[i] = shuzi[10]; bczs = 0; czs = 0; jiguo = 0; jiguo1 = 0; } void delay(uint x) { uchar y; for(x;x>0;x--) for(y=112;y>0;y--); } uchar keyscan() { unsigned char recode,i,j; for(i=0;i<4;i++) { P1=~(0x01<<i); recode=P1>>4; if(recode<0x0f) { for(j=0;j<4;j++) {if(!(recode&0x01<<j))break;} return (i<<2)+(j+1); } delay(5); } return 0; } uchar scanzhi() { uchar zhi,k; k=keyscan(); switch(k) { case 0: zhi=27;break; case 1: zhi=7;break; case 2: zhi=8;break; case 3: zhi=9;break; case 4: zhi=24;break; // / case 5: zhi=4;break; case 6: zhi=5;break; case 7: zhi=6;break; case 8: zhi=23;break; //* case 9: zhi=1;break; case 10: zhi=2;break; case 11: zhi=3;break; case 12: zhi=22;break; //- case 13: zhi=26;break; //nc case 14: zhi=0;break; case 15: zhi=25;break; //= case 16: zhi=21;break; //+ } return(zhi); } void duzhichuli() { uchar tt,u; tt=scanzhi(); if(tt!=27) { buzzer=0; if(tt<=9) { if(qinflag==1) qin(); qinflag=0; if(yiweiflag!=1) { for(u=6;u>1;u--) { playshuzu[u]=playshuzu[u-1]; } } yiweiflag=0; playshuzu[1]=shuzi[tt]; if(czs12==1) bczs=bczs*10+tt; if(czs12==2) czs=czs*10+tt; } if(tt>20) { switch(tt) { case 21: jiafa();break; //+ case 22: jianfa();break; //- case 23: chengfa();break; //* case 24: chufa();break; case 25: zhuandisplayjiguo();break; //= case 26: init();break; //nc } } } while(tt!=27) { buzzer=0; tt=scanzhi(); delay(1); if(tt==27) goto chu; } chu: delay(1); buzzer=1; } void display() { TMOD = 0x01; TH0 = (65536 - 1000) / 256; TL0 = (65536 - 1000) % 256; EA = 1; ET0 = 1; TR0 = 1; } void TIME0(void) interrupt 1 { TH0 = (65536 - 1000) / 256; TL0 = (65536 - 1000) % 256; i++; if (i == 5) i = 1; wei = weizi[i - 1]; duan = playshuzu[i]; } void zhuandisplayjiguo() { uchar i, k; long ttt; for (i = 1; i < 5; i++) playshuzu[i] = shuzi[10]; switch (fuhao) { case 1: jiguo = bczs + czs; break; case 2: jiguo = bczs - czs; break; case 3: jiguo = bczs * czs; break; case 4: jiguo = bczs / czs; break; case 0: jiguo = jiguo1; break; } fuhao = 0; ttt = jiguo; jiguo1 = jiguo; k = 1; for (i = 1; i <= 4; i++) { if (ttt / 10 != 0) k++; ttt = ttt / 10; } if (k > 4) { displayerror(); return; } for (i = 4; i > k; i--) { playshuzu[i] = shuzi[10]; } if (jiguo < 0) { jiguo = fabs(jiguo); playshuzu[k + 1] = shuzi[11]; } for (i = 1; i <= k; i++) { playshuzu[i] = shuzi[jiguo % 10]; jiguo = jiguo / 10; } } void qin() { uchar i; yiweiflag = 1; playshuzu[1] = shuzi[0]; for (i = 2; i < 5; i++) playshuzu[i] = shuzi[10]; } void displayerror() { uchar i; for (i = 1; i <= 4; i++) playshuzu[i] = error[i - 1]; } void jiafa() //+ { qinflag=1; if(jiguo1!=0) bczs=jiguo1; czs=0; czs12=2; fuhao=1; //+ } void jianfa() { qinflag=1; if(jiguo1!=0) bczs=jiguo1; czs=0; czs12=2; fuhao=2; //- } void chengfa() { qinflag=1; if(jiguo1!=0) bczs=jiguo1; czs=0; czs12=2; fuhao=3; } void chufa() { qinflag=1; if(jiguo1!=0) bczs=jiguo1; czs=0; czs12=2; fuhao=4; } void Beep(void) { buzzer = 0; delay(50); buzzer = 1; }运行过程中出现数码管只亮很短时间就再也不亮,你修改代码
07-09
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符  | 博主筛选后可见
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值