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

Электрод для сварки TIG алюминия 3,3536

Производитель Schweisskraft
Модель Електрод для зварювання TIG алюмінію 3,3536
Артикул 1450332
5 493 грн с НДС
Под заказ, 30 дней

Матеріал Al Mg 3 № 3.3536 DIN 1732 — зварювання прокатних і литих алюмінієво-магнієвих сплавів.

Електрод для зварювання TIG алюмінію матеріал Al Mg 3 № 3.3536 DIN 1732

арт.

1450332

1450340

1450324

1450320

1450316

Розміри та вага

Діаметр

3,2 мм

4,0 мм

2,4 мм

2,0 мм

1,6 мм

Довжина

1000 мм

1000 мм

1000 мм

1000 мм

1000 мм

Вага

5 кг

5 кг

5 кг

5 кг

5 кг

Специфікації

Сплав

алюміній

алюміній

алюміній

алюміній

алюміній

Матеріал номер

3,3536

3,3536

3,3536

3,3536

3,3536

Стандартні позначення

ДИН 1732

ДИН 1732

ДИН 1732

ДИН 1732

ДИН 1732

Базові матеріали

Al Mg 3, Al Mg 1, Al Mg 2, Al Mg Mn, Al Mg Si 0,5, G-Al Mg 3

Al Mg 3, Al Mg 1, Al Mg 2, Al Mg Mn, Al Mg Si 0,5, G-Al Mg 3

Al Mg 3, Al Mg 1, Al Mg 2, Al Mg Mn, Al Mg Si 0,5, G-Al Mg 3

Al Mg 3, Al Mg 1, Al Mg 2, Al Mg Mn, Al Mg Si 0,5, G-Al Mg 3

Al Mg 3, Al Mg 1, Al Mg 2, Al Mg Mn, Al Mg Si 0,5, G-Al Mg 3

Захисний газ

Чистий аргон

Чистий аргон

Чистий аргон

Чистий аргон

Чистий аргон

DIN

АлМг 3

АлМг 3

АлМг 3

АлМг 3

АлМг 3

Хімічний склад Mn

0,40%

0,40%

0,40%

0,40%

0,40%

Хімічний склад Mg

3,00%

3,00%

3,00%

3,00%

3,00%

Хімічний склад Cr

0,30%

0,30%

0,30%

0,30%

0,30%

Хімічний склад Ti

0,25%

0,25%

0,25%

0,25%

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