CBHD3 24V 15-25A
Особенности:• Универсальный вход 85В Г· 264В, 50 Гц Г· 60 Гц• Параметры заряда нечувствительны к колебаниям переменного тока + 15% в питающей сети• Процесс заряда полностью контролируется микропроцессором• Кривые заряда для АКБ с жидким электролитом, АGM и Gel батарей. Выбор кривой осуществляется конфигурацией встроенных DIP-переключателей. Дополнительные кривые предоставляются по запросу для всех типов батарей, включая Li-lon и Li-Po• Возможность менять напряжение системы и зарядный ток конфигурацией встроенных DIP-переключателей• Компенсация падения напряжения на кабелях идущих к батарее• Цикл заряда начинается при напряжении от 2 В• Пожароустойчивый корпус из ударопрочного пластика UL94-VO ABS с двойной изоляцией• Выносные светодиодные индикаторы состояния заряда и отображения ошибок (опция)• Настраиваемые параметры 12В / 24В и 15А / 25A • Возможность выбора алгоритма заряда пользователем • 3-LED индикатора • Коэффициент эффективности > 85%• IP30 • Информация о последних 30 циклах заряда (длительность цикла, отданная емкость, напряжение в конце заряда и возможные ошибки) может быть скачана в виде xls-файла при помощи кабеля и специального ПО. Поставляется как опция;• Принудительная вентиляция.• С5 180-260А/ч, время заряда АКБ составит 8-9 часов• С20 220-315А/ч, время заряда АКБ составит 10-12 часовОписаниеЗарядное устройство SPE CBHD3 24В 15-25AЗарядное устройство SPE CBHD3 12-24В оснащено высокочастотным микропроцессором с комбинированным зарядным напряжением 12 и 24 В и током заряда 25 Ампер. Настройки зарядного напряжения и тока выбираются с помощью DIP-переключателей на панели ЗУ. Конструкция модели оснащена защитой от перегрева и принудительной вентиляцией. Кроме того, конструкторы оснастили зарядное устройство "Мягким пуском" процесса заряда и сбросом значений при подсоединении других батарей. Так же в конструкции есть защита от инверсии полярности, короткого замыкания, перенапряжения или аномалий в электросети.Емкость заряжаемых аккумуляторов: • С5 180-260А/ч, время заряда АКБ составит 8-9 часов• С20 220-315А/ч, время заряда АКБ составит 10-12 часовПрофиль ЗУ можно поменять самостоятельно либо по требованию профиль будет изменен заранее до отгрузки. БрендSPEВес изделия, кг2.2Габариты, мм160 x 245 x 90Гарантія12Ёмкость заряжаемых батарей, С20 (10-12 ч), Ач220-315Ёмкость заряжаемых батарей, С5 (7-8 ч), Ач120-195Ёмкость заряжаемых батарей, С5 (8-9 ч), Ач180-258ЗащитаIP30КПД>85%Країна виробникИталияНапряжение, В:45627Рабочая температураот -10 до +45°ССила тока, А (установки)15 / 20 / 25тип АКБAGM/GEL$(function() {var ajaxUrl = 'index.php?route=extension/module/ajax_viewed/getproducts';postData = {};if (835 != 0) {postData.product_id = "835";}postData.setting = "eyJuYW1lIjoiXHUwNDEyXHUwNDRiIFx1MDQ0MVx1MDQzY1x1MDQzZVx1MDQ0Mlx1MDQ0MFx1MDQzNVx1MDQzYlx1MDQzOCIsImxpbWl0IjoiNCIsIndpZHRoIjoiMjAwIiwiaGVpZ2h0IjoiMjAwIiwic3RhdHVzIjoiMSJ9";var ajaxContainer = '#load_container';$.post(ajaxUrl, postData).done(function(data) {if(data)$(ajaxContainer).replaceWith(data);var cols = $('#column-right, #column-left').length;if (cols == 2) {$('.product-viewed').attr('class', 'product-layout product-grid col-lg-6 col-md-6 col-sm-12 col-xs-12');} else if (cols == 1) {$('.product-viewed').attr('class', 'product-layout product-grid col-lg-4 col-md-4 col-sm-6 col-xs-12');} else {$('.product-viewed').attr('class', 'product-layout product-grid col-lg-3 col-md-3 col-sm-6 col-xs-12');}});});$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){$.ajax({url: 'index.php?route=product/product/getRecurringDescription',type: 'post',data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),dataType: 'json',beforeSend: function() {$('#recurring-description').html('');},success: function(json) {$('.alert, .text-danger').remove();if (json['success']) {$('#recurring-description').html(json['success']);}}});});$('#button-cart').on('click', function() {$.ajax({url: 'index.php?route=checkout/cart/add',type: 'post',data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select, #product textarea'),dataType: 'json',success: function(json) {$('.alert, .text-danger').remove();$('.form-group').removeClass('has-error');if (json['error']) {if (json['error']['option']) {for (i in json['error']['option']) {var element = $('#input-option' + i.replace('_', '-'));if (element.parent().hasClass('input-group')) {element.parent().after('' + json['error']['option'][i] + '');} else {element.after('' + json['error']['option'][i] + '');}$('#content').parent().before(' ' + json['error']['option'][i] + '×');}}if (json['error']['recurring']) {$('select[name=\'recurring_id\']').after('' + json['error']['recurring'] + '');}$('.text-danger').parent().addClass('has-error');}if (json['success']) {$('.tooltip').remove();html = '';html += ' ';html += ' ';html += ' ';html += ' ×';html += ' ';html += ' ';html += json['success_new'];html += ' ';html += ' ';html += ' ';html += '';$('#content').parent().before(html);$('#modal-cart').modal('show');product_id = $('input[name=\'product_id\']').val();$('#cart > button').html('' + json['total_items'] + '');replace_button(product_id);$('#cart > ul').load('index.php?route=common/cart/info ul li');$('#cart').addClass('show');}},error: function(xhr, ajaxOptions, thrownError) {alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);}});});$('.date').datetimepicker({pickTime: false});$('.datetime').datetimepicker({pickDate: true,pickTime: true});$('.time').datetimepicker({pickDate: false});$('button[id^=\'button-upload\']').on('click', function() {var node = this;$('#form-upload').remove();$('body').prepend('');$('#form-upload input[name=\'file\']').trigger('click');if (typeof timer != 'undefined') {clearInterval(timer);}timer = setInterval(function() {if ($('#form-upload input[name=\'file\']').val() != '') {clearInterval(timer);$.ajax({url: 'index.php?route=tool/upload',type: 'post',dataType: 'json',data: new FormData($('#form-upload')[0]),cache: false,contentType: false,processData: false,beforeSend: function() {$(node).button('loading');},complete: function() {$(node).button('reset');},success: function(json) {$('.text-danger').remove();if (json['error']) {$(node).parent().find('input').after('' + json['error'] + '');}if (json['success']) {alert(json['success']);$(node).parent().find('input').attr('value', json['code']);}},error: function(xhr, ajaxOptions, thrownError) {alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);}});}}, 500);});$('#review').delegate('.pagination a', 'click', function(e) {e.preventDefault();$('#review').fadeOut('slow').load(this.href).fadeIn('slow');});$('#review').load('index.php?route=product/product/review&product_id=835');$('#button-review').on('click', function() {$.ajax({url: 'index.php?route=product/product/write&product_id=835',type: 'post',dataType: 'json',data: $("#form-review").serialize(),beforeSend: function() {$('#button-review').button('loading');},complete: function() {$('#button-review').button('reset');},success: function(json) {$('.alert-success, .alert-danger').remove();if (json['error']) {$('#content').parent().before(' ' + json['error'] + '×');}if (json['success']) {$('#review').after(' ' + json['success'] + '');$('#form-review input, #form-review textarea').val('');$('.review_star input').attr('checked', false).prop('checked', false);$('#form-review').slideToggle();}}});});$(function() {var img_array = [], elem = $('#product .thumbnails'), elemA = elem.find('li:first a'), elemImg = elem.find('li:first img');elem.find('.image-additional a').each(function() {img_array.push({src:$(this).attr('href'), type:'image', title:$(this).attr('title')});});elem.find('.image-additional a').on('click', function(e) {e.preventDefault();var href = $(this).attr('href'), thumb = $(this).attr('data-thumb'), title = $(this).attr('title'), key = $(this).attr('data-key');elem.find('.image-additional a').removeClass('selected');$(this).addClass('selected');elemA.attr('href', href).attr('data-key', key);elemImg.attr('src', thumb);img_array[key].src = href;img_array[key].type = 'image';img_array[key].title = title;});if(img_array.length == 0) {img_array.push({src:elemA.attr('href'), type:'image', title:elemImg.attr('title')});}elemA.click(function(e) {e.preventDefault();$.magnificPopup.open({items:img_array,gallery:{enabled:true,},});$.magnificPopup.instance.goTo(parseFloat($(this).attr('data-key')));});var hash = window.location.hash;if (hash) {$('.nav-tabs a').each(function() {var href = $(this).attr('href');if (hash == href) {$($(this)).trigger('click');scroll_to(hash);}});var hashpart = hash.split('#');var vals = hashpart[1].split('-');for (i=0; i..