Welcome to the official website of CNIACS Automation Technology Co., Ltd!

Eaton Power Xpert® Multi-Point Meter

Various meter modules can be mixed and matched in a single PXMP

Meter Base with support for split core sensors, solid core sensors,

or both based on the circuits that need to be metered .  In addition,

PXMP Pulse Input Modules (PXMP-PIMs) can be installed into a

PXMP Meter base for pulse metering from other electricity, gas,

water, air, or steam meters .

Output modules are available for either remote control over Modbus

or automatic control by the PXMP Meter based on customer config

ured threshold triggers .  A PXMP Energy Portal Module (PXMP-EPM)

is available that can make metered data available to individual ten

ants via an embedded WEB server .  The Energy Portal module also

supports a variety of protocols including Modbus TCP, SMTP, SNMP,

SFTP, HTTP, HTTPS, and more .  In addition to Ethernet, the Energy

Portal Module supports an optional dial up telephone connection for

interface with remote billing software .  A Touch Screen Display is

available for local display of metered data from any circuit .

Eaton Power Xpert® Multi-Point Meter

Product Overview

The Eaton Power Xpert® Multi-Point Meter (PXMP Meter) offers a

highly modular approach to high density metering applications in

electrical power distribution equipment .  The PXMP Meter is com

patible with most 3-phase industrial, commercial, and single-phase

residential low voltage electrical power systems .  Typical applications

include feeder and branch circuit load monitoring found in switch and

panel boards, however higher level voltage metering is possible with

interposing load sensors and potential transformers .

The modularity of the PXMP Meter allows this metering system to

be customized to suit each metering installation based on the number

and type of circuits to be metered .  Up to 10 different PXMP Meter

Modules (PXMP-MMs) can be mixed and matched within a PXMP Meter

Base (PXMP-MB) to accommodate a total of up to 60 poles of metering

channels from a variety of 1. 2. and 3 pole loads .

Eaton PXQ Event Analysis System Technical Datasheet

Features & Benefits

• Automatic PQ Analysis captures harmonics, sags, swells, and

subcycle disturbance transients to protect mission-critical IT

equipment and infrastructure like motors, capacitor fuse banks,

transformers and conductors from damage.

• Minimize business interruptions by automatically diagnosing

disruptions to sensitive, mission-critical processes with Setpoint

Learning and pre-configured ITIC and SEMI-F47 triggers to get

started again as quickly as possible.

• Industry’s highest ANSI class accuracy, along with high-fidelity

512 or 1024 samples/cycle measurements on current, voltage,

power factor, and other comprehensive power metering param

eters such as harmonic distortion, flicker, crest factor, K-Factor,

and more.

• Circuit monitoring to improve the life of your infrastructure and

equipment investments: watching for harmonics, voltage tran

sients, and other potentially harmful power events.

• Circuit loading can be monitored with voltage and power levels,

power factor, energy usage, I/O status, and power quality

measurements, as well as harmonic plots, disturbance and tran

sient waveforms, and an ITIC disturbance summary screen.

• Power quality capture and analysis of multi-channel waveforms

and other information to support in-depth statistical analysis.

Eaton Power Xpert Quality Applications

Applications

• Protect the integrity of your most important systems with Eaton’s

patented Power Quality Health Index, which provides an intelligent

read-out of circuit health based on statistical analysis of power

quality events and disturbances.

• Diagnose PQ problems with +/-0.1 ms sequence of events recording

that uses PTP for high precision time stamping. This is 10x better

than the industry benchmark.

• Multichannel dual plotting allows comparisons of current and

voltage channels at high resolutions to easily explore the effect of

large loads on your system with a clarity never seen before.

• Investigate power quality disturbances by severity, time or occurrence

with Event Analysis Calendar, graphical ITIC/SEMI-F47 analysis, and

sequenced events – part of the unique web based analysis suite available

on board PXQ.

Eaton’s Power Xpert Quality (PXQ)

Overview

Eaton’s Power Xpert Quality (PXQ) event analysis system is a

state-of-the-art power quality monitoring instrument designed

for power distribution assemblies like low and medium voltage

switchgear and switchboards. Compatible with industry power

quality standards (such as IEC 61000-4-30 Class A and IEEE

1453), this ANSI C12.20 Class 0.1 metering device offers advanced

analytics at the edge that simplify troubleshooting of power-quality

events. A highly modular approach provides maximum flexibility

to configure a metering system that can grow with the application

it is monitoring.

Eaton MTL838B-MBF Analogue Multiplexer Receiver

Users attempting to configure and scale analogue units via the Modbus master and

network may find considerable difficulty with this issue. If specifically designed

software is available for configuration and scaling of Modbus devices, this may be the

simplest and most convenient method of scaling and encoding data. An example

of this is the PCS83 software, which is available from Eaton’s MTL product line for

configuring the MTL838B-MBF. This makes encoding and scaling decisions

transparent to the user.

The difficulties of implementing an encoding and scaling regime for the MTL838B-MBF

via the Modbus host are discussed in depth on page 37. Users are strongly

recommended to read this section before selecting the configuration method to be

used with the MTL838B-MBF.

Eaton MTL838B-MBF Data Encoding and Scaling

Data Encoding and Scaling

As has been mentioned earlier, an important area of the communication along the

network, that is not defined by the Modbus protocol, is the encoding of numerical data.

A related problem is the adoption of a scaling system for the data once it has been

encoded. (Note: this is an area which requires careful consideration by users of the

MTL838B-MBF.)

There is no problem here for manufacturers who are supplying complete systems,

based on the Modbus network, as they can select a data encoding and scaling system

appropriate to their needs. However, for manufacturers who are supplying products for

general use, there is no possibility that they will be able to determine which data

encoding system will be used by their customers, and they must allow the data

encoding technique to be user selectable.

Three data encoding techniques are the most popular – IEEE, 16-bit unsigned and 16

bit offset.

A further area of difficulty associated with the encoding of data is the way in which the

data is scaled – to provide a resolution of the measured value appropriate to the

requirements of  each application.

Eaton MTL838B-MBF The message fields

The message fields

The address field

Slave addresses may be in the range 1 to 247 with Modbus (1 to 255 with JBUS). A

slave is addressed by the master placing the relevant address in the address field of

the query message. When the slave sends its response, it places its own address in

the message field to indicate to the master that the correct slave is replying.

Address ‘0’ is used for ‘broadcast’ messages. All suitable slaves read them, but do not

provide responses to such query messages.

The function field

Function codes may be in the range 1 – 255. though not all functions will be supported

by all devices. When a message is sent from a master to a slave, the function code

defines the action that is required from the addressed slave. Examples of action

requested by the various function codes include: read input status; read register

content; change a status within the slave; etc..

When the slave sends its response to the master, it will repeat the function code

received, to indicate that the slave has understood the query and acted accordingly. If

the query instruction could not be carried out by the slave, an ‘exception response’ is

generated and the function code and data fields are used to inform the master of the

reason for the exception.

The exception response is generated by returning the original function code from the

master, but with its most significant bit set to ‘1’. Further information regarding the

exception response is passed to the master via the data field of the response

message. This tells the master what kind of error occurred and allows it to take the

most appropriate action – either to repeat the original message, to try and diagnose

what has happened to the slave, to set alarms or to take whatever action is most

appropriate.

Eaton MTL838B-MBF RTU message framing

RTU message framing

In RTU mode, the message begins with a gap in transmission of at least 3.5 character

periods. Network components monitor the bus continuously and when a ‘silent’ period

of more than 3.5 character periods is detected, the first character following the

transmission gap is translated to determine if it corresponds to the device’s own

address.

The end of the transmitted message is marked by a further interval of at least 3.5

character periods duration. An new message can only begin after this interval.

The entire message field must be transmitted as a continuous stream. If an interval of

more than 1.5 character periods is detected during transmission of the message, then

the message is assumed to be incomplete and the device returns to waiting for the

next device address. The action taken on receipt  of an incomplete message is as for

receipt of an incorrect message, and it is ignored.

If a new message begins within 3.5 characters periods of the end of the previous

frame, the device again ignores the message.

Eaton MTL838B-MBF Analogue Multiplexer Receiver

Modbus message framing

Modbus messages must be structured (or ‘framed’) so that the different Modbus

components can detect the start, content structure and end point of a message. It also

allows any errors to be detected.

The framing used depends on the transmission mode chosen – ASCII  or RTU.

ASCII message framing

In ASCII mode, messages start with a ‘colon’ (:), which in hex is ‘3A’. The message

end is shown by ‘carriage return/line feed’ (CRLF) or ‘OD OA’ in hex .

The allowable characters for all other fields are hexadecimal 0-9. A-F. Networked

components monitor the bus continuously for the ‘colon’ character and when one is

received, they decode the next field (the address field) to find out if the address is for

that slave. If the address is for another slave, then no action is taken, and the slave

returns to monitoring for the ‘colon’ character. If  the field following the colon is the

address of the slave in question, then the slave continues to read the message and to

act on it’s contents.

Intervals of up to one second can elapse between characters within the message, but

if an interval is greater than this, then the device assumes that an error has occurred.

If the delay occurs in the ‘query’ to a slave, then the addressed slave will discard the

message received up to that point and wait till the next message (marked by the colon

start character) is received.

Search for products

Back to Top
Product has been added to your cart