Ponto de Ancoragem PSA – RUD

Ponto de Ancoragem PSA

Ponto de Ancoragem Giratório

previous arrownext arrow
Slider
  • Fabricado em aço inox para uso externo
  • Olhal giratório, realiza giros em direçãoà linha de vida sem desaparafusar
  • Disponível em diferentes comprimentos de rosca
  • 100% testado contra a presença de trincas
  • Atende aos requisitos da norma EN 795
  • Clara distinção na forma e marcações em comparação com a porca olhal DIN 580

Ponto de ancoragem PSA

DescriçãoCMTPesoDimensões(mm)Código
(kg)(kg/pc)DETL
PSA-VRS M121 pessoa0,230305618-15044040902
PSA-VRS M12 INOX1 pessoa0,230305618-5044040900
PAP M161 pessoa0,3535374024-12042048976
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); }