佛山工业烤箱

  • 加工定制:
  • 品牌:劲稳
  • 型号:jw100-a
  • 功率:4000-24000
  • 材质:不锈钢、镀锌板
  • 温度范围:1-300
  • 主要用途:烘干 脱水
  • 产品认证:

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
产品描述
工业烤箱:
该系列烤箱使用方便,设备实用且功能性强,价格合理。可按客户要求定制烘箱、隧道炉、快速高温冲击、高温老化箱等其它温度控制产品.
该烤箱适用于大多数的工业用途:加热,脱气,烤漆,聚合,预热,固化,干燥,回火,稳定性实验,硫化,测试,等等。
所有的工业用的烤箱都有强劲的通风效果,确保温度的准确性和均匀性。
操作环境:
精密的温度设计,因为生产工艺的不同,造型时最高温度可选择200℃或300℃。温度浮动值:小于±0.2℃。温度的空间变化:105度时小于±1.2℃,200度时小于±2.5℃(测试方法,根据欧盟国际nfc15-140标准,用9条传感器对不同的点进行两个小时的测试。)
构造:
8种不同尺寸的烤箱体积从125升到2520升,除了型号为xl0686,xl1400,xl1800,xl2520的烤箱的控制面板是置于左手边外,其他型号的烤箱的控制面板都放于烤箱顶部,用于减小烤箱的尺寸,优化烤箱的结构。内胆采用耐腐性强的优质不锈钢材料,内部抛光。外壳采用冷轧钢板,用环氧树脂烤漆而成。(颜色是ral7035的浅灰)内胆和外壳无任何接触,优质的隔热保温层有效地减少热散失。外箱和内胆由岩棉隔离,隔离层达110毫米厚,保证了热量的有效控制,外部的低温和卓越的保温功能。隔离材料和垫片不含石棉。右边开门,门由天地插销两点式关闭。
内部风扇的空气循环:
烤箱为风扇强制循环模式,高速的气流加快了干燥的速度,也使烤箱内的温度分布加快均匀。离心式的鼓风机安装在烤箱的顶部,与工作室之间采用不锈钢挡板隔离。空气从烤箱的顶部到中心进入风扇,经过温度传感器和被包覆的加热原件。加热的空气分布在烤箱的顶部通过风扇再循环。空气循环不可停止,但可以安装一个变速器用于调节空气循环的速度。
废气的排除,新鲜空气的供给:
空气在进入内腔之前,通过通风孔预热设置一个直径为60,80或者100毫米的废气排气口(可在样品中选择),通过可调节阀控制排放。可增加一个排气风机作为选择,用于加速废气排放。还可添加抗灰尘空气过滤器。
温度的控制与安全:
温度传感器是一个j型热电偶,温度是由精确的微处理器的芯片处理器控制,保持了高度的准确性,防止超过温度设定。独立的温控器可调节过温保护的上限,这为设置提供了2.1级标准的保护。自动调谐的pid数字控制器,数字显示设定和实际温度值以及加热指示灯。控制版面上有开关按钮,当故障指示灯亮时表示安全保护装置开始工作。
广东省佛山市顺德区大良劲稳机电设备有限公司
    本司专业生产工业烤箱、隧道式烘干炉、高压喷淋清洗机、超声波清洗机、恒温鼓风烤箱、网带烘干线、皮带输送机、组装生产线、全自动清洗生产线等各类标准、非标准烘干清洗设备,可按客户需求量身定做。
经营模式:生产型
公司地址:佛山市顺德区大良红岗工业区6号
联 系 人:旷风华 先生 经理
联系电话:
传 真:0757-22136610
手 机:
邮 编:528000
电子邮件:
网址:

佛山市顺德区劲稳超声工程设备有限公司
旷丰华
13026747830
佛山市顺德区大良镇红岗工业区6号