- Суцільна станина з сірого чавуну для плавного ходу
- Паз для захисту від стікання ASR для максимальної безпеки при закріпленні затискних пристроїв
- Комфортна робота завдяки безступінчатому регулюванню швидкості за допомогою частотного перетворювача
- Міцна задня бабка та хід пінолі 102 мм
- Гнучкість роботи завдяки мобільному блоку управління з магнітним тримачем, який можна розмістити в потрібному положенні
- Цифрова індикація частоти обертання та перемикання обертання вправо/вліво за допомогою блоку керування
- Практичний 24-ступінчастий пристрій поділу шпинделя для точного позиціонування, наприклад, при свердлінні отворів або фрезеруванні
- Може також використовуватися як окремий верстат завдяки опціональній опорній рамі
|
Верстат токарний по дереву Holzstar |
DB 510 PRO VARIO |
|
арт. |
5822051 |
|
ДхШхВ (мм) |
1100x470x470 |
|
Вага (кг) |
62 |
|
Напруга живлення |
230В |
|
Частота мережі |
50 Гц |
|
Макс. діаметр обертання (мм) |
355 |
|
Макс. висота обробки (мм) |
178 |
|
Макс. ширина обробки (мм) |
508 |
|
Різьба шпинделя |
М 33 х 3,5 |
|
Конус шпинделя |
МК2 |
|
Конус задньої бабки |
МК2 |
|
Поворотна шпиндельна головка |
Ні |
|
Найбільша довжина деталі (мм) |
96,5 |
|
Перетворювач частоти |
Так |
|
Мобільна панель керування |
Так |
|
Швидкості (хв-1) |
150-650/400-1550/850-3850 |
|
Кількість швидкостей |
3 |
|
Контроль швидкості |
Безступінчасте регулювання |
|
Різьба задньої бабки |
Трапеція |
|
Хід задньої бабки (мм) |
102 |
|
Вихідна потужність (кВт) |
0,74 |
|
Вхідна потужність (кВт) |
1,1 |
|
Реверс праворуч-ліворуч |
Так |
Комплект постачання:
- Упор для інструменту 200 мм
- Лицьова панель 80 мм
- Чотириточковий привід
- Привідний центр
- Довгий шток виштовхувача
- Короткий виштовхувач
- Затискний ключ 46 мм
- Затискний ключ 38 мм
- Шестигранний ключ (2,5 мм, 3 мм, 4 мм, 5 мм)
Рекомендуемые дополнительные принадлежности:
|
Аксесуари |
Арт. № |
|
Подовжувач станини до DB 510 Pro
Vario / 1118 мм |
5831010 |
|
Підставка |
5831100 |
|
Підставка до подовжувача станини |
5831105 |
|
4-кулачковий патрон M33x3,5 з
запобіжником |
5831500 |
|
Комплект 4-кулачкових патронів
преміум-класу Ø95 мм M33x3,5 із запобіжником |
5831501 |
|
4-кулачковий патрон преміум-класу
Ø115 мм із запобіжником |
5831502 |
|
Корпус патрона Ø 95 мм із
запобіжником |
5831550 |
|
Корпус патрона Ø 115 мм із
запобіжником |
5831551 |
|
Свердлильний швидкознімний патрон
MK 2; 1 - 16 мм |
3050571 |
|
Свердлильний швидкознімний патрон
MK 2; 1 - 13 мм |
3050572 |
|
Гвинтовий патрон ASR |
5831400 |
|
Запобіжне кільце |
5831405 |
|
Пристрій для заточування різця |
5831410 |
|
$('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) {
$('.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',
beforeSend: function() {
$('#button-cart').button('loading');
},
complete: function() {
$('#button-cart').button('reset');
},
success: function(json) {
$('.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] + ' ');
}
}
}
if (json['error']['recurring']) {
$('select[name=\'recurring_id\']').after('' + json['error']['recurring'] + ' ');
}
// Highlight any found errors
$('.text-danger').parent().addClass('has-error');
}
if (json['success']) {
html = '';
html += ' ';
$('body').append(html);
$('#modal-cart').modal('show');
$('#cart-total').html(json['total']);
$('#cart > ul').load('index.php?route=common/cart/info ul li');
}
}
});
});
$('.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');
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('';
html += ' ';
html += ' ';
html += '' + 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');
$('#review').load(this.href);
$('#review').fadeIn('slow');
});
$('#review').load('index.php?route=product/product/review&product_id=2801');
$('#button-review').on('click', function() {
$.ajax({
url: 'index.php?route=product/product/write&product_id=2801',
type: 'post',
dataType: 'json',
data: 'name=' + encodeURIComponent($('input[name=\'name\']').val()) + '&text=' + encodeURIComponent($('textarea[name=\'text\']').val()) + '&rating=' + encodeURIComponent($('input[name=\'rating\']:checked').val() ? $('input[name=\'rating\']:checked').val() : '') + '&captcha=' + encodeURIComponent($('input[name=\'captcha\']').val()),
beforeSend: function() {
$('#button-review').button('loading');
},
complete: function() {
$('#button-review').button('reset');
$('#captcha').attr('src', 'index.php?route=tool/captcha#'+new Date().getTime());
$('input[name=\'captcha\']').val('');
},
success: function(json) {
$('.alert-success, .alert-danger').remove();
if (json['error']) {
$('#review').after(' ' + json['error'] + ' ');
}
if (json['success']) {
$('#review').after(' ' + json['success'] + ' ');
$('input[name=\'name\']').val('');
$('textarea[name=\'text\']').val('');
$('input[name=\'rating\']:checked').prop('checked', false);
$('input[name=\'captcha\']').val('');
}
}
});
});
$(document).ready(function() {
$('.thumbnails').magnificPopup({
type:'image',
delegate: 'a',
gallery: {
enabled:true
}
});
});
$('.images-additional img').click(function(){
$('.main-image img').attr('src',$(this).attr('src').replace('74x74','228x228'));
$('.main-image').attr('href',$(this).parent().attr('href'));
return false;
});
$('#related-products').owlCarousel({
responsiveBaseWidth: '#related-products',
itemsCustom: [[0, 1], [448, 2], [668, 3], [848, 4], [1000, 5]],
theme: 'product-carousel',
navigation: true,
slideSpeed: 200,
paginationSpeed: 300,
autoPlay: false,
stopOnHover: true,
touchDrag: false,
mouseDrag: false,
navigationText: ['', ''],
pagination: false,
});
$('.quantity-plus-minus #minus').click(function () {
var $input = $('.quantity input[type="text"]');
var count = parseInt($input.val()) - 1;
count = count < 1 ? 1 : count;
$input.val(count);
$input.change();
return false;
});
$('.quantity-plus-minus #plus').click(function () {
var $input = $('.quantity input[type="text"]');
$input.val(parseInt($input.val()) + 1);
$input.change();
return false;
});
|

RU
UA