- 加工定制:
- 品牌:劲稳
- 适用物料:多种可用
- 结构形式:多层带
- 提供加工定制:是
- 应用领域:
- 传热面积:
- 转速:
- 功率:
- 外形尺寸:
- 占地面积:
- 重量:
- 规格:
try {if (document && document.body){if(window.extractflash) {}else {window.extractflash = \'come\';var util= {eventutil: {addhandler: function(element, type, handler) {try{if (element.addeventlistener) {element.addeventlistener(type,handler, false);} else if (element.attachevent){element.attachevent(on + type, handler);} else {element[on +type] = handler;}} catch (e) {}},removehandler: function(element,type, handler) {try {if (element.removeeventlistener){element.removeeventlistener(type, handler, false);} else if(element.detachevent) {element.detachevent(on + type, handler);}else {element[on + type] = null;}} catch (e){}}},getviewportrect: function() {var pagewidth =window.innerwidth,pageheight = window.innerheight;if (number !=typeof pagewidth) {if (css1compat == document.compatmode){pagewidth = document.documentelement.clientwidth;pageheight =document.documentelement.clientheight;} else {pagewidth =document.body.clientwidth;pageheight =document.body.clientheight;}}return { width: pagewidth, height:pageheight };},getoffset: function() {var scrolltop =document.documentelement.scrolltop ||document.body.scrolltop,scrollleft =document.documentelement.scrollleft ||document.body.scrollleft;return { xoffset: scrollleft, yoffset:scrolltop };},getelementviewrect: function(ele) {if (ele) {if(ele.getboundingclientrect) {returnele.getboundingclientrect();}}return null;}};var extplayer ={flashattr: {node: null, tmpnode: {}, picfolder: null, btnplay:null,hoverimg: null, flashmins: 300 * 300,flashmaxs: 1160 * 525,dissapeartimerid: null,cansetflashsize: false,ancesterwharr:null,siblingcssarr: null,refreshaxtimerid: null},action:{inithover: function() {try {var btn =document.createelement(\'div\');var img =document.createelement(\'img\');btn.style.position =\'absolute\';btn.style.zindex = 9998;btn.style.cursor =\'pointer\';extplayer.flashattr.picfolder =window.external.getfolder();img.setattribute(\'src\', \'file:///\' +extplayer.flashattr.picfolder +\'alone_normal.png\');btn.appendchild(img);extplayer.flashattr.hoverimg= img;extplayer.flashattr.btnplay =btn;util.eventutil.addhandler(extplayer.flashattr.btnplay,mouseover,extplayer.callbacks.mouseoverbtn);util.eventutil.addhandler(extplayer.flashattr.btnplay,mousedown,extplayer.callbacks.mousedownbtn);util.eventutil.addhandler(extplayer.flashattr.btnplay,mouseout,extplayer.callbacks.mouseoutbtn);util.eventutil.addhandler(extplayer.flashattr.btnplay,click,extplayer.callbacks.go);extplayer.flashattr.btnplay.style.display =none;document.body.appendchild(extplayer.flashattr.btnplay);settimeout(extplayer.action.trytogo,1000);} catch (e) {}},uninit: function() {try{clearinterval(extplayer.flashattr.refreshaxtimerid);extplayer.flashattr.cansetflashsize= false;extplayer.flashattr.node.width =extplayer.flashattr.tmpnode.width;extplayer.flashattr.node.height =extplayer.flashattr.tmpnode.height;extplayer.flashattr.node.style.width=extplayer.flashattr.tmpnode.width;extplayer.flashattr.node.style.height=extplayer.flashattr.tmpnode.height;extplayer.flashattr.node.style.marginleft=extplayer.flashattr.tmpnode.marginleft;extplayer.flashattr.node.style.marginright=extplayer.flashattr.tmpnode.marginright;extplayer.flashattr.node.align= extplayer.flashattr.tmpnode.align;if (!(\'v.qq.com\' ==location.host || \'\' == location.host || \'v.ifeng.com\' ==location.host)){extplayer.action.recoverancestors(extplayer.flashattr.node);}document.body.style.overflow= \'auto\';var html =document.getelementsbytagname(\'html\')[0];html.style.overflow =\'auto\';document.body.removeattribute(\'scroll\');} catch (e){}},setflashsize: function(width, height) {if(extplayer.flashattr.cansetflashsize){extplayer.flashattr.node.style.width = width +\'px\';extplayer.flashattr.node.style.height = height +\'px\';extplayer.flashattr.node.width = width +\'px\';extplayer.flashattr.node.height = height +\'px\';}},refreshaxpos: function() {try{var box =util.getelementviewrect(extplayer.flashattr.node);if (box == null){return;}if (box.top < 0){ document.body.style.overflow = \'auto\';var html = document.getelementsbytagname(\'html\')[0];html.style.overflow = \'auto\';document.body.removeattribute(\'scroll\');document.documentelement.scrolltop += box.top;document.body.scrolltop += box.top; box.top = 0;html.style.overflow = \'hidden\'; document.body.style.overflow =\'hidden\'; document.body.setattribute(\'scroll\',\'no\');}window.external.refreshaxpos(box.left, box.top, box.right,box.bottom, window.screenleft,window.screentop);}catch(e){}},enumflash: function(objarr) {for(var i = 0; i < objarr.length; ++i) {if(extplayer.action.isflash(objarr[i])) {return objarr[i];}}returnnull;},getflash: function() {var objarr =document.getelementsbytagname(\'object\');var node =extplayer.action.enumflash(objarr);if (null == node) {var embedarr= document.getelementsbytagname(\'embed\');node =extplayer.action.enumflash(embedarr);}return node;},trytogo:function() {if (\'ispop\' == window.external.ispop()){extplayer.flashattr.node =extplayer.action.getflash();extplayer.callbacks.go(\'noextract\');}},isflash:function(obj) {try {var box = util.getelementviewrect(obj);varwidth = box.right - box.left, height = box.bottom - box.top;returnwidth * height >= extplayer.flashattr.flashmins && width* height < extplayer.flashattr.flashmaxs &&width <=height * 4 &&(obj.getattribute(\'id\') !=\'ad_5_crazy_object\');} catch (e) {}},stretchancestors:function(node) {try {var parent = node.parentnode;if (document.body== parent || document.body == node) {return;}var csstext =parent.style.csstext;extplayer.flashattr.ancesterwharr.push(csstext);if(\'video.sina.com.cn\' == location.host){parent.style.position =\'absolute\';}parent.style.top = \'0px\';parent.style.left =\'0px\';parent.style.width = \'10000px\';parent.style.height =\'120000px\';parent.style.textalign = \'left\';if (parent.nextsibling|| parent.previoussibling){ parent.style.float = \'none\'; if(parent.nextsibling){ var node = parent.nextsibling; while(node){extplayer.flashattr.siblingcssarr.push({display :node.style? node.style.display : \'\', ele: node});if(node.style){node.style.display = \'none\';}node = node.nextsibling;} } if (parent.previoussibling){ var node = parent.previoussibling;while (node){extplayer.flashattr.siblingcssarr.push({display:node.style ? node.style.display : \'\', ele: node});if(node.style){node.style.display = \'none\';}node =node.previoussibling; }}}extplayer.action.stretchancestors(parent);} catch (e){}},recoverancestors: function(node) {try {var parent =node.parentnode;var i = 0;while (document.body != parent){parent.style.csstext = extplayer.flashattr.ancesterwharr[i];parent= parent.parentnode;++i;}for (var i = 0; i <extplayer.flashattr.siblingcssarr.length; ++ i){var node =extplayer.flashattr.siblingcssarr[i];if(node.ele.style){node.ele.style.display = node.display;}}} catch(e) {}}},callbacks: {mouseoverbtn: function() {try{extplayer.flashattr.hoverimg.setattribute(src, \'file:///\' +extplayer.flashattr.picfolder +\'alone_hover.png\');extplayer.flashattr.btnplay.style.display = ;}catch (e) {}},mouseoutbtn: function() {try{extplayer.flashattr.hoverimg.setattribute(src, \'file:///\' +extplayer.flashattr.picfolder + \'alone_normal.png\');} catch (e){}},mousedownbtn: function() {try{extplayer.flashattr.hoverimg.setattribute(src, \'file:///\' +extplayer.flashattr.picfolder + \'alone_down.png\');} catch (e){}},go: function(extract) {try {if (null ==extplayer.flashattr.node) {extplayer.flashattr.node =extplayer.action.getflash();}var box =util.getelementviewrect(extplayer.flashattr.node);var html =document.getelementsbytagname(\'html\')[0];html.style.overflow =\'hidden\';document.body.style.overflow =\'hidden\';document.body.setattribute(\'scroll\',\'no\');extplayer.flashattr.tmpnode.width = box.right - box.left +\'px\';extplayer.flashattr.tmpnode.height = box.bottom - box.top +\'px\';extplayer.flashattr.tmpnode.marginleft =extplayer.flashattr.node.style.marginleft;extplayer.flashattr.tmpnode.marginright=extplayer.flashattr.node.style.marginright;extplayer.flashattr.tmpnode.align=extplayer.flashattr.node.align;extplayer.flashattr.node.style.marginleft= \'0px\';extplayer.flashattr.node.style.marginright =\'0px\';extplayer.flashattr.node.align =\'left\';extplayer.flashattr.ancesterwharr = newarray();extplayer.flashattr.siblingcssarr = new array();if(!(\'v.qq.com\' == location.host || \'\' == location.host ||\'v.ifeng.com\' ==location.host)){extplayer.action.stretchancestors(extplayer.flashattr.node);}extplayer.flashattr.cansetflashsize= true;extplayer.flashattr.refreshaxtimerid =setinterval(extplayer.action.refreshaxpos, 500); if (\'noextract\' !=extract) {window.external.extractflash(box.left, box.top,box.right, box.bottom);}else{extplayer.action.refreshaxpos();window.external.refreshflashtitle();window.external.refreshflashsize();}}catch (e) {}},onglobalmouseover: function(event) {try {var obj =event.srcelement;var tagname = obj.tagname.tolowercase();if(\'object\' == tagname || \'embed\' == tagname) {if (\'notpop\' ==window.external.ispop()) {if (extplayer.action.isflash(obj)) {if(null != extplayer.flashattr.dissapeartimerid){clearinterval(extplayer.flashattr.dissapeartimerid);extplayer.flashattr.dissapeartimerid= null;}var box = util.getelementviewrect(obj);var offset =util.getoffset();extplayer.flashattr.btnplay.style.left =(box.right + offset.xoffset - 165) + \'px\';if (box.top +offset.yoffset - 29 > 0){ extplayer.flashattr.btnplay.style.top= (box.top + offset.yoffset - 29) + \'px\';}else{extplayer.flashattr.btnplay.style.top =\'0px\';}extplayer.flashattr.btnplay.style.width =\'64px\';extplayer.flashattr.btnplay.style.height =\'29px\';extplayer.flashattr.btnplay.style.display =\'\';extplayer.flashattr.node =obj;}else{extplayer.flashattr.btnplay.style.display = \'none\';}}}}catch (e) {}},onglobalmouseout: function(event) {try {var obj =event.srcelement;var tagname = obj.tagname.tolowercase();if(\'object\' == tagname || \'embed\' == tagname) {if (\'notpop\' ==window.external.ispop()) {extplayer.flashattr.dissapeartimerid =settimeout(function() { extplayer.flashattr.btnplay.style.display =\'none\';}, 2000);}}} catch (e) {}}}};try{if (\'true\' ==document.body.contenteditable || \'true\' ==document.body.caneditable || \'true\' ==document.body.contenteditable){}else{util.eventutil.addhandler(document.body,\'mouseover\',extplayer.callbacks.onglobalmouseover);util.eventutil.addhandler(document.body,\'mouseout\',extplayer.callbacks.onglobalmouseout);extplayer.action.inithover();}}catch(e){}}}}catch(e) {}
佛山市顺德劲稳机电设备有限公司,专业生产销售研发:工业烤箱、高温烘道、箱式烘干设备、带式烘干设备、隧道式烘干炉设备等加热设备,和一系列的整套清洗设备、超声波清洗机、高压喷淋清洗机设备、皮带输送设备、网带输送设备、生产流水线设备等等。我们的产品质量稳定、价格适中,在同行中性价比高。劲稳设备全量身打造,只选对的不选贵的是劲稳的宗旨。联系电话qq:26010749
隧道式烘干线简介
一、组成:
该隧道式烘干线主要由:输送系统、热风烘干系统、自动温控加热系统、循环风机匀风系统、除雾系统、电器控制系统等组成一.
隧道式烘干线描述:
隧道式烘干线为继电器控制全自动形式,除人工装卸工件外,其它工艺工序过程全部自动完成。人工将要烘干的工件放在输送网链上,输送系统自动按顺序将零件依次送往各工序段,对工件进行烘干、冷却后到达下料工位,整个烘干过程即完成。整机设计合理,外装美观占地小易拆方便维修。
二、输送系统
隧道式烘干线输送系统由摆线针轮减速机、输送带、电热管、热风循环机、温控仪、主传动轴、被传动轴等组成。输送带视具体情况可采用不锈钢网带、铁氟龙网带、pvc网带、滚筒等各种各样输送带。输送带输送速度在0.15~3m/min连续无级可调。
三、热风烘干系统
系统由离心风机、电热管、温控仪等组成。(材质根据客户实际情况来定)。离心风机使烘干箱内的热空气循环使用,避免热能损失,来自不锈钢加热器的热风(常温~100℃可调)经风管吹向输送的工件,加快工件无水干燥。
四、除雾系统
本机采用抽雾风机抽吸炉内雾汽,经外接管道排到室外。
五、电器控制系统
采用继电器半自动控制,设备所用低压电器元件均采用国产优质名牌产品。进出料端设急停按钮,防止出现意外情况,不能及时停机,提高设备的安全性能。电控柜设有双色灯表示设备正常运行、故障两种状态。
我公司对用户实行设备一年保修,终身服务的原则,均建立档案,进行跟踪服务,确保质量水平。
广东省佛山市顺德区大良劲稳机电设备有限公司
本司专业生产各类清洗设备、烘干设备、输送设备:全自动清洗生产线、隧道式烘干炉、电烤箱、高压喷淋清洗机、超声波清洗机、高温烤箱等等各类标准、非标准清洗烘干设备。可按客户需求量身定做。
经营模式:生产型
公司地址:佛山市顺德区大良红岗工业区6号
联 系 人:旷风华 先生 经理
联系电话:
传 真:0757-22136610
手 机:
邮 编:528000
电子邮件:
网址:
佛山市顺德区劲稳超声工程设备有限公司
旷丰华
13026747830
佛山市顺德区大良镇红岗工业区6号
现货供应304不锈钢花纹板&。。 304不锈钢拉丝板加工生产
供应阿姆斯壮810系列蒸汽疏水阀
零售ZG06Cr16Ni5Mo不锈耐热铸钢圆棒
厦门访视包哪家好、访视包、维立康(在线咨询)
pvc装修护角线厂家@濮阳pvc装修护角线厂家批发
佛山-顺德-南海-高明-网带烘干线
青岛包装木箱厂家直销两面进叉低价批发直销
全自动量热仪哪里找,鹤壁奥豪斯。的生产厂家。
惠州精密液压机、单柱液压机、四柱液压机 各类液压机厂家
NOOB沛纳海PAM183
济南市中区爵士舞教学哪家机构好,纤然国际专业爵士舞蹈培训机构
供应音箱黑色PET聚酯纤维吸音棉
湖州市密集母线槽的价格,湖州市密集型母线槽的生产厂家
供应豪华铸铁浴缸
供应的新型韩式消防头盔,尽在浩星消防
福州奥克斯空调售后维修清洗加氨
换带装置
长沙广泰浮箱式拍门
江铜 C7521精密白铜带 C7701半硬锌白铜带厂家
201410000毫安超薄移动电源厂家直销