Shop Now
Your Cart

Schneider

TeSys GV4 auxiliary contact block, for motor circuit breakers GV4. 1C/O contact, it performs Open/Close OF function or Trip alarm SD function, depending of its location in the circuit breaker. Rated for operation up to 5A/690V AC and 5A/250V DC. To be plugged inside the circuit breaker, in the right..
2,136.86 EGP
TeSys Integral auxiliary contact block for LD1LD, LD4LD, LD5LD contactor breakers. It provides 3 instantaneous signalling contacts 2NO+1NC for contactor state. Contacts rated up to 6A 690V in AC-15 and DC-13 categories, connection by screw clamp terminals. Mounted on the right-hand side of a contact..
1,385.56 EGP
TeSys Integral auxiliary contact block for LD1LD, LD4LD, LD5LD contactor breakers. It provides 4 instantaneous signalling contacts 2NO+1NC for contactor state, 1 selectable NO or NC for tripping. Contacts rated up to 6A 690V in AC-15 and DC-13 categories, connection by screw clamp terminals. Mounted..
3,423.77 EGP
TeSys U auxiliary signaling contact block for TeSys U starter controllers. It provides 1NO contact for open/close status (OF contact) and 1NC contact for tripping status (SD contact), rated up to 5A 250V AC/DC. To be inserted in the provided location of the power base. Green Premium compliant (RoHS/..
452.57 EGP
TeSys U auxiliary signaling contact block for TeSys U starter controllers. It provides 1NO contact for open/close status (OF contact) and 1NO contact for tripping status (SD contact), rated up to 5A 250V AC/DC. To be inserted in the provided location of the power base. Green Premium compliant (RoHS/..
593.71 EGP
TeSys U auxiliary signaling contact block for TeSys U starter controllers. It provides 2NO contacts for open/close status (OF contact), rated up to 5A 250V AC/DC. To be clipped on the left-hand side of the power base. Green Premium compliant (RoHS/REACh)...
4,234.62 EGP
TeSys U auxiliary signaling contacts module to be inserted in standard power bases LUB12, LUB32, LUB38 or advanced power base LUB120, LUB320, LUB380. It indicates the ON/OFF running status of the motor, whatever the direction of rotation. It provides 1NO+1NC instantaneous auxiliary contacts rated 24..
1,111.91 EGP
TeSys U auxiliary signaling contacts module to be inserted in standard power bases LUB12, LUB32, LUB38 or advanced power base LUB120, LUB320, LUB380. It indicates the ON/OFF running status of the motor, whatever the direction of rotation. It provides 2NC instantaneous auxiliary contacts rated 24-250..
1,111.91 EGP
Showing 181 to 192 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 );}});