function start() { document.getElementById("Button1").disabled = true; document.getElementById("Button1").value = 5; window.setTimeout("tick()",1000); } function tick() { var time = new Number(document.getElementById("Button1").value); if(time>0) { document.getElementById("Button1").value = time-1; window.setTimeout("tick()",1000); } else { document.getElementById("Button1").disabled = false; } } function ssClick() { var cx = document.searchform.keys.value; searchform.action ="slist.asp?keys="+cx; }
start();
首页 /

影像测量仪器 5

  • 型号:Venture Plus
    Venture Plus自动影像测量仪采用—个花岗岩横杆,从而增加测量准确性。这样可确保机器能随着温度变化发生均匀膨胀和收缩,将变形和误差降低
    了解更多
  • 型号:Baty R14
    Baty R14卧式投影仪镜头可放大10x, 20x, 25x,50x和100x,T型夹槽可灵活装卸各种夹具。
    了解更多
  • 型号:BATY R400
    BATY R400轮廓投影仪配置自动寻边功能,使操作简单快速,消除人为测量误差。
    了解更多
  • 型号:Baty R600
    Baty R600测量投影仪拥有最大100x的镜头放大倍数,水平可调节光源可为大机器或转动工件提供理想投影照。
    了解更多
  • 型号:Baty SM350
    Baty SM350台架式影像投影仪配置有—个大型、重载、高精密工作台,测量范围可达250mm×125mm.测量分辨率可达0 5微米。
    了解更多
  • 型号:SM20
    英国Baty SM20进口落地式测量投影仪测量范围可达250mmx125mm,而测量分辨率可达0.5微米
    了解更多
在线咨询 电话联系
var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?2411464452ad3a9d5e51c039b84d07d8"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); window.onscroll=function(){ var t=document.documentElement.scrollTop||document.body.scrollTop; var div2=document.getElementById("div2"); if(t>= 1000){ div2.className = "div2_1"; }else{ div2.className = "div2"; } }