Воздушное охлаждение Вентиляторы для корпуса Вентилятор для корпуса Noiseblocker BlackSilent PRO PL-PS 120мм Вентилятор для корпуса Noiseblocker BlackSilent PRO PL-PS 120мм
The new premium fan series is based on the NB-Blacksilent-Chassis and is equipped with the excellent electronics module NB-EKA Plus and NB-NanoSLI bearings. Both are features that were so far used only in the more complex Multiframe series.
Besides the technologically advanced components this fan is also equipped with an individually adaptive cable management. The new 4Pin PWM version can be controlled digitally in between a range of 600-1500rpm and is hence perfect for e.g. application on a CPU cooler.
The fan is shipped with a newly developed mounting kit for vibration-free mounting which consists of an optimized ''NB-Silentframe'' silicone frame with suitable counter-pieces and knurled nuts for tool-free installation.
Technical specifications: Dimensions: 120x120x25mm Colour: Black Weight: 120g Nominal voltage: 6-13.2V Starting voltage: 6V Current draw: 0,15A (max) Power consumption: 1.8W Nominal speed: 600-1500rpm (+/-10%) Airflow: 40-100 m3/h (12V) Noise emission:8.24 dB(A) MTBF (25°C): 140 000hrs Connector: 4-Pin Molex plug with PWM and rpm lead
PWM Curve: 100%=1500rpm / 75%=1300rpm / 50%= rpm / 25%= 900rpm / 0%= 600rpm
Extent of delivery: 1x Fan Noiseblocker NB-BlackSilentPRO PL-PS ( 120x120x25mm ) 1x Mounting kit ''vibration free'' (Silentframe silicone frame / gasket + knurled nut) Sleeved cable 20cm + 50cm (can be combined)
Общие характеристики
118, obshchie_kharakteristiki, divider, 0, 4
Цвет ротора
черный
Цвет рамки
черный
Производитель
Noiseblocker
Размер вентилятора
120 мм
Скорость вращения
1500 об/мин
Диапазон скорости вращения
1500 - 1950 об/мин
Управление скоростью вращения (PWM)
Да
Подсветка
Нет
Минимально допустимое напряжение
6 В
Статическое давление
1,833 мм водяного столба
Разъем питания
4-Pin PWM
Время наработки на отказ (MTBF)
140000 ч
Диапазон уровня шума
20 - 29,9 дБ(А)
Уровень шума
24 дБ(А)
Номинальное напряжение
12 В
Размеры
120 × 120 × 25 мм
Диапазон воздушного потока
100 - 149 м3/ч
Код производителя
ITR-PL-PS
Штрихкод
4250051904512
Примечание
Товар поставляется только после полной предоплаты
Вес
0.19 кг
Потребляемая мощность
1.8 Вт
Воздушный поток
100 м3/ч
Цвет
черный
Спасибо! Будем держать вас в курсе.
© InSocket, 2021. Все права защищены.
');
//console.log(counter_code);
$('body').append(counter_code);
if (!!params && params.ecommerce_flag === 1) {
if (!window[params.ecommerce_object]) {
window[params.ecommerce_object] = [];
}
if (typeof(params.action) === "string") {
//Добавляем объект "Просмотр товара"
if (params.action === 'product') {
if (!!params.object) {
window[params.ecommerce_object].push(params.object);
//console.log(params.object);
}
}
}
//Добавляем объект "Заказ"
if (reg_str_success.test(location.href)) {
if (params.referer_flag === 1) {
if (!!params.object) {
$.post(params.path_script, {'action': 'purchase', 'cart_code': params.cart_code, 'cart': params.cart}, function(response){
if (response.data.state) {
window[params.ecommerce_object].push(params.object);
//console.log(params.object);
if (response.data.user && response.data.user_orders) {
tmp_object = {};
if (typeof response.data.user_orders == 'object') {
for (i in response.data.user_orders) {
tmp_object[i] = response.data.order_format.replace('\{$order.id\}', response.data.user_orders[i]);
}
response.data.user_orders = tmp_object;
}
window[ya_counter_object_name].userParams({
'user': response.data.user,
'user_orders': response.data.user_orders
});
//console.log(response.data.user);
//console.log(response.data.user_orders);
}
if (!!params.object['ecommerce']) {
document.location.reload(true);
}
}
}, 'json');
}
}
}
$(document).on('ajaxSuccess', function (evt, xhr, options) {
var
fields = [],
field = [],
tmp_object = {},
query_params = {},
i, features = {}, key = '',
regexp = /^features(\[\d+\]){1}.*$/;
//counter_object;
///////////////////////////////Добавление товара в корзину/////////////////////
if (reg_str_add.test(options.url)) {
fields = [];
field = [];
tmp_object = {};
query_params = {};
features = {};
key = '';
fields = options.data.split('&');
for (i in fields) {
field = fields[i].split('=');
if (decodeURI(field[0]).indexOf('features') >= 0) {
key = regexp.exec(decodeURI(field[0]));
key = key[1];
key = key.replace('[', '').replace(']', '');
features[key] = parseInt(field[1]);
}
query_params[decodeURI(field[0])] = parseInt(field[1]);
}
/////////////Передача цели add_cart////
/*counter_object = 'yaCounter'+$('#script_ywa_app').data('counter_id');
if (!!window[counter_object]) {
window[counter_object].reachGoal('add_cart');
//console.log(counter_object);
}*/
////////////////////////////////////////////////
$.post(params.path_script, {'action': 'add', 'product_id': query_params['product_id'], 'sku_id' : query_params['sku_id'], 'features': features, 'cart_code': params.cart_code, 'cart': params.cart}, function (response) {
if (response.data.state) {
params.cart = response.data.cart;
tmp_object.ecommerce = response.data.result;
window[params.ecommerce_object].push(tmp_object);
//console.log(tmp_object);
}
}, 'json');
}
///////////////////////////////Удаление товара из корзины/////////////////////////////////////
if (reg_str_delete.test(options.url)) {
tmp_object = {};
$.post(params.path_script, {'action': 'delete', 'cart_code': params.cart_code, 'cart': params.cart}, function(response){
if (response.data.state) {
tmp_object.ecommerce = response.data.result;
params.cart = response.data.cart;
window[params.ecommerce_object].push(tmp_object);
//console.log(tmp_object);
}
}, 'json');
}
///////////////////////Изменение количества товара в корзине/////////////////////////////
if (reg_str_save.test(options.url)) {
fields = [];
field = [];
query_params = {},
tmp_object = {};
fields = options.data.split('&');
for (i in fields) {
field = fields[i].split('=');
query_params[field[0]] = parseInt(field[1]);
}
clearTimeout(timer_id);
timer_id = setTimeout(function () {
$.post(params.path_script, {'action': 'save', 'cart_code': params.cart_code, 'cart': params.cart, 'params': query_params}, function (response) {
if (response.data.state) {
params.cart = response.data.cart;
tmp_object.ecommerce = response.data.result;
window[params.ecommerce_object].push(tmp_object);
//console.log(tmp_object);
}
}, 'json');
}, 700);
}
});
}
})(jQuery, " %tag_script_start% (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter22033276 = new Ya.Metrika({id:22033276,accurateTrackBounce:true,trackLinks:true,webvisor:true ,clickmap:true ,ecommerce:\"dataLayer\"}); } catch(e) { } }); var n = d.getElementsByTagName(\"script\")[0], s = d.createElement(\"script\"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = \"text\/javascript\"; s.async = true; s.src = (d.location.protocol == \"https:\" ? \"https:\" : \"http:\") + \"\/\/mc.yandex.ru\/metrika\/watch.js\"; if (w.opera == \"[object Opera]\") { d.addEventListener(\"DOMContentLoaded\", f, false); } else { f(); } })(document, window, \"yandex_metrika_callbacks\"); %tag_script_end%
<\/div><\/noscript> ", {"ecommerce_flag":1,"path_script":"\/ywa\/getecommerceobject\/","ecommerce_object":"dataLayer","cart":[],"side_plugins":[],"action":"product","object":{"ecommerce":{"currencyCode":"RUB","detail":{"products":[{"id":"894","name":"\u0412\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440 \u0434\u043b\u044f \u043a\u043e\u0440\u043f\u0443\u0441\u0430 Noiseblocker BlackSilent PRO PL-PS 120\u043c\u043c","category":"\u0412\u043e\u0437\u0434\u0443\u0448\u043d\u043e\u0435 \u043e\u0445\u043b\u0430\u0436\u0434\u0435\u043d\u0438\u0435\/\u0412\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440\u044b \u0434\u043b\u044f \u043a\u043e\u0440\u043f\u0443\u0441\u0430","price":1960.8,"quantity":1,"variant":""}]}}},"counter_id":"22033276"});