Shop Now
Your Cart

Schneider

This analog isolated input module is part of the Modicon X80 range, an offer of common input/output and communication modules, power supplies and racks for Modicon M340 and Modicon M580. This product is composed of 4 input channels. This product complies with "TC" treatment requirements (treatment f..
23,383.36 EGP
This analog isolated input module is part of the Modicon X80 range, an offer of common input/output and communication modules, power supplies and racks for Modicon M340 and Modicon M580. This product is composed of 8 input channels. This ruggedized product can be used in more severe environments, an..
63,638.96 EGP
This analog isolated input module is part of the Modicon X80 range, an offer of common input/output and communication modules, power supplies and racks for Modicon M340 and Modicon M580. This product is composed of 8 input channels. This product complies with "TC" treatment requirements (treatment f..
41,062.56 EGP
This analog isolated input module is part of the Modicon X80 range, an offer of common input/output and communication modules, power supplies and racks for Modicon M340 and Modicon M580. This product is composed of 8 input channels. This product complies with "TC" treatment requirements (treatment f..
41,062.56 EGP
This analog isolated output module is part of the Modicon X80 range, an offer of common input/output and communication modules, power supplies and racks for Modicon M340 and Modicon M580. This product is composed of 2 output channels. This product complies with "TC" treatment requirements (treatment..
20,032.32 EGP
This analog isolated output module is part of the Modicon X80 range, an offer of common input/output and communication modules, power supplies and racks for Modicon M340 and Modicon M580. This product is composed of 4 output channels. This ruggedized product can be used in more severe environments, ..
44,327.36 EGP
This analog isolated output module is part of the Modicon X80 range, an offer of common input/output and communication modules, power supplies and racks for Modicon M340 and Modicon M580. This product is composed of 4 output channels. This product complies with "TC" treatment requirements (treatment..
36,054.48 EGP
This analog isolated output module is part of the Modicon X80 range, an offer of common input/output and communication modules, power supplies and racks for Modicon M340 and Modicon M580. This product is composed of 4 output channels. This product complies with "TC" treatment requirements (treatment..
36,054.48 EGP
This analog isolated output module is part of the Modicon X80 range, an offer of common input/output and communication modules, power supplies and racks for Modicon M340 and Modicon M580. This product is composed of 4 output channels. This product complies with "TC" treatment requirements (treatment..
36,054.48 EGP
This analog isolated input module is part of the Modicon X80 range, an offer of common input/output and communication modules, power supplies and racks for Modicon M340 and Modicon M580. This product is composed of 4 input channels. This product complies with "TC" treatment requirements (treatment f..
29,346.24 EGP
This analog isolated input module is part of the Modicon X80 range, an offer of common input/output and communication modules, power supplies and racks for Modicon M340 and Modicon M580. This product is composed of 8 input channels. This product complies with "TC" treatment requirements (treatment f..
44,044.00 EGP
This analog isolated input module is part of the Modicon X80 range, an offer of common input/output and communication modules, power supplies and racks for Modicon M340 and Modicon M580. This product is composed of 8 input channels. This ruggedized product can be used in more severe environments, an..
56,665.84 EGP
Showing 97 to 108 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 );}});