This W35IRH is a compact infrared tactical helmet light, using a 18350 lithium ion battery, composed of LH6 light head, W35 body and TC69L tail cover, modular design. The infrared head has two adjustable modes: high and low, which can cope with different usage scenarios and supplement light for different types of head-mounted night vision devices to increase night vision capabilities.
The tail cover has a red indicator light, so the user can know whether the infrared main light is accidentally turned on when not wearing a night vision goggles. When the infrared main light is turned on, the tail light is turned off; when the infrared main light is turned off, the tail light starts to light up.
W35IRH can be mounted on ARC, EXFIL, M-LOK rail style tactical helmets with Weltool HM2 helmet mount.
WARNING: This product can expose you to chemicals including Lead, which is known to the State of California to cause cancer, birth defects or other reproductive harm. For more information, go to: www.P65Warnings.ca.gov click here
-
Aluminum alloy material, CNC machining, hard anodized surface, available in black and FDE colors
-
Light source: a high-power infrared LED with a wavelength of 850nm
-
Reflective system: aluminum alloy reflector
-
Output:
Low mode | High mode | |
Radiant flux | 5mW | 100mW |
Runtime | 59 hours 54minutes | 10 hours 18 minutes |
Use Weltool UB18-12 1200mAh 18350 Li-ion battery test
-
Clicky Switch , with red indicator light, rated for 50,000 presses
-
Battery: Use one 18350 lithium ion rechargeable battery (included)
-
High efficiency constant current drive circuit, no noise and PWM
-
With battery reverse polarity protection and battery over-discharge protection
-
Pass the 1-meter drop test, IP67 protection level
-
Each helmet light has its own serial number
-
Size (±0.5mm): (head diameter) 28mm, (length) 107mm
-
Weight: 81.5±0.5g (without battery)
.buy-record img{margin:0px !important;}
-
User name
Member Level
Quantity
Specification
Purchase Date
.buy-record img{margin:0px !important;}
Satisfaction :
.popups{ position:fixed; background:rgba(0,0,0,0.4); bottom:0; top:0;left:0;right:0; display:none;}
.shows{position: absolute;display: none}
.bigs{ width:300px; }
.lefts{ position:absolute; top:125px; left:-50px; cursor:pointer;}
.contecenter{width: 100%;height: 100%;position: relative;display: flex;justify-content: center;align-items: center;top:0;}
.rights{ position:absolute; top:125px; right:-50px; cursor:pointer;}
$(function(){
$(“.popups”).click(function(){
$(“.shows”).hide();
$(this).hide();
});
function changeTop(){
var bigs = $(“.bigs”).height();
var tops = (bigs – 57)/2;
$(“.lefts,.rights”).css(“top”,tops+’px’);
}
$(“.show_pic_div img”).click(function(){
$(“.popups”).show();
$(“.shows”).show();
bigImg=$(this).attr(“src”);//获取点击图片的地址
$(“.shows img.bigs”).attr(“src”,bigImg); //更换大图的图片地址
_index=$(this).index();//保存图片的序列号
changeTop()
});
$(“.shows .rights”).click(function(){
event.stopPropagation();
var maxlen = $(“.show_pic_div img”).length;
_index++;
if(_index>maxlen-1){_index=0};
bigImg=$(“.show_pic_div img”).eq(_index).attr(“src”);
$(“.shows img.bigs”).attr(“src”,bigImg);
changeTop()
});
$(“.shows .lefts”).click(function(){
event.stopPropagation();
_index–; //序列号加1 _index+1
var maxlen = $(“.show_pic_div img”).length;
if(_index<0){_index=maxlen-1};
bigImg=$(".show_pic_div img").eq(_index).attr("src");
$(".shows img.bigs").attr("src",bigImg);
changeTop()
});
});