Conector VIP Grau 10 – RUD

Conector VIP Grau 10

previous arrownext arrow
Slider
  • Aplicável para conexão da corrente com elos de sustentação, ganchos, manilhas, pega-chapas, etc
  • Disponível em vários tamanhos. Para correntes de 6 a 28mm.
  • Kit de pino e mola disponível como componente de reposição.
  • Fator de segurança 4:1
  • Conforme norma Europeia EN 1677-1

VVS

DescriçãoCMTPesoDimensões(mm)Código
(kg) (kg/pc)TABCDE
VVS – 615000,1345185613111744040707
VVS – 825000,361247217,5142344040708
VVS – 1040000,5774288822172744040283
VVS – 1367001,2933411128233344040318
VVS – 161000021083913033273744040460
VVS – 20160003,71244215441344244040484
VVS – 22200004,81384817244374744040485
VVS – 283150010,61896922858476744041222
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); }