Shop Now
Your Cart

Schneider

TeSys K contactor, 4 poles (4NO), for motor control applications up to 9A/690V AC-3 (4kW@400V), and for non-inductive load control applications up to 20A/690V AC-1. It provides a 220/230V 50/60Hz AC coil,without built-in auxiliary contact, connection by screw clamp terminals. For operating rates unt..
3,690.09 EGP
It is a fixed toggle padlocking device for Compact NSXm and PowerPact B circuit breakers. It can receive up to three padlocks with diameter of 5 to 8 mm and is used to lock the device in OFF or ON position. Locking in the OFF position ensures isolation as per IEC 60947-2...
2,407.11 EGP
It is a fixed toggle padlocking device for Compact NSXm and PowerPact B circuit breakers. It can receive up to three padlocks with diameter of 5 to 8 mm and is used to lock the device in OFF position only. Locking in the OFF position ensures isolation as per IEC 60947-2...
2,557.95 EGP
It is a Compact NSXm molded case circuit breaker, 160A, 25kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the..
13,835.01 EGP
It is a Compact NSXm molded case circuit breaker, 160A, 25kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the..
15,237.20 EGP
It is a Compact NSXm molded case circuit breaker, 32A, 25kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the ..
10,648.20 EGP
It is a Compact NSXm molded case circuit breaker, 32A, 25kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the ..
10,648.20 EGP
It is a Compact NSXm molded case circuit breaker, 32A, 25kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the ..
10,350.76 EGP
It is a Compact NSXm molded case circuit breaker, 40A, 25kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the ..
9,670.91 EGP
It is a Compact NSXm molded case circuit breaker, 80A, 25kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the ..
9,670.91 EGP
It is a Compact NSXm molded case circuit breaker, 100A, 25kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the..
15,832.07 EGP
It is a Compact NSXm molded case circuit breaker, 100A, 25kA at 415VAC, for all LV standard applications. It offers new features like Everlink technology, DIN rail and plate mounting capability. It embeds new spring type auxiliaries externally visible. Compact NSXm is one of the smallest MCCB on the..
15,832.07 EGP
Showing 253 to 264 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 );}});