VLBG-PLUS – RUD

VLBG-PLUS

Carga máxima de trabalho em todas as direções

previous arrownext arrow
Slider
  • Aço especial do corpo e parafuso do olhal confere superior carga de trabalho
  • Alça soldada e ajustável em direção ao içamento, maior robustez e segurança
  • Amplo range de medidas de rosca: M8 até M48 e 3/8″ até 2″

VLBG-PLUS – Rosca métrica

DescriçãoCMT(t)PesoDimensões*Código
(kg/pc)TBCEFHH(vario)IKN
VLBG-PLUS M80,630,37554344010118-7675453244041525
VLBG-PLUS M100,90,3275543439101510-9675453244041482
VLBG-PLUS M121,350,3375543438101812-11675453244041522
VLBG-PLUS M1620,558556363913,52216-14986473844041488
VLBG-PLUS M203,51,311082545516,53220-187113644844041489
VLBG-PLUS M244,51,5125825467183724-222130784844041490
VLBG-PLUS M306,73,3147103656722,54930-279151806744041497
VLBG-PLUS M3686,2197122829726,56336-2232051108744041528
VLBG-PLUS M421510,9222156100109366342-26323013010044040471
VLBG-PLUS M48 2011,6222156100105367348-30323013010044040261
CMT = Carga Máxima de Trabalho(Tonelada) Melhor condição Pior condição
*Código de produto informado válido para modelos com parafuso padrão.

VLBG- Rosca UNC

DescriçãoCMT(t)PesoDimensões*Código
(kg/pc)TBCEFHH(vario)IKN
VLBG-Z 3/8 – 16UNC0,630,2975543439101610-9875453244041376
VLBG-Z 1/2- 13UNC10,3675543438102213-12375453244040859
VLBG-Z 5/8 – 11UNC1,50,58556363913,52416-14886473844041077
VLBG-Z 3/4 – 10UNC2,51,311082545516,52819-185113644844041079
VLBG-Z 7/8 – 9UNC2,51,2511082545516,52722-211113644844041080
VLBG-Z 1 – 8UNC41,50125825467184125-211130784844041081
VLBG-Z 1-1/4 – 7UNC53,33147103656422,54132-278151806744041082
VLBG-Z 1 1/2 – 6UNC86,14197122829726,56238-2702051108744041377
CMT = Carga Máxima de Trabalho(Tonelada) Melhor condição Pior condição
*Código de produto informado válido para modelos com parafuso padrã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); }