PP-VIP – RUD

PP-VIP

Projeto patenteado. Giratório e ajustável.

previous arrownext arrow
Slider
  • Giratório 360° e ajustável 230°
  • Base aparafusável com rolamentos que garante giro total com eficiência e segurança. Ideal para tombamento de cargas.
  • Sistema de rolamento duplo proporciona uma movimentação suave e precisa

PP-VIP – Rosca métrica

DescriçãoCMT(t)PesoDimensõesCódigo
(kg/pc)TADEF
PP-VIP4-0.63 t-M120,630,630,2541440361844040487
PP-VIP6-1.5 t-M161,51,50,4549646412444040383
PP-VIP8-2.5 t-M202,52,50,9561861553044040292
PP-VIP10-4 t-M24442,2771078703644040479
PP-VIP13-5 t-M306,753,5931395854544040296
PP-VIP16-8 t-M361084,710216100905444040480
CMT = Carga Máxima de Trabalho(Tonelada) Melhor condição Pior condição

PP-VIP – Rosca UNC

DescriçãoCMT(t)PesoDimensõesCódigo
(kg/pc)TADEF
PP-VIP4-0.63 t-1/2-13UNC0,630,630,2541440361844044830
PP-VIP6-1.5 t-5/8-11UNC1,51,50,4549646412444044831
PP-VIP8-2.5 t-3/4-10UNC2,52,50,9561861553044044832
PP-VIP10-4 t-1-8UNC442,2771078703644044834
PP-VIP13-5 t-1 1/4-7UNC6,753,5931395854544044835
PP-VIP16-8 t-1 1/2-6UNC1084,710216100905444044836
CMT = Carga Máxima de Trabalho(Tonelada) Melhor condição Pior condição

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