Authorized Dealer

Only parts from trusted brands

Fast & Free Delivery

Free Shipping on most orders over $175**

30 Days Returns

30 days open purchase

Dedicated Support

We support Mon-Fri

Seco Manufacturing

SECO Manufacturing is a trusted leader in crafting high-quality accessories for land surveying, GPS, construction, monitoring, and agriculture equipment. Known for precision engineering and durable products, SECO ensures that professionals have the reliable tools they need to get the job done right. Explore SECO’s range of innovative solutions designed to enhance accuracy and efficiency on every project.

SEE ALL PRODUCTS

Why Buy From Titan Tools Direct?

We offer a comprehensive selection of high-quality engineering and construction tools, including Pipe Lasers, Robotic Total Stations, Surveying Equipment, Stand By Generators, and Pipe Locators. Our commitment to excellence ensures you receive only the best products, backed by expert advice and exceptional customer service. With competitive pricing and fast shipping, TitanToolsDirect.com is your go-to destination for reliable, top-tier engineering supplies. Shop with confidence and experience the difference in quality and service that sets us apart.

Read More

How a Generac Generator Works

=0){ document.body.innerHTML+='

'; window.addEventListener("click",(e)=>{ console.log(e.target); document.querySelector(".log-scroll-robert").innerText=e.target.className+"_"+e.target.id+"\r\n"+document.querySelector(".log-scroll-robert").innerText; }); } // --------------------------------------------------------------------------- // Money format handler // --------------------------------------------------------------------------- Shopify.money_format = "${{amount}}"; Shopify.formatMoney = function(cents, format) { if (typeof cents == 'string') { cents = cents.replace('.',''); } var value = ''; var placeholderRegex = /\{\{\s*(\w+)\s*\}\}/; var formatString = (format || this.money_format); function defaultOption(opt, def) { return (typeof opt == 'undefined' ? def : opt); } function formatWithDelimiters(number, precision, thousands, decimal) { precision = defaultOption(precision, 2); thousands = defaultOption(thousands, ','); decimal = defaultOption(decimal, '.'); if (isNaN(number) || number == null) { return 0; } number = (number/100.0).toFixed(precision); var parts = number.split('.'), dollars = parts[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g, '$1' + thousands), cents = parts[1] ? (decimal + parts[1]) : ''; return dollars + cents; } switch(formatString.match(placeholderRegex)[1]) { case 'amount': value = formatWithDelimiters(cents, 2); break; case 'amount_no_decimals': value = formatWithDelimiters(cents, 0); break; case 'amount_with_comma_separator': value = formatWithDelimiters(cents, 2, '.', ','); break; case 'amount_no_decimals_with_comma_separator': value = formatWithDelimiters(cents, 0, '.', ','); break; } return formatString.replace(placeholderRegex, value); }; console.log("SUBSCRIBing MENUS"); const selector = ".brator-header-menu-area.scroll-menu .brator-header-menu .down-menu,.only_nt_desktop"; Array.from(document.querySelectorAll(selector)).forEach(elem => { elem.addEventListener('mouseenter', event => { document.querySelector('.header-overlay').classList.add('open'); }); elem.addEventListener('mouseleave', event => { document.querySelector('.header-overlay').classList.remove('open'); }); }); console.log("SUBSCRIBED MENUS");