30 Foot Aluminum Street Light Pole with 6 Foot Mast Arms, 8 Inch Diameter, 0.188 Inch Wall Thickness (2024)

  • Home
  • Light Poles
  • 30 Foot Aluminum Street Light Pole with 6 Foot Mast Arms, 8 Inch Diameter, 0.188 Inch Wall Thickness
  • Description
  • Additional Information

30 Foot Aluminum Street Light Pole with 6 Foot Mast Arms, 8 Inch Diameter, 0.188 Inch Wall Thickness. Item Number: 30A8RT1882M6

Availability
This is a made to order item. We will contact you with current lead time within one business day of order placement. For poles that can ship in a few days please visit our quick-ship poles section: quick-ship light poles.

Material
Thisaluminum street light pole comes complete with2mastarms that are 6 feet long and specifically designed tobe an integral part of this pole. The pole shaft is made from aluminum alloy 6063-T6 with a wall thickness of 0.188 inches, has an overall mounting height of 30 feet,and maximum EPA rating of 0.7 at 110 mph. The butt diameter is 8 inches and tapers to 4.5 inches in diameter at the top. To see the full specifications for our 30 Foot Aluminum Street Light Pole with 6 Foot Mast Arms and 8 Inch Bottom Diameter - 0.188 Inch, please click on the highlighted text. Our aluminum light poles are designed to American Association of State Highway & Transportation Officials (AASHTO) standards and meet all applicable material ASTM standards. All welders are American Welding Society (AWS) certified.

Anchor Bolts and Handhole Covers
This light pole includes anchor bolts made of galvanized steel (Grade 55 meeting AASHTO M314-90 standard) with a bolt circle diameter of 11 to 12 inches. A base flange with bolt covers, reinforced handhole with cover, and stainless steel hex-head screws are also included. For your convenience, anchor bolts can be pre-shipped for a nominal surcharge.

Color Options
Our standard aluminum light pole color is Natural Aluminum finish; however, we provide 5 other colors at no extra charge. Our thermoset powder coat process is in accordance with AAMA 2604 classification and is much superior to AAMA 2603 used by other manufacturers. We provide a color chart of available standard powder-coat finishes here. However, we caution that the colors you see on your screen may not be exactly the way they look on the poles and we cannot guarantee exact color.

10 Year Warranty
We are so confident that our aluminum light poles are the best that we offer an industry-leading 10 year warranty.

POLE HEIGHT:
30 Foot
INSTALLATION TYPE:
Anchor Base
POLE SHAPE:
Round Tapered
WIDTH OR DIAMETER:
8 Inch
WALL THICKNESS:
0.188 Inch
ARM LENGTH:
6 Foot
made_in_usa:
true
10_year_warranty:
true
faq_category:
aluminum-light-poles

"));$('.tbox-products-options').append($("

"));}else{$('.tbox-products-options').append($('

'+getSelectlabel+':'+getSelectedTxt+'

'));$('.tbox-products-options').append($('

'));} });}$('.form-field[data-product-attribute="swatch"]').each(function() {var getSwatchlabel = $(this).find('.form-label[data-set-swatch-label]').attr('data-set-swatch-label');var getSwatchCheckedLen = $(this).find('.form-radio:checked').length;var getSwatchCheckedTxt = $(this).find('.form-radio:checked + label > span').attr('title');if(getSwatchCheckedLen > 0){$('.tbox-products-options').append($('

'+getSwatchlabel+':'+getSwatchCheckedTxt+'

'));$('.tbox-products-options').append($('

'));}else{$('.tbox-products-options').append($("

"+getSwatchlabel+":You didn't select any option

"));$('.tbox-products-options').append($("

"));}});setTimeout(function(){if($('div.selected-options > span').hasClass('option-didnt-select')){$('.missing-options-error').show();$('#requestQuoteBtn').prop('disabled', true);}else{$('.missing-options-error').hide();$('#requestQuoteBtn').prop('disabled', false);}},800);});$( document ).on( "click", ".modal-background", function() {$('.tbox-products-options').empty();});$( document ).on( "click", ".modal-close", function() {$('.tbox-products-options').empty();});$(document).keyup(function(e) { if (e.keyCode === 13) $('.tbox-products-options').empty(); // enter if (e.keyCode === 27) $('.tbox-products-options').empty(); // esc});function send(){var firstname = document.getElementById('contact_fullname').value;var email = document.getElementById('contact_email').value;var phone = document.getElementById('contact_phone').value;var token = $("#g-recaptcha-response").val();var getProductURL = window.location.href;var getProductSKU = '30A8RT1882M6';var GetQuoteQty = document.getElementById('contact_qty').value;var save = true;if (firstname == '') { document.getElementById('contact_fullname').style.border = '1px solid red'; save = false; }if (email == '') {document.getElementById('contact_email').style.border = '1px solid red'; save = false;} else {var emailcheck = validateEmail(email);if (emailcheck == false) {document.getElementById('contact_email').style.border = '1px solid red'; save = false;alert('Invalid Email Address');}}if (phone == '') {document.getElementById('contact_phone').style.border = '1px solid red'; save = false;} else {var phonecheck = validatePhone(phone);if (phonecheck == false) {document.getElementById('contact_phone').style.border = '1px solid red'; save = false;alert('Invalid Phone Number');}}if(token ==''){alert('Please check reCAPTCHA'); save = false;}if (save) {var getTexarea1 = $('#contact_question').val();var getTexarea2 = $('#contact_question2').val();var getProTitle = $('.cart-item-name').text();var getProOption = $('.tbox-products-options > .product-options').text();var getProPrice = $('.tbox.total.productView-price').text();$('#contact_question').val('Comments/Questions: '+getTexarea2+' \n\n Product Title:'+getProTitle+' \n Product URL:'+getProductURL+' \n Item #: '+getProductSKU+' \n Quantity: '+GetQuoteQty+' \n Product Price: '+getProPrice+' \n Product Opions: '+getProOption);var url = "/pages.php?action=sendContactForm";jQuery.ajax({type: "POST",url: url,data: jQuery("#customForm").serialize(),success: function(data){setTimeout(function(){//location.reload(); window.location.href="/request-a-quote-thanks/";},1000);}});}}$( document ).on( "keyup", "input#contact_fullname", function() {if (this.value.length > 0) {$('input#contact_fullname').css("border-color" , "#999999");}else{$('input#contact_fullname').css("border-color" , "red");}});$( document ).on( "keyup", "input#contact_phone", function() {if (this.value.length > 0) {$('input#contact_phone').css("border-color" , "#999999");}else{$('input#contact_phone').css("border-color" , "red");}});$( document ).on( "keyup", "input#contact_email", function() {if (this.value.length > 0) {$('input#contact_email').css("border-color" , "#999999");}else{$('input#contact_email').css("border-color" , "red");}});function validateEmail(email) {var re = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return re.test(email.toLowerCase());}function validatePhone(phone) {var re = /^[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}$/im;return re.test(phone);}

×

  • Related Products

As an expert in the field of outdoor lighting and infrastructure, I can provide a comprehensive analysis of the information presented in the article about the "30 Foot Aluminum Street Light Pole with 6 Foot Mast Arms, 8 Inch Diameter, 0.188 Inch Wall Thickness" (Item # 30A8RT1882M6). My expertise is grounded in a thorough understanding of industry standards, materials, and specifications, ensuring that my insights are accurate and reliable.

Let's break down the key concepts and information provided in the article:

  1. Product Description:

    • The product is a 30-foot aluminum street light pole with 6-foot mast arms.
    • The pole has an 8-inch diameter and a wall thickness of 0.188 inches.
    • It is made to order, and customers will be informed of the lead time within one business day of order placement.
  2. Material and Specifications:

    • The pole shaft is constructed from aluminum alloy 6063-T6.
    • The pole has an overall mounting height of 30 feet.
    • The maximum EPA (Effective Projected Area) rating is 0.7 at 110 mph.
    • The butt diameter is 8 inches, tapering to 4.5 inches at the top.
    • The mast arms are specifically designed to be an integral part of the pole.
  3. Compliance with Standards:

    • The aluminum light poles are designed to meet American Association of State Highway & Transportation Officials (AASHTO) standards.
    • They also comply with applicable material ASTM standards.
    • All welders involved in the manufacturing process are certified by the American Welding Society (AWS).
  4. Anchor Bolts and Handhole Covers:

    • The light pole includes galvanized steel anchor bolts (Grade 55) with a bolt circle diameter of 11 to 12 inches.
    • A base flange with bolt covers, reinforced handhole with cover, and stainless steel hex-head screws are included.
  5. Color Options:

    • The standard color for the aluminum light pole is Natural Aluminum finish.
    • Five additional colors are available at no extra charge, and the thermoset powder coat process follows AAMA 2604 classification, surpassing the AAMA 2603 used by other manufacturers.
  6. Warranty:

    • The product comes with an industry-leading 10-year warranty, demonstrating the manufacturer's confidence in the quality of their aluminum light poles.
  7. Additional Information:

    • Installation type: Anchor Base
    • Pole shape: Round Tapered
  8. Related Products:

    • The article also highlights related products with varying specifications, including different heights, arm lengths, and diameters.

In conclusion, the detailed information provided demonstrates the manufacturer's commitment to high-quality materials, compliance with industry standards, and customer satisfaction, making the 30-foot aluminum street light pole a reliable and durable option for outdoor lighting applications.

30 Foot Aluminum Street Light Pole with 6 Foot Mast Arms, 8 Inch Diameter, 0.188 Inch Wall Thickness (2024)
Top Articles
Latest Posts
Article information

Author: Chrissy Homenick

Last Updated:

Views: 6080

Rating: 4.3 / 5 (54 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Chrissy Homenick

Birthday: 2001-10-22

Address: 611 Kuhn Oval, Feltonbury, NY 02783-3818

Phone: +96619177651654

Job: Mining Representative

Hobby: amateur radio, Sculling, Knife making, Gardening, Watching movies, Gunsmithing, Video gaming

Introduction: My name is Chrissy Homenick, I am a tender, funny, determined, tender, glorious, fancy, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.