Shop Now
Your Cart

Single contact block, Harmony XALD, XALK, silver alloy, rear mounting, screw clamp terminal, 1NC

Single contact block, Harmony XALD, XALK, silver alloy, rear mounting, screw clamp terminal, 1NC
Single contact block, Harmony XALD, XALK, silver alloy, rear mounting, screw clamp terminal, 1NC
199.43 EGP
  • Stock: In Stock
130 Course Regisered
1000320 Views Page

Price Includes VAT

This Harmony XAL, single contact block uses screw-clamp terminals and has 1 x NC contact. It is compatible with Harmony XB5 control and signaling units and XAPS control stations. This contact block allows fast and easy replacement and configuration of your push buttons and selector switches. It is easily installed and replaced on XB5 complete push-button units and selector switches and XAPS control station and connects to control circuits with simple screw-clamp connections. It protects operators from unexpected contact with live circuits thanks to its IP20 protection index. Simple modular design facilitates post installation servicing, modification and adaption of machines by non-specialists. 1 million cycle high endurance allows less maintenance and damage in your installation. Vibration resistant screw clamp connection terminals ensure high vibration resistance making product suitable installation on high impact machine.

Write a review

Please login or register to review
Tags: Schneider

Need a Better Price? Request a Quote

This ComPacT NSX100H is a complete 3P 3d fixed circuit breaker designed to optimize space and breaking capacity. It is an optimal choice for all stand..
20,820.49 EGP
It is a Compact NSXm molded case circuit breaker, 125A, 25kA at 415VAC, for all LV standard applications. It offers new features like Everlink technol..
16,282.48 EGP
TeSys DF modular fuse carrier, 1 pole (Neutral pole), for protection of control circuits up to 32A/690V. Neutral pole for 10x38mm and 8.5x31.5mm fuse ..
665.45 EGP
VarPlus Can capacitor are a reliable and flexible solution for power factor correction in stringent operating conditions. These capacitors are particu..
6,821.72 EGP
This ComPacT NSX160N is a complete 3P 3d fixed circuit breaker designed to optimize space and breaking capacity. It is an optimal choice for all stand..
15,399.25 EGP
TeSys Deca contactor, 3 poles (3NO), for motor control applications up to 80A/690V AC-3/AC-3e (37kW@400V). It provides a 24V 50/60Hz AC coil, 1NO+1NC ..
9,653.82 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 technolo..
12,254.35 EGP
TeSys LRD thermal overload relay, 32A/690V, thermal setting range 23-32A, tripping class 10A, for protection of 3-phase motors 15kW@400V. Differential..
3,948.04 EGP
This Harmony RM17-TG relay allows monitoring of power supply circuits in 3-phase networks. This modular multi function 3-phase supply control relay is..
2,686.98 EGP
TeSys LRD thermal overload relay, 25A/690V, thermal setting range 17-25A, tripping class 20, for protection of 3-phase motors 9-11kW@400V. Differentia..
5,780.68 EGP
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 );}});