<!DOCTYPE html>
<html lang="zh-CN">
  <head>
<link rel="canonical" href="http://www.jiachenyq.com/SonList-2594562.html" />

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
	<meta name="renderer" content="webkit|ie-comp|ie-stand">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <TITLE>探伤仪-河南嘉宸仪器设备有限公司</TITLE>
<META NAME="Description" CONTENT="河南嘉宸仪器设备有限公司专业供应销售探伤仪系列产品,公司具有良好的市场信誉,专业的售后和技术服务团队,凭借多年不断技术创新,迎得了客户的认可,欢迎来电来涵洽谈合作！">
<META NAME="Keywords" CONTENT="探伤仪">
	
    <link type="text/css" rel="stylesheet" href="/skins/654142/css/swiper.min.css">
    <link href="/skins/654142/css/style.css" rel="stylesheet">
    <script src="/skins/654142/js/jquery-3.6.0.min.js"></script>
    <script type="text/javascript" src="js/setRem.js"></script>
    <script src="/skins/654142/js/swiper.min.js"></script>
    <!--导航当前状态 JS-->
	<script language="javascript" type="text/javascript"> 
        var nav= '3';
    </script>
    <!--导航当前状态 JS END--> 
  <link rel="shortcut icon" href="/skins/654142/favicon.ico">
<script type="application/ld+json">
{
"@context": "https://ziyuan.baidu.com/contexts/cambrian.jsonld",
"@id": "http://www.jiachenyq.com/SonList-2594562.html",
"title": "探伤仪-河南嘉宸仪器设备有限公司",
"upDate": "2025-06-22T21:10:05"
    }</script>
<script language="javaScript" src="/js/JSChat.js"></script><script language="javaScript">function ChatBoxClickGXH() { DoChatBoxClickGXH('https://chat.chem17.com',657784) }</script><script>!window.jQuery && document.write('<script src="https://public.mtnets.com/Plugins/jQuery/2.2.4/jquery-2.2.4.min.js">'+'</scr'+'ipt>');</script><script type="text/javascript" src="https://chat.chem17.com/chat/KFCenterBox/654142"></script><script type="text/javascript" src="https://chat.chem17.com/chat/KFLeftBox/654142"></script><script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
</head>
  
<body>
<header id="header" class="top">
  <div class="container clear clearfix">
      <div class="logo fl"><a href="/"><img src="/skins/654142/images/logo.jpg" alt="探伤仪"></a></div>
      <div class="ly_tel">
            <span>24小时咨询热线：</span>
            <p>15638801711</p>
        </div>
      
      <div class="logo_desc">
      	
        <div class="h_search">
            <form class="form1 clear clearfix" name="form1" method="post" action="/products.html">
                 <input name="keyword" class="form_text1" type="text" value="" placeholder="输入产品关键字" maxlength="50" autocomplete="off">
                 <input class="form_button1" name="submit" type="submit" value="">
            </form>
        </div>
      </div>
  </div>
</header>

<div class="ly_nav">
<div class="container">
    <div class="menu_open">
        <i></i>
        <i></i>
        <i></i>
    </div>
    <div class="nav">
        <ul class="nav_ul clearfix">
            <li class="nav_item"><a id="navId1" href="/">首页</a></li>
            <li class="nav_item"><a id="navId2" href="/aboutus.html"  rel="nofollow">关于我们</a></li>
            <li class="nav_item"><a id="navId3" href="/products.html">产品中心</a><i></i>
              <ul class="nav_item_open">
                  <li class="subopen"><a href="javascript:;">产品中心</a></li>
                   
                  <li class="nav_item2"><a href="/ParentList-2583921.html">无损检测仪器</a></li>
                  
               </ul>
            </li>
            <li class="nav_item"><a id="navId4" href="/news.html">新闻资讯</a><!--<i></i>--></li>
            <li class="nav_item"><a id="navId5" href="/article.html">技术文章</a></li>
            <li class="nav_item"><a id="navId8" href="/down.html" rel="nofollow">资料下载</a><!--<i></i>--></li>
            <li class="nav_item"><a id="navId6" href="/contact.html" rel="nofollow">联系我们</a><i></i>
            	<ul class="nav_item_open">
                    <li class="subopen"><a href="javascript:;" rel="nofollow">联系我们</a></li>
                    <li class="nav_item2"><a href="/contact.html" rel="nofollow">联系方式</a></li>
                    <li class="nav_item2"><a href="/order.html" rel="nofollow">在线咨询</a></li>
                </ul>
            </li>
        </ul>
    </div>
    <div class="hcover"></div>
    </div>
</div>

<script type="text/javascript">
	$(function () {
		$(".menu_open").click(function () {
			$(".nav").animate({ 'left': '0' }, 400);
			$(".hcover").animate({ 'right': '0' }, 400);
		});
		$(".hcover").click(function () {
			$(this).animate({ 'right': '-50%' }, 400);
			$(".nav").animate({ 'left': '-50%' }, 400);
			$(".nav_ul").animate({ 'left': '0' }, 400);
			$('.nav_item_open').css('left', '-50%');
		});
		$(".nav_item i").click(function () {
			$(".nav_ul").animate({ 'left': '-100%' }, 400);
			$(this).next('.nav_item_open').css('left', '0');
		});
		$(".subopen").click(function () {
			$(this).parent('.nav_item_open').css('left', '-50%');
			$(".nav_ul").animate({ 'left': '0' }, 400);
		});

	});
</script>
<script language="javascript" type="text/javascript">
    try {
        document.getElementById("navId" + nav).className = "active";
    }
    catch (e) { }
  </script>

<script src="http://www.chem17.com/mystat.aspx?u=Ch15638801711"></script>

<!--banner begin-->
<section class="ny_banner">
    <div class="slideshow" style="background-image: url(/skins/654142/images/ny_banner1.jpg)"></div>
</section>
<!--banner end-->

<!--center begin-->
<section class="ny_wrap_content">
	
    <div class="ny_nav">
    	<div class="container clear clearfix">
            <div class="bread_nav">
		<i class="iconfont"></i>
		<a href="/">首页</a> > 
		<a href="/products.html">产品中心</a> > 
		<a href="/ParentList-2583921.html" title="无损检测仪器">无损检测仪器</a> >探伤仪
	    </div>
        </div>
    </div>

	<div class="container clear clearfix">
    
        <section class="ny_wrap_left">
        
        <!--产品目录 begin-->
        <section class="pro_mulu_wrap">
            <div class="c_tlt">
            	<img src="/Skins/654142/images/icon01.png" />
                <p>产品中心</p><span>CLASSIFICATION</span>
            </div>
            <div class="pro_mulu pro_mulu_index">
                <ul>
                    
                    <li>
                        <p>
                            <a href="/ParentList-2583921.html">无损检测仪器</a>
                            <span></span>
                        </p>
                        <div>                        
                            
                            <a href="/SonList-2597319.html">水分测定仪</a>
                            
                            <a href="/SonList-2597318.html">白度计</a>
                            
                            <a href="/SonList-2597258.html">测力仪</a>
                            
                            <a href="/SonList-2594562.html">探伤仪</a>
                            
                            <a href="/SonList-2590260.html">推拉力计</a>
                            
                            <a href="/SonList-2585777.html">硬度计</a>
                            
                            <a href="/SonList-2585725.html">光泽度 透光率仪</a>
                            
                            <a href="/SonList-2585696.html">色差仪</a>
                            
                            <a href="/SonList-2585659.html">扭力测试仪</a>
                            
                            <a href="/SonList-2585619.html">测距仪</a>
                            
                            <a href="/SonList-2585223.html">超声波测厚仪</a>
                            
                            <a href="/SonList-2583936.html">粗糙度仪</a>
                            
                            <a href="/SonList-2583922.html">测厚仪</a>
                            
                        </div>
                    </li>
                    
                    <li class="muluck"><a href="/products.html">查看全部目录</a></li>
                </ul>
            </div>
        </section>
        <!--产品目录 end-->


        <!--相关文章 begin-->
        <section class="pro_mulu_wrap">
            <div class="c_tlt1">
            	<img src="/Skins/654142/images/icon02.png" />
                <p>相关文章</p><span>RELATED ARTICLES</span>
            </div>
            <div class="pro_article">
                <ul>
                    
                    <li>
                        <a href="/Article-4022878.html"><i></i>手持式粗糙度仪与台式粗糙度仪相比，有哪些优势？</a>
                    </li>
                    
                    <li>
                        <a href="/Article-4010675.html"><i></i>激光转速传感器常见问题解答</a>
                    </li>
                    
                    <li>
                        <a href="/Article-4014627.html"><i></i>HT-6510C 和 HT-6510F兰泰泡沫邵氏硬度计的区别</a>
                    </li>
                    
                    <li>
                        <a href="/Article-4010671.html"><i></i>LUYOR-3121 吊挂式 LED 紫外线荧光探伤灯技术解析​</a>
                    </li>
                    
                    <li>
                        <a href="/Article-4007821.html"><i></i>探秘紫外交联仪：解锁生命科学的“交联密码”</a>
                    </li>
                    
                    <li>
                        <a href="/Article-3988751.html"><i></i>酸碱度（pH）、电导率（EC）与总固体溶解度（TDS）：概念解析与相互关系</a>
                    </li>
                    
                    <li>
                        <a href="/Article-4053964.html"><i></i>手持式粗糙度仪如何操作</a>
                    </li>
                    
                    <li>
                        <a href="/Article-4011862.html"><i></i>电子酸碱测试仪型号选择“大揭秘”</a>
                    </li>
                    
                    <li>
                        <a href="/Article-4043412.html"><i></i>透明薄膜雾度和透光率的光学性能分析</a>
                    </li>
                    
                    <li>
                        <a href="/Article-4007826.html"><i></i>粗糙度仪：工业质量检测的微观 “洞察者”​</a>
                    </li>
                                    
                </ul>
            </div>
        </section>
        <!--相关文章 end-->

	</section>
    
    
        <section class="ny_wrap_right">
            <div class="mainCon mainCon2">
            	<section class="pro_list">
                	<ul class="clear clearfix">
			         
                     
                    	<li>
                          <div class="pro_list_l">
  <div class="proimg_bk">
    <a class="iqpyvwiy" href="/Products-39320156.html">
      <img src="http://img46.chem17.com/gxhpic_edc70356fc/7e8b7e83d48d0ae127a92a53d3d22886339999e072f01597c39557bb158223600e8d22167718b3ce_360_360_5.jpg" alt="TIME1102北京时代数字超声波探伤仪-原TUD310"/><i class="iblock"></i>
    </a>
  </div>
</div>
<div class="pro_list_r">
  <dt><a href="/Products-39320156.html" title="TIME1102北京时代数字超声波探伤仪-原TUD310">TIME1102北京时代数字超声波探伤仪-原TUD310</a></dt>
  <p>TIME1102 北京时代数字超声波探伤仪-原TUD310是一款全新设计的、具有多处创新点的全数字化超声探伤仪，检测速度快、精度高、波形稳定。等效采样频率高达320MHz，微小缺陷的检出率高；超声回波信号分析采用DSP处理技术，目标缺陷信号识别快，探伤波形显示采样平滑滤波技术，更适合粗晶金属等强背景噪声材料的检测。</p>
  <dl>
    <dd>型号：TIME1102</dd>
    <dd>更新日期：2025-06-22</dd>
    <span>￥<b>面议</b></span>
  </dl>
</div>
   
                        </li>
                     
                    	<li>
                          <div class="pro_list_l">
  <div class="proimg_bk">
    <a class="iqpyvwiy" href="/Products-39320142.html">
      <img src="http://img46.chem17.com/gxhpic_edc70356fc/7e8b7e83d48d0ae127a92a53d3d2288633c89202f2c68d01c0ac645b76166c4cf42747b83c9d6f9c_360_360_5.jpg" alt="TIME1130北京时代数字超声波探伤仪"/><i class="iblock"></i>
    </a>
  </div>
</div>
<div class="pro_list_r">
  <dt><a href="/Products-39320142.html" title="TIME1130北京时代数字超声波探伤仪">TIME1130北京时代数字超声波探伤仪</a></dt>
  <p>TIME1130北京时代数字超声波探伤仪汇集时代公司26年超声仪器设计、制造经验而研制的更新换代产品，能够快速、无损伤、精确地进行工件内部多种缺陷如裂纹、焊缝、 气孔、砂眼、夹杂、折叠等的检测、定位及对缺陷的定量和定性。</p>
  <dl>
    <dd>型号：TIME1130</dd>
    <dd>更新日期：2025-06-22</dd>
    <span>￥<b>面议</b></span>
  </dl>
</div>
   
                        </li>
                     
                     
                     
                    	<li>
                          <div class="pro_list_l">
  <div class="proimg_bk">
    <a class="iqpyvwiy" href="/Products-39320023.html">
      <img src="http://img52.chem17.com/gxhpic_edc70356fc/7e8b7e83d48d0ae127a92a53d3d228862cc468a139127974b392d60f79436725998edde93c99c70d_360_360_5.jpg" alt="TIME1100北京时代全数字化超声波探伤仪"/><i class="iblock"></i>
    </a>
  </div>
</div>
<div class="pro_list_r">
  <dt><a href="/Products-39320023.html" title="TIME1100北京时代全数字化超声波探伤仪">TIME1100北京时代全数字化超声波探伤仪</a></dt>
  <p>TIME1100北京时代全数字化超声波探伤仪
采用高亮彩色VGA（640x480）TFT液晶显示屏
屏幕分辨率更高，图形更细腻，信息更丰富
两个独立的测量闸门，可以测量每个闸门的声程、深度、投影、当量等参数，还能测量两闸门之差
波形冻结功能包括峰值显示、波形比较、波形包络等功能，还具有定时释放能力，大大方便用户操作。
包括四个国内主要探伤标准</p>
  <dl>
    <dd>型号：TIME1100</dd>
    <dd>更新日期：2025-06-22</dd>
    <span>￥<b>面议</b></span>
  </dl>
</div>
   
                        </li>
                     
                     
                     
                     
                     
                         
                    </ul>
                    
                    <div class="page_list">
		     共&nbsp;3&nbsp;条记录，当前&nbsp;1&nbsp;/&nbsp;1&nbsp;页&nbsp;&nbsp;首页&nbsp;&nbsp;上一页&nbsp;&nbsp;下一页&nbsp;&nbsp;末页&nbsp;&nbsp;跳转到第<input style="width:20px" class="p_input" type="text" name="custompage" id="custompage" onkeypress="return event.keyCode>=48&&event.keyCode<=57">页&nbsp;<input type="button" value="GO" style="width:40px;height:22px"/>
		    </div>
                </section>
            </div>
        </section>
        
  </div>    
</section>
<!--center end-->

<!--foot begin-->
<footer>
	<section class="foot1">
        <div class="container clear clearfix">
        	<!--底部导航 begin-->
            <div class="foot_nav clear clearfix">
            	<dl>
                	<dt><a href="/aboutus.html" rel="nofollow">关于我们</a></dt>
                    <dd><a href="/aboutus.html" rel="nofollow">关于我们</a></dd>
                   <!-- <dd><a href="/successcase.html">成功案例</a></dd>-->
                </dl>
                <dl>
                	<dt><a href="/article.html">技术文章</a></dt>
                    <dd><a href="/article.html">技术文章</a></dd>
                    <dd><a href="/news.html">新闻资讯</a></dd>
                    
                </dl>
                <dl>
                	<dt><a href="/products.html">产品中心</a></dt>
                    
                     
				
				<dd><a href="/Products-39147676.html">AWA5688爱华手持式声级计</a></dd>
                
				<dd><a href="/Products-39148378.html">AWA6292 型爱华多功能声级计</a></dd>
                
				

                   
                    
                </dl>
                
                <dl>
                	<dt><a href="/contact.html" rel="nofollow">联系我们</a></dt>
                    <dd><a href="/contact.html" rel="nofollow">联系方式</a></dd>
                    <dd><a href="/order.html" rel="nofollow">在线咨询</a></dd>
                </dl>
            </div>
            <!--底部导航 end-->
            <div class="foot_lxfs">
            	<div class="tlt">联系我们</div>
                
                <ul class="foot_wx clear clearfix">
                    <li class="qq"><a onclick="ChatBoxClickGXH()" href="#" target="_blank" rel="noopener noreferrer"><i class="iconfont"></i></a></li>
                	<!--<li class="qq"><a href="http://wpa.qq.com/msgrd?v=3&uin=1363487952&site=www.jiachenyq.com&menu=yes" target="_blank"><i class="iconfont"></i></a></li>-->
                    <li class="wx"><a><i class="iconfont"></i><div class="wx_code"><span></span><img src="/skins/654142/images/code.jpg"></div></a></li>
                </ul>
            </div> 
        </div>
    </section>
    
    
    
    <section class="foot3">
    	<div class="container">
        	<p>&copy;2025 河南嘉宸仪器设备有限公司 版权所有 <a href="http://beian.miit.gov.cn/" target="_blank" rel="nofollow"> 备案号：豫ICP备2025113270号-2</a>  <a href="/sitemap.xml" target="_blank">sitemap.xml</a> <a href="http://www.chem17.com/login" target="_blank" rel="nofollow">管理登录</a> 技术支持：<A href="http://www.chem17.com" target="_blank" rel="nofollow">化工仪器网</A></p>
			<p>河南嘉宸仪器设备有限公司是专业的声级计,酸度计,测振仪,混匀仪,粗糙度仪,紫外交联仪,涂层测厚仪,电导率仪,浊度仪,红外热像仪等生产厂家。</p>
        </div>
    </section>
</footer>
<!--foot end-->

<!-- 在线客服 开始 -->
<div class="fn-suspend floatqq_right">
    <div class="suspend-item suspend-item-weixin"><span class="suspend-layer"><img style="width:140px;height:140px;" src="/skins/654142/images/code.jpg"></span></div>
    <div class="suspend-item suspend-item-feedback"><a href="/order.html" class=""></a></div>
    <div class="suspend-item suspend-item-app">
     <a onclick="ChatBoxClickGXH()" href="#" target="_blank" class="" rel="nofollow noopener noreferrer"></a>
      <!--<ul class="service-QQ">
       <li><a href="http://wpa.qq.com/msgrd?v=3&uin=1363487952&site=www.jiachenyq.com&menu=yes" target="_blank"><img src="/skins/654142/images/qq.png">&nbsp;&nbsp;<font style="color:#F00">在线客服</font></a></li>
      </ul>-->
    </div>
    <div class="suspend-item pftel"><a href="tel:15638801711" class=""><i></i></a></div>
    <div class="suspend-item suspend-item-top offset-top"><i></i></div>
</div>
<script src="/skins/654142/js/all.js"></script>
<script>
$(function () {
	cmstools.setfloatqq('fn-suspend', "right", 'bottom');
})
</script>

 <script type='text/javascript' src='/js/VideoIfrmeReload.js?v=001'></script>
  
</html>
</body>