rkv2308@gmail.com
  с 9-00 до 17-30

Резьбонарезной манипулятор Metallkraft GS 1000-12 P

Виробник: Metallkraft
Модель: Metallkraft GS 1000-12 P
Артикул 4450012
29 900 грн с НДС
В наявності

Техническое описание:

  • Пневматический резьбонарезной манипулятор Metallkraft GS 1000-12 P качественно обеспечивает быструю и точную нарезку резьбы с помощью свободно устанавливаемого поворотного рычага.
  • Головка манипулятора может поворачиваться от 0 до 90 градусов.
  • Быстросменный патрон с фрикционной муфтой служит для безопасного нарезания резьбы без риска поломки метчиков.
  • На головке резьбонарезного манипулятора Metallkraft GS 1000-12 P можно выбрать вращение вправо-влево.
  • Манометр и регулятор рабочего давления удобно расположены на поворотном рычаге.
  • Тумба с прижимным механизмом доступны как аксессуары.

 

Технические характеристики:

Резьбонарезной манипулятор Metallkraft
GS 1000-12 P

арт.

4450012

Общая информация

Диапазон нарезания резьбы  при 400 Н / мм²

M3 — M12

Скорость вращения шпинделя

400 об/мин

Уровень звукового давления Lp

54 дБ (A)

Направление вращения инструмента

Правое / левое

Привод

пневматический

Вылет стрелы рычага

1000 мм

Регулировка угла наклона резьбонарезной головки

0 — 90 °

Размеры и вес

Длина

930 мм

Ширина / глубина

90 мм

Высота

520 мм

Вес (нетто)

17 кг

Пневматическое подключение

Рабочее давление

6-8 бар

 

 

Комплект поставки:

  1. Регулятор давления.
  2. Фильтр.
  3. Влагоотделитель.
  4. По 1 резьбовому патрону GT12 M3, M4, M5-6, M8, M10, M12.

 

Сравнительная таблица:

Резьбонарезной манипулятор Metallkraft
GS 1000-12 P
GS 1100-16 E
GS 1200-24 E
GS 1200-36 E

Артикул

4450012

4450116

4450124

4450136

Резьбовые отверстия при 400 Н / мм²

M3 — M12

M3 — M16

M6 — M24

M6 — M36

Максимальная. скорость

400 об/мин

312 об/мин

250 об/мин

156 об/ мин

Уровень звукового давления Lp

54 дБ (A)

59 дБ (A)

73 дБ (A)

73 дБ (A)

Направление резания

право/лево

право/лево

право/лево

право/лево

Система привода

пневматический

электрический

электрический

электрический

Радиус консоли

1000 мм

1100 мм

1200 мм

1200 мм

Рабочее давление

6-8 бар

  —

  —

  —

Регулировка угла

0 — 90 °

0 — 90 °

0 — 90 °

0 — 90 °

Размеры и вес

Длина

930 мм

930 мм

1400 мм

1400 мм

Ширина

90 мм

60 мм

$('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 = ''; $('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('
' + 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=2619'); $('#button-review').on('click', function() { $.ajax({ url: 'index.php?route=product/product/write&product_id=2619', 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; });