色婷婷精品国产一区二区三区,天天综合日日夜夜精品,亚洲黄色成人网,亚洲午夜精品一区二区

恒歌科技

掃微信-恒歌科技

24h咨詢熱線:

13544009780

供應(yīng)氧氣探測(cè)儀傳感器探頭模塊,測(cè)量精準(zhǔn)穩(wěn)定性好帶不銹鋼探頭外殼

  • 固定式氣體檢測(cè)儀用于檢測(cè)各種潛在的危險(xiǎn)氣體。根據(jù)氣體的電化學(xué)和催化性質(zhì),采用了不同的檢測(cè)原理。它是一種防爆設(shè)備,可安裝在危險(xiǎn)區(qū)域。
  • 產(chǎn)品詳情

固定式氣體檢測(cè)儀用于檢測(cè)各種潛在的危險(xiǎn)氣體。根據(jù)氣體的電化學(xué)和催化性質(zhì),采用了不同的檢測(cè)原理。它是一種防爆設(shè)備,可安裝在危險(xiǎn)區(qū)域。探測(cè)器正面有一個(gè)LED指示燈,指示當(dāng)前的報(bào)警狀態(tài)。采用調(diào)零旋鈕和校準(zhǔn)旋鈕調(diào)節(jié)檢測(cè)器,方便用戶現(xiàn)場(chǎng)直接調(diào)整檢測(cè)器。對(duì)于不同氣體的檢測(cè),檢測(cè)器的操作一般是相同的,它可以提供標(biāo)準(zhǔn)的4-20mA電流輸出

978e48cf-300x300.jpg

1d44b4b0-300x300.jpg

28209ca9-300x300.jpg

QQ圖片20231115144048.jpg

9ebab5a2.jpg


金屬粉末燒結(jié)過濾器 產(chǎn)品推薦

工業(yè)氫氣傳感器儀表殼體_防爆隔火焰高精度
工業(yè)氫氣傳感器儀表殼體_防爆隔火焰高精度
多孔不銹鋼防爆探頭外殼 固定式工業(yè)液化石
多孔不銹鋼防爆探頭外殼 固定式工業(yè)液化石
氣體外殼燃?xì)鈨x表裝置防爆配件_鋁合金氣體
氣體外殼燃?xì)鈨x表裝置防爆配件_鋁合金氣體
壁掛式氣體泄漏檢測(cè)器探頭保護(hù)罩一氧化碳?xì)?></a></dt>
                <dd><a href= $.fn.banqh = function(can){ can = $.extend({ box:null,//總框架 pic:null,//大圖框架 pnum:null,//小圖框架 prev_btn:null,//小圖左箭頭 next_btn:null,//小圖右箭頭 prev:null,//大圖左箭頭 next:null,//大圖右箭頭 pop_prev:null,//彈出框左箭頭 pop_next:null,//彈出框右箭頭 autoplay:false,//是否自動(dòng)播放 interTime:5000,//圖片自動(dòng)切換間隔 delayTime:800,//切換一張圖片時(shí)間 pop_delayTime:800,//彈出框切換一張圖片時(shí)間 order:0,//當(dāng)前顯示的圖片(從0開始) picdire:true,//大圖滾動(dòng)方向(true水平方向滾動(dòng)) mindire:true,//小圖滾動(dòng)方向(true水平方向滾動(dòng)) min_picnum:null,//小圖顯示數(shù)量 pop_up:false,//大圖是否有彈出框 pop_div:null,//彈出框框架 pop_pic:null,//彈出框圖片框架 pop_xx:null,//關(guān)閉彈出框按鈕 mhc:null//朦灰層 }, can || {}); var picnum = $(can.pic).find('ul li').length; var picw = $(can.pic).find('ul li').outerWidth(true); var pich = $(can.pic).find('ul li').outerHeight(true); var poppicw = $(can.pop_pic).find('ul li').outerWidth(true); var picminnum = $(can.pnum).find('ul li').length; var picpopnum = $(can.pop_pic).find('ul li').length; var picminw = $(can.pnum).find('ul li').outerWidth(true); var picminh = $(can.pnum).find('ul li').outerHeight(true); var pictime; var tpqhnum=0; var xtqhnum=0; var popnum=0; $(can.pic).find('ul').width(picnum*picw).height(picnum*pich); $(can.pnum).find('ul').width(picminnum*picminw).height(picminnum*picminh); $(can.pop_pic).find('ul').width(picpopnum*poppicw); //點(diǎn)擊小圖切換大圖 $(can.pnum).find('li').click(function () { tpqhnum = xtqhnum = $(can.pnum).find('li').index(this); show(tpqhnum); minshow(xtqhnum); }).eq(can.order).trigger("click"); //大圖彈出框 if(can.pop_up==true){ $(can.pic).find('ul li').click(function(){ $(can.mhc).height($(document).height()).show(); $(can.pop_div).show(); popnum = $(this).index(); var gdjl_w=-popnum*poppicw; $(can.pop_pic).find('ul').css('left',gdjl_w); popshow(popnum); }) $(can.pop_xx).click(function(){ $(can.mhc).hide(); $(can.pop_div).hide(); }) } if(can.autoplay==true){ //自動(dòng)播放 pictime = setInterval(function(){ show(tpqhnum); minshow(tpqhnum) tpqhnum++; xtqhnum++; if(tpqhnum==picnum){tpqhnum=0}; if(xtqhnum==picminnum){xtqhnum=0}; },can.interTime); //鼠標(biāo)經(jīng)過停止播放 $(can.box).hover(function(){ clearInterval(pictime); },function(){ pictime = setInterval(function(){ show(tpqhnum); minshow(tpqhnum) tpqhnum++; xtqhnum++; if(tpqhnum==picnum){tpqhnum=0}; if(xtqhnum==picminnum){xtqhnum=0}; },can.interTime); }); } //小圖左右切換 $(can.prev_btn).click(function(){ if(tpqhnum==0){tpqhnum=picnum}; if(xtqhnum==0){xtqhnum=picnum}; xtqhnum--; tpqhnum--; show(tpqhnum); minshow(xtqhnum); }) $(can.next_btn).click(function(){ if(tpqhnum==picnum-1){tpqhnum=-1}; if(xtqhnum==picminnum-1){xtqhnum=-1}; xtqhnum++; minshow(xtqhnum) tpqhnum++; show(tpqhnum); }) //大圖左右切換 $(can.prev).click(function(){ if(tpqhnum==0){tpqhnum=picnum}; if(xtqhnum==0){xtqhnum=picnum}; xtqhnum--; tpqhnum--; show(tpqhnum); minshow(xtqhnum); }) $(can.next).click(function(){ if(tpqhnum==picnum-1){tpqhnum=-1}; if(xtqhnum==picminnum-1){xtqhnum=-1}; xtqhnum++; minshow(xtqhnum) tpqhnum++; show(tpqhnum); }) //彈出框圖片左右切換 $(can.pop_prev).click(function(){ if(popnum==0){popnum=picnum}; popnum--; popshow(popnum); }) $(can.pop_next).click(function(){ if(popnum==picnum-1){popnum=-1}; popnum++; popshow(popnum); }) //小圖切換過程 function minshow(xtqhnum){ var mingdjl_num =xtqhnum-can.min_picnum+2 var mingdjl_w=-mingdjl_num*picminw; var mingdjl_h=-mingdjl_num*picminh; if(can.mindire==true){ $(can.pnum).find('ul li').css('float','left'); if(picminnum>can.min_picnum){ if(xtqhnum<3){mingdjl_w=0;} if(xtqhnum==picminnum-1){mingdjl_w=-(mingdjl_num-1)*picminw;} $(can.pnum).find('ul').stop().animate({'left':mingdjl_w},can.delayTime); } }else{ $(can.pnum).find('ul li').css('float','none'); if(picminnum>can.min_picnum){ if(xtqhnum<3){mingdjl_h=0;} if(xtqhnum==picminnum-1){mingdjl_h=-(mingdjl_num-1)*picminh;} $(can.pnum).find('ul').stop().animate({'top':mingdjl_h},can.delayTime); } } } //大圖切換過程 function show(tpqhnum){ var gdjl_w=-tpqhnum*picw; var gdjl_h=-tpqhnum*pich; if(can.picdire==true){ $(can.pic).find('ul li').css('float','left'); $(can.pic).find('ul').stop().animate({'left':gdjl_w},can.delayTime); }else{ $(can.pic).find('ul').stop().animate({'top':gdjl_h},can.delayTime); }//滾動(dòng) //$(can.pic).find('ul li').eq(tpqhnum).fadeIn(can.delayTime).siblings('li').fadeOut(can.delayTime);//淡入淡出 $(can.pnum).find('li').eq(tpqhnum).addClass("on").siblings(this).removeClass("on"); }; //彈出框圖片切換過程 function popshow(popnum){ var gdjl_w=-popnum*poppicw; $(can.pop_pic).find('ul').stop().animate({'left':gdjl_w},can.pop_delayTime); //$(can.pop_pic).find('ul li').eq(tpqhnum).fadeIn(can.pop_delayTime).siblings('li').fadeOut(can.pop_delayTime);//淡入淡出 }; } $(function(){ if($("#showimg").length > 0){ $('#showimg').banqh({ box: "#showimg",//總框架 pic: "#bigimg",//大圖框架 pnum: "#smallimg",//小圖框架 prev_btn: ".prev",//小圖左箭頭 next_btn: ".next",//小圖右箭頭 autoplay: true,//是否自動(dòng)播放 interTime: 2000,//圖片自動(dòng)切換間隔 delayTime: 400,//切換一張圖片時(shí)間 order: 0,//當(dāng)前顯示的圖片(從0開始) picdire: true,//大圖滾動(dòng)方向(true為水平方向滾動(dòng)) mindire: true,//小圖滾動(dòng)方向(true為水平方向滾動(dòng)) min_picnum: 4,//小圖顯示數(shù)量 pop_up: false//大圖是否有彈出框 }); } });
在線咨詢
服務(wù)熱線

服務(wù)熱線

13544009780

微信咨詢
返回頂部
主站蜘蛛池模板: 荥经县| 澳门| 十堰市| 二连浩特市| 兴安盟| 壶关县| 湖州市| 太和县| 平武县| 清涧县| 锡林郭勒盟| 增城市| 大石桥市| 麻城市| 台北县| 福清市| 广元市| 留坝县| 宜春市| 陆丰市| 渝中区| 邻水| 洛川县| 巨野县| 永新县| 布尔津县| 和林格尔县| 太湖县| 文安县| 普安县| 金溪县| 弥渡县| 巴东县| 尼勒克县| 固始县| 镇雄县| 衡东县| 万载县| 阜新市| 含山县| 南和县|