Shop Now
Your Cart

Schneider

TeSys U control and diagnostic unit to be inserted in advanced power bases LUB320, LUB380 to form a TeSys U starter controller, for 1-phase motor applications up to 4kW@400V. It provides full protection to motors with a rated current Ir 4.5-18A (Ir adjustable), overload tripping class 10, short circ..
16,251.51 EGP
TeSys U control and diagnostic unit to be inserted in advanced power bases LUB120, LUB320, LUB380 to form a TeSys U starter controller, for 3-phase motor applications up to 0.09kW@400V. It provides full protection to motors with a rated current Ir 0.15-0.6A (Ir adjustable), overload tripping class 1..
23,681.30 EGP
TeSys U control and diagnostic unit to be inserted in advanced power bases LUB120, LUB320, LUB380 to form a TeSys U starter controller, for 3-phase motor applications up to 0.09kW@400V. It provides full protection to motors with a rated current Ir 0.15-0.6A (Ir adjustable), overload tripping class 2..
7,423.68 EGP
TeSys U control and diagnostic unit to be inserted in advanced power bases LUB120, LUB320, LUB380 to form a TeSys U starter controller, for 3-phase motor applications up to 0.09kW@400V. It provides full protection to motors with a rated current Ir 0.35-1.5A (Ir adjustable), overload tripping class 1..
6,984.88 EGP
TeSys U control and diagnostic unit to be inserted in advanced power bases LUB120, LUB320, LUB380 to form a TeSys U starter controller, for 3-phase motor applications up to 0.09kW@400V. It provides full protection to motors with a rated current Ir 0.35-1.5A (Ir adjustable), overload tripping class 2..
7,180.24 EGP
TeSys U control and diagnostic unit to be inserted in advanced power bases LUB120, LUB320, LUB380 to form a TeSys U starter controller, for 3-phase motor applications up to 0.25kW@400V. It provides full protection to motors with a rated current Ir 0.35-1.4A (Ir adjustable), overload tripping class 1..
16,483.50 EGP
TeSys U control and diagnostic unit to be inserted in advanced power bases LUB120, LUB320, LUB380 to form a TeSys U starter controller, for 3-phase motor applications up to 0.25kW@400V. It provides full protection to motors with a rated current Ir 0.35-1.4A (Ir adjustable), overload tripping class 1..
17,820.50 EGP
TeSys U control and diagnostic unit to be inserted in advanced power bases LUB120, LUB320, LUB380 to form a TeSys U starter controller, for 3-phase motor applications up to 1.5kW@400V. It provides full protection to motors with a rated current Ir 1.25-5A (Ir adjustable), overload tripping class 10, ..
21,043.94 EGP
TeSys U control and diagnostic unit to be inserted in advanced power bases LUB120, LUB320, LUB380 to form a TeSys U starter controller, for 3-phase motor applications up to 1.5kW@400V. It provides full protection to motors with a rated current Ir 1.25-5A (Ir adjustable), overload tripping class 10, ..
21,532.34 EGP
TeSys U control and diagnostic unit to be inserted in advanced power bases LUB120, LUB320, LUB380 to form a TeSys U starter controller, for 3-phase motor applications up to 1.5kW@400V. It provides full protection to motors with a rated current Ir 1.25-5A (Ir adjustable), overload tripping class 20, ..
4,065.20 EGP
TeSys U control and diagnostic unit to be inserted in advanced power bases LUB120, LUB320, LUB380 to form a TeSys U starter controller, for 3-phase motor applications up to 5.5kW@400V. It provides full protection to motors with a rated current Ir 3-12A (Ir adjustable), overload tripping class 10, sh..
20,360.18 EGP
TeSys U control and diagnostic unit to be inserted in advanced power bases LUB120, LUB320, LUB380 to form a TeSys U starter controller, for 3-phase motor applications up to 5.5kW@400V. It provides full protection to motors with a rated current Ir 3-12A (Ir adjustable), overload tripping class 10, sh..
23,577.51 EGP
Showing 49 to 60 of 3837 (320 Pages)
document.addEventListener('DOMContentLoaded', function () {// Only show the button when the RFQ form exists on the product page const quotationForm = document.querySelector('#rfq-form-product');if (!quotationForm) { return; }// Prevent duplicate buttons if (document.querySelector('#request-quotation-scroll')) { return; }// Create button const quoteButton = document.createElement('button');quoteButton.id = 'request-quotation-scroll'; quoteButton.type = 'button'; quoteButton.className = 'btn request-quotation-scroll';quoteButton.innerHTML = ' REQUEST QUOTATION';// Smooth scroll quoteButton.addEventListener('click', function (e) {e.preventDefault();const form = document.querySelector('#rfq-form-product');if (!form) { return; }// Offset for sticky header const headerOffset = 120;const position = form.getBoundingClientRect().top + window.pageYOffset - headerOffset;window.scrollTo({ top: position, behavior: 'smooth' });});/* * Try to place it next to the QUESTION button */ const buttons = document.querySelectorAll( 'button, a.btn, .btn' );let questionButton = null;buttons.forEach(function (button) {const text = button.textContent .trim() .toUpperCase();if (text.includes('QUESTION')) { questionButton = button; }});if (questionButton) {questionButton.insertAdjacentElement( 'afterend', quoteButton );return; }/* * Fallback: * put it next to Add To Cart */ const cartButton = document.querySelector('#button-cart');if (cartButton) {cartButton.insertAdjacentElement( 'afterend', quoteButton );}});