Shop Now
Your Cart

Schneider

TeSys Vario add-on module, neutral pole 12-40A 690V, for TeSys Vario switch-disconnector. To be used with V02 to V2 switch bodies. Contacts with early make and late break action. Multi standards certified (IEC, UL, CSA, CCC, EAC), Green Premium compliant (RoHS/REACh)...
990.54 EGP
TeSys Vario add-on module, neutral pole 63-80A 690V, for TeSys Vario switch-disconnector. To be used with V3 and V4 switch bodies. Contacts with early make and late break action. Multi standards certified (IEC, UL, CSA, CCC, EAC), Green Premium compliant (RoHS/REACh)...
1,279.00 EGP
TeSys Vario add-on module, main pole 12A 690V, for Vario switch-disconnectors. To be used with V02 switch bodies. A maximum of 3 additional VZ02 modules can be attached to the switch body. Multi standards certified (IEC, UL, CSA, CCC, EAC), Green Premium compliant (RoHS/REACh)...
732.60 EGP
TeSys Vario add-on module, main pole 20A 690V, for Vario switch-disconnectors. To be used with V01 switch bodies. A maximum of 3 additional VZ01 modules can be attached to the switch body. Multi standards certified (IEC, UL, CSA, CCC, EAC), Green Premium compliant (RoHS/REACh)...
775.34 EGP
TeSys Vario add-on module, main pole 25A 690V, for Vario switch-disconnectors. To be used with V0 switch bodies. A maximum of 3 additional VZ0 modules can be attached to the switch body. Multi standards certified (IEC, UL, CSA, CCC, EAC), Green Premium compliant (RoHS/REACh)...
805.13 EGP
TeSys Vario add-on module, main pole 32A 690V, for Vario switch-disconnectors. To be used with V1 switch bodies. A maximum of 3 additional VZ1 modules can be attached to the switch body. Multi standards certified (IEC, UL, CSA, CCC, EAC), Green Premium compliant (RoHS/REACh)...
851.65 EGP
TeSys Vario add-on module, main pole 40A 690V, for Vario switch-disconnectors. To be used with V2 switch bodies. A maximum of 3 additional VZ2 modules can be attached to the switch body. Multi standards certified (IEC, UL, CSA, CCC, EAC), Green Premium compliant (RoHS/REACh)...
892.86 EGP
TeSys Vario add-on module, main pole 63A 690V, for Vario switch-disconnectors. To be used with V3 switch bodies. A maximum of 3 additional VZ3 modules can be attached to the switch body. Multi standards certified (IEC, UL, CSA, CCC, EAC), Green Premium compliant (RoHS/REACh)...
1,155.37 EGP
TeSys Vario add-on module, main pole 80A 690V, for Vario switch-disconnectors. To be used with V4 switch bodies. A maximum of 3 additional VZ4 modules can be attached to the switch body. Multi standards certified (IEC, UL, CSA, CCC, EAC), Green Premium compliant (RoHS/REACh)...
1,155.37 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 1-phase motor applications up to 0.04kW@400V. It provides full protection to motors with a rated current Ir 0.15-0.6A (Ir adjustable), overload tripping class 1..
12,619.04 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 1-phase motor applications up to 0.09kW@400V. It provides full protection to motors with a rated current Ir 0.35-1.4A (Ir adjustable), overload tripping class 1..
13,321.11 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 1-phase motor applications up to 2.2kW@400V. It provides full protection to motors with a rated current Ir 3-12A (Ir adjustable), overload tripping class 10, sh..
13,601.94 EGP
Showing 37 to 48 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 );}});