Correntes VIP Grau 10 – RUD

Correntes VIP Grau 10

Alta resistência 100 kN/mm² Fator de Segurança 4:1. Içamento e Amarração de Cargas

previous arrownext arrow
Slider
  • Correntes em aço especial CrNiMo, nos diâmetros de 4 à 28mm
  • Fabricadas em conformidade com as normas PAS 1061 e EN 818
  • Pintura eletrostática termossensível (alteração de cor a partir de 225ºC)
  • Alongamento pré-ruptura 20%
  • Gravação da marca, símbolo do fabricante e código de rastreabilidade do lote

Correntes VIP Grau 10

DescriçãoCMTPesoDimensões(mm)Carga de testeCarga de rupturaCódigo
(kg)(kg/m)TDbi(kN)(kN)
4 x 126300,361245,215,72544040684
6 x 1815000,851867,837,56044040752
8 x 2425001,524810,462,510044040753
10 x 3040002,430101310016044040754
13 x 3967004,039131716626544040755
16 x 48100006,048162125040044040756
20 x 60160009,560202639563044040459
22 x 662000012,3662228,650080044040663
28 x 843150018,6842836,4772124044041216
CMT = Carga Máxima de Trabalho(kg)

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); }