Shop Now
Your Cart

Schneider

This K1 single-pole stepping switch is ideal for direct control of simple machines, has a rated voltage of 690V AC and a rated current of 12A. It has a square shape and a metallic legend with black marking. It is IP65 and installs with screws. Its high IP allows for handling of panel operations in v..
1,329.80 EGP
This Harmony K1 cam switch/selector switch has 2 poles (2P). It also has a rating of 12A, a screw clamp mounting mode and a metallic color with black marking. It has "0 - 1" marking to indicate the position of the switch. This metal head cam switch/selector switch is designed to meet most industrial..
1,161.91 EGP
This K1 voltmeter switch is ideal for switching between phase-phase and phase-neutral voltage measurements on a switchboard, has a rated voltage of 690V AC. It has a square shape and a metallic legend with black marking. It is IP65 and installs with screws. This voltmeter phase switch offers the max..
1,557.58 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 12.5kVAR@400/415V 50Hz (21kVAR@690V). It provides a 110V 50/60Hz AC coil, 1NO+2NC instantaneous auxiliary contacts, with front mounted early make poles and pre-wired damping resistors for current limitation. For operati..
4,912.84 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 12.5kVAR@400/415V 50Hz (21kVAR@690V). It provides a 220V 50/60Hz AC coil, 1NO+2NC instantaneous auxiliary contacts, with front mounted early make poles and pre-wired damping resistors for current limitation. For operati..
4,912.84 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 12.5kVAR@400/415V 50Hz (21kVAR@690V). It provides a 230V 50/60Hz AC coil, 1NO+2NC instantaneous auxiliary contacts, with front mounted early make poles and pre-wired damping resistors for current limitation. For operati..
4,912.84 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 12.5kVAR@400/415V 50Hz (21kVAR@690V). It provides a 240V 50/60Hz AC coil, 1NO+2NC instantaneous auxiliary contacts, with front mounted early make poles and pre-wired damping resistors for current limitation. For operati..
4,912.84 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 12.5kVAR@400/415V 50Hz (21kVAR@690V). It provides a 400V 50/60Hz AC coil, 1NO+2NC instantaneous auxiliary contacts, with front mounted early make poles and pre-wired damping resistors for current limitation. For operati..
4,912.84 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 16.7kVAR@400/415V 50Hz (28.5kVAR@690V). It provides a 110V 50/60Hz AC coil, 1NO+2NC instantaneous auxiliary contacts, with front mounted early make poles and pre-wired damping resistors for current limitation. For opera..
5,643.35 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 16.7kVAR@400/415V 50Hz (28.5kVAR@690V). It provides a 220V 50/60Hz AC coil, 1NO+2NC instantaneous auxiliary contacts, with front mounted early make poles and pre-wired damping resistors for current limitation. For opera..
5,643.35 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 16.7kVAR@400/415V 50Hz (28.5kVAR@690V). It provides a 230V 50/60Hz AC coil, 1NO+2NC instantaneous auxiliary contacts, with front mounted early make poles and pre-wired damping resistors for current limitation. For opera..
5,643.35 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 20kVAR@400/415V 50Hz (33kVAR@690V). It provides a 220V 50/60Hz AC coil, 1NO+2NC instantaneous auxiliary contacts, with front mounted early make poles and pre-wired damping resistors for current limitation. For operating..
7,027.39 EGP
Showing 217 to 228 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 );}});