Shop Now
Your Cart

Schneider

This product is part of the Modicon TM3 range, an offer of expansion I/O modules for Modicon M221, M241, M251 and M262. The analogue input module provides 4 inputs with 12bit + sign and 11bit resolution. It is an input module with a rated supply voltage of 24V DC and a current consumption of 35mA at..
9,380.22 EGP
This product is part of the Modicon TM3 range, an offer of expansion I/O modules for Modicon M221, M241, M251 and M262. The analogue input module provides 4 inputs with 11bit + sign and 12bit resolution. It is an input module with a rated supply voltage of 24V DC and a current consumption of 35mA at..
9,380.22 EGP
This product is part of the Modicon TM3 range, an offer of expansion I/O modules for Modicon M221, M241, M251 and M262. The analogue input module provides 4 inputs with 16bit and 15bit + sign resolution. It is an input module with a rated supply voltage of 24V DC and a current consumption of 45mA/50..
11,718.78 EGP
This product is part of the Modicon TM3 range, an offer of expansion I/O modules for Modicon M221, M241, M251 and M262. The analogue input module provides 4 inputs with 16bit and 15bit + sign resolution. It is an input module with a rated supply voltage of 24V DC and a current consumption of 45mA/50..
11,718.78 EGP
This product is part of the Modicon TM3 range, an offer of expansion I/O modules for Modicon M221, M241, M251 and M262. The analogue input module provides 8 inputs with 11bit + sign and 12bit resolution. It is an input module with a rated supply voltage of 24V DC and a current consumption of 35mA at..
12,940.03 EGP
This product is part of the Modicon TM3 range, an offer of expansion I/O modules for Modicon M221, M241, M251 and M262. The analogue input module provides 8 inputs with 11bit + sign and 12bit resolution. It is an input module with a rated supply voltage of 24V DC and a current consumption of 35mA at..
12,940.03 EGP
This product is part of the Modicon TM3 range, an offer of expansion I/O modules for Modicon M221, M241, M251 and M262. The analogue input module provides 8 inputs with 16bit and 15bit + sign resolution. It is an input module with a rated supply voltage of 24V DC and a current consumption of 30mA at..
14,083.33 EGP
This product is part of the Modicon TM3 range, an offer of expansion I/O modules for Modicon M221, M241, M251 and M262. The analogue input module provides 8 inputs with 16bit and 15bit + sign resolution. It is an input module with a rated supply voltage of 24V DC and a current consumption of 30mA at..
14,083.33 EGP
This product is part of the Modicon TM3 range, an offer of expansion I/O modules for Modicon M221, M241, M251 and M262. The analogue I/O module provides 2 inputs, 1 output with 16bit, 15bit + sign input resolution. It is an I/O module with a rated supply voltage of 24V DC, a current consumption of 6..
18,214.78 EGP
This product is part of the Modicon TM3 range, an offer of expansion I/O modules for Modicon M221, M241, M251 and M262. The analogue I/O module provides 2 inputs, 1 output with 16bit, 15bit + sign input resolution. It is an I/O module with a rated supply voltage of 24V DC, a current consumption of 6..
18,214.78 EGP
TeSys island analog IO module, 2 analog inputs, 1 analog output. Connected to a TPRBC bus coupler it is used for advanced control functions (TeSys avatars). Two analog inputs can be configured for measurement of voltage (-10/+10V, 0/+10V), current (0-20mA, 4-20mA) or temperature probes (Ni, Pt, ther..
12,844.92 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 ruggedized product can be used in more severe environments, an..
27,695.36 EGP
Showing 85 to 96 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 );}});