Gancho C – RUD

Gancho C

previous arrownext arrow
Slider
  • Gancho “C” ideal para bobinas, tubos ou buchas com furo central na horizontal.
  • Contra-peso para equilíbrio do Gancho C sem carga.
  • Batente fim de curso na extremidade do braço inferior para evitar o escorregamento da carga.
  • Conforme normas DIN-EN 13155, EN 818, EN 1677; AWS D1.1/D1.1M:2010

Gancho C

DescriçãoCMTDimensões(mm)Código
(t)ABCDE
Gancho C 2,5t2,57501405007515046044396
Gancho C 5t511252305009019046044397
Gancho C 10t10150030060012025046044398
Gancho C 15t15150035060012025046044399
Gancho C 20t20160037070018036046044400

Itens para Orçamento

'; return emailHtml; } // Função para criar o HTML do email function criarHtmlEmailToolMover() { // var cart = JSON.parse(sessionStorage.getItem('cart')) || {}; //alert('entrou criarE-mail'); var emailHtml = ' '; emailHtml += ''; emailHtml += ' '; // Cabeçalho do email emailHtml += '

Orçamento Online ToolMover Personalizado

'; emailHtml += '

CNPJ: ' + document.getElementById('cnpj').value + '

'; emailHtml += '

Empresa: ' + document.getElementById('empresa').value + '

'; emailHtml += '

Nome: ' + document.getElementById('nome').value + '

'; emailHtml += '

Telefone: ' + document.getElementById('telefone').value + '

'; emailHtml += '

E-mail: ' + document.getElementById('email').value + '

'; emailHtml += '

Equipamento: ' + document.getElementById('tipo').value + '

'; //emailHtml += '

Item para orçamento

'; emailHtml += '
'; emailHtml += ''; emailHtml += ''; emailHtml += ''; emailHtml += ''; //emailHtml += ''; emailHtml += ''; emailHtml += ''; emailHtml += ''; emailHtml += ''; emailHtml += ''; emailHtml += ''; emailHtml += ''; // emailHtml += ''; // emailHtml += ''; //emailHtml += ''; emailHtml += '
CMT(t)Cota ACota BCota CProteção na Mesa?
' + document.getElementById('cmt').value + '' + document.getElementById('cA').value + '' + document.getElementById('cB').value + '' + document.getElementById('cC').value + '' + document.getElementById('sProtMesa').value + '
' + document.getElementById('obs').value + '
'; emailHtml += '

Observação: ' + document.getElementById('obs').value + '

'; emailHtml += ' '; //alert(emailHtml); return emailHtml; } function enviarFormToolMover(){ var htmlEmail = criarHtmlEmailToolMover(); document.getElementById('html_email').value = htmlEmail; //alert(htmlEmail); } function enviarForm(){ document.getElementById('enviar-orcamento').value = 'Aguarde... Enviando...'; // document.getElementById('enviar-orcamento').disabled = true; var htmlEmail = criarHtmlEmail(); document.getElementById('html_email').value = htmlEmail; //document.getElementById('form-orcamento').submit(); //alert(htmlEmail); }