Shop Now
Your Cart

energy sensor, PowerTag Monoconnect 630A 3P

energy sensor, PowerTag Monoconnect 630A 3P
energy sensor, PowerTag Monoconnect 630A 3P
34,102.33 EGP
  • Stock: In Stock
130 Course Regisered
100055 Views Page

Price Includes VAT

This PowerTag Energy M630 3P is a wireless communication energy sensor. With its Monoconnect design, it is dedicated to Compact NSX 400/630, Compact NS 400/630 and TeSys GV6. It has to be associated with a concentror or a gateway to provide circuit monitoring and diagnosis down to load level. It is designed specifically for Energy Management, Load Monitoring and Power Availability applications. It incorporates accurate real-time measurements of active, and reactive energy, active, reactive and apparent power, current, voltage and power factor. In case of power outage, it sends a voltage loss alarm and the current-per-phase value before being de-energized. PowerTag Energy M630 complies with IEC 61557-12 standard. It is a PMD-II/DD/K70/1. The Performance category is Class 1. The Imax maximum current is 630A. The Ib Base current is 100A. The Saturation current is 1260A and the Ist Starting current is 400mA. The Un Rated voltages are Phase-to-neutral 230VAC +/- 20% and Phase-to-phase 400VAC +/- 20%. The maximum consumption is below or equal to 3.7VA. It can be mounted directly on the bottom side of the circuit breaker or Vigi add-on terminals, or top or bottom side of the plug-in base if any. The product color is grey (RAL7016). The weight is 800g. The degree of protection is IP20 and IK07. The operating temperature is between -25°C to +70°C. The storage temperature is between -50°C to +85°C.

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 );}});