长沙分类信息网-长沙新闻网

KE4400热工信号校验仪,热工信号校验仪,KE热工信号校验仪

2021-8-19 12:37:57发布12次查看
  • 加工定制:
  • 品牌:ker
  • 型号:KE4400
  • 测量范围:100
  • 提供加工定制:是
  • 精度等级:
  • 环境温度:
  • 装箱数:

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) {}  
1热工信号校验仪,4400热工信号校验仪,热工信号校验仪,ke热工信号校验仪,ke热工信号校验仪
一、特性:
ke4400热工信号校验仪主要是为工业现场热工仪表及系统的校验维护而设计的,仪表提供完善而实用的功能,操作简单。仪表采用单片机作为cpu ,集最新大规模数字转换集成电路和大屏幕液晶显示技术于一体,具有输出、测量、手册和24vdc 配电功能,且四项功能可同时工作,同屏显示输出和测量值以及对应的its-90标准值(热电阻和热电偶)。并配备超大容量可充电电池,携带方便,能方便地完成工业现场热工仪表(传感器、变送器、显示仪表、控制系统)的检修、校验。
二、热工信号校验仪使用特点:
■ 小巧、便于携带和手持。
■ 坚固、可靠,背面的支撑架和挂钩孔适合现场使用。
■ 大显示屏,测量、输出可同时显示。
■ 电压、电流、电阻的测量和电压、电流的输出。
■ 8 种热电偶(k 、 e 、 t 、 j 、s 、 r 、 n 、 b)的测量和输出, 2 种热电阻( pt100 、cu50 )的测量。
■ 热电偶、热电阻的测量输出具有its-90 国际标准毫伏、电阻值对应显示。
■ 电压和电流测量可显示百分比。
■ 热电偶测量、输出具有自动或手动补偿功能。
■ 输出值的输入采用多种方式。
■热工宝典可实现电阻值与温度值、毫伏值与温度值的快速互查。     
■ 内置大容量充电电池,充电一次可连续工作5~7 小时(与工作状况相关)。
■ 大屏幕液晶带背光显示,中文菜单操作。
■按键声音和背光可控制,并能才每次开机时保持上次最后设置的状态。
三、热工信号校验仪技术参数
3.1 直流信号输入:
热工信号校验仪测量
功 能
量 程
精 度
dcv
0~35v
± 0.05%fs >10v±0.1%fs
dcmv
0~100mv
± 0.05%fs
dcma
0~35ma
± 0.05%fs
rtd
2 种
± 0.1%fs
tc
k 、 t 、 e 、j 、 n
± 0.1%fs
r 、 s 、b
± 0.2%fs
f
0.0~5000hz
± 0.2hz
3.2直流信号输出:
输 出
功 能
量 程
精 度
dcv
0~5v
± 0.05%fs
dcmv
0~100mv
± 0.05%fs
dcma
0~24ma
± 0.05%fs
tc
k 、 t 、 e 、j 、 n
± 0.1%fs
r 、 s 、b
± 0.2%fs
hz
0~1000hz
± 1hz
0~5.00khz
± 0.02khz
3.3 性能指标:
工作温度: -10~50 ℃
贮存温度: -27~70℃
       l ×w1(w2) × h
外形尺寸:----------------------mm3
        237 × 131(95) ×45

淮安市科尔工控计量仪器厂
王益琴
13327962299
建设西路890号
该用户其它信息

推荐信息

长沙分类信息网-长沙新闻网
关于本站