Shop Now
Your Cart

Schneider

TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 20kVAR@400/415V 50Hz (33kVAR@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 operating..
7,027.39 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 20kVAR@400/415V 50Hz (33kVAR@690V). It provides a 380V 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
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 25kVAR@400/415V 50Hz (42kVAR@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 operating..
7,792.20 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 25kVAR@400/415V 50Hz (42kVAR@690V). It provides a 120V 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,792.20 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 25kVAR@400/415V 50Hz (42kVAR@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,792.20 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 25kVAR@400/415V 50Hz (42kVAR@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 operating..
7,792.20 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 25kVAR@400/415V 50Hz (42kVAR@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 operating..
7,792.20 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 25kVAR@400/415V 50Hz (42kVAR@690V). It provides a 24V 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,792.20 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 25kVAR@400/415V 50Hz (42kVAR@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 operating..
7,792.20 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 25kVAR@400/415V 50Hz (42kVAR@690V). It provides a 415V 50/60 Hz AC coil, 1NO+2NC instantaneous auxiliary contacts, with front mounted early make poles and pre-wired damping resistors for current limitation. For operatin..
7,792.20 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 30kVAR@400/415V 50Hz (50kVAR@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 operating..
7,423.68 EGP
TeSys Deca contactor, 3 poles (3NO), for switching 3-phase capacitor banks up to 30kVAR@400/415V 50Hz (50kVAR@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..
10,023.30 EGP
Showing 229 to 240 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 );}});