Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

Comx 200 for PME 7.2.

Gateways and Energy Servers

Schneider Electric support forum to share knowledge about product selection, installation and troubleshooting for EcoStruxure Panel Server, PowerTag, Com'X, Link150…

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure Power & Grid
  • Gateways and Energy Servers
  • Comx 200 for PME 7.2.
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
Romain_Polette
Kirk Romain_Polette Kirk
99
Randi_Dolan
Commander Randi_Dolan Commander
46
Guillaume_Evrard
Commander Guillaume_Evrard Commander
44
Thierry_Baudard
Commander Thierry_Baudard Commander
30
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to Gateways and Energy Servers
Solved
bmisaila
Crewman bmisaila
Crewman

Posted: ‎2015-06-19 05:15 AM

0 Likes
3
1399
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2015-06-19 05:15 AM

Comx 200 for PME 7.2.

How can I add the digital inputs read by a Comx200 to a PME 7.2 system?

I need it for Wages application.

Tags (1)
  • Tags:
  • com'x200
Reply
  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
Anonymous user
Not applicable

Posted: ‎2015-06-29 12:57 AM

0 Likes
2
1269
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2015-06-29 12:57 AM

I can only answer to the AI and DI modbus mapping.

it is also possible to use the CSV export method and the PME ETL (already explained in another POST)

In order to read Com'X AI and DI through modbus protocol, there are several condition to check :

  1. The "Modbus gateway" feature must be enabled
  2. The Com'X internal firewall must be configured correctly
  3. There must be a device declared  for each DI or AI

NOTE : I do not explain how to declare those AI and DI into PME as custom measurement  (see PME doc)


1) The "Modbus gateway" feature must be enabled

6877

Com'X version < 1.3 : this feature is not implemented

Com'X version 1.3.5 : this feature is implemented in "Initial settings/Modbus Serial" page

Com'X version 1.4.6 : this feature is implemented in "Settings/Communication/Modbus Serial" page


2) The Com'X internal firewall must be configured correctly

The Com'X internal firewall is configured to :

* Block any modbus traffic from "eth1" interface when the network is configured as "2 separate ports"

* Accept  any modbus traffic from "eth2" interface when the network is configured as "2 separate ports"

* Accept  any modbus traffic from "eth1" or "eth2" interfaces when the network is configured as "2 switch ports"

Say another way, if the Com'X is configured to protect the "eth2" network from the "eth1" network, the Com'X will not forward the modbus traffic !

Thus if you want to use the modbus gateway, you should normally select a "2 switch ports" network configuration


3) There must be a device declared  for each DI or AI

For each DI connected to a Pulse meter The Com'X will map the pulses count of this DI to the modbus table as a INT32 .

     Registers used :      DI1 : 8917-8918,   DI2 : 8921-8922,   DI3 : 8925-8926,   DI4 : 8929-8930,   DI5 : 8933-8934,   DI6 : 8937-8938  


For each DI connected to a contact (On/Off) The Com'X will map the binary value of the DI to the modbus table as a bitmask of an INT16

     Registers used :      Validity 2400, Status 2401

For each DI connected to a contact (On/Off) The Com'X will map the running hours of the DI to the modbus table as a INT32

     Registers used :      DI1 : 8917-8918,   DI2 : 8921-8922,   DI3 : 8925-8926,   DI4 : 8929-8930,   DI5 : 8933-8934,   DI6 : 8937-8938  


For each AI connected to a PT100 or PT1000, The Com'X will map the temperature of this DI to the modbus table  as a floating point

For each AI connected to a 0-10V sensor, The Com'X will map the Voltage value of this DI to the modbus table  as a floating point (value between 0 and 10)

For each AI connected to a 0-20mA sensor, The Com'X will map the curent value of this DI to the modbus table  as a floating point (value between 0 and 20)

     Registers used :      AI1 : 10000-10001,   AI2 : 10002-10003

NOTE : in those 2 last cases (0-10V and 0-20mA), the scaling of the custom model is not taken into account)


See full mapping in the user guide

6881


You may also find good answers in this post :

See Answer In Context

Reply
Replies 3
Anonymous user
Not applicable

Posted: ‎2015-06-29 12:57 AM

0 Likes
2
1270
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2015-06-29 12:57 AM

I can only answer to the AI and DI modbus mapping.

it is also possible to use the CSV export method and the PME ETL (already explained in another POST)

In order to read Com'X AI and DI through modbus protocol, there are several condition to check :

  1. The "Modbus gateway" feature must be enabled
  2. The Com'X internal firewall must be configured correctly
  3. There must be a device declared  for each DI or AI

NOTE : I do not explain how to declare those AI and DI into PME as custom measurement  (see PME doc)


1) The "Modbus gateway" feature must be enabled

6877

Com'X version < 1.3 : this feature is not implemented

Com'X version 1.3.5 : this feature is implemented in "Initial settings/Modbus Serial" page

Com'X version 1.4.6 : this feature is implemented in "Settings/Communication/Modbus Serial" page


2) The Com'X internal firewall must be configured correctly

The Com'X internal firewall is configured to :

* Block any modbus traffic from "eth1" interface when the network is configured as "2 separate ports"

* Accept  any modbus traffic from "eth2" interface when the network is configured as "2 separate ports"

* Accept  any modbus traffic from "eth1" or "eth2" interfaces when the network is configured as "2 switch ports"

Say another way, if the Com'X is configured to protect the "eth2" network from the "eth1" network, the Com'X will not forward the modbus traffic !

Thus if you want to use the modbus gateway, you should normally select a "2 switch ports" network configuration


3) There must be a device declared  for each DI or AI

For each DI connected to a Pulse meter The Com'X will map the pulses count of this DI to the modbus table as a INT32 .

     Registers used :      DI1 : 8917-8918,   DI2 : 8921-8922,   DI3 : 8925-8926,   DI4 : 8929-8930,   DI5 : 8933-8934,   DI6 : 8937-8938  


For each DI connected to a contact (On/Off) The Com'X will map the binary value of the DI to the modbus table as a bitmask of an INT16

     Registers used :      Validity 2400, Status 2401

For each DI connected to a contact (On/Off) The Com'X will map the running hours of the DI to the modbus table as a INT32

     Registers used :      DI1 : 8917-8918,   DI2 : 8921-8922,   DI3 : 8925-8926,   DI4 : 8929-8930,   DI5 : 8933-8934,   DI6 : 8937-8938  


For each AI connected to a PT100 or PT1000, The Com'X will map the temperature of this DI to the modbus table  as a floating point

For each AI connected to a 0-10V sensor, The Com'X will map the Voltage value of this DI to the modbus table  as a floating point (value between 0 and 10)

For each AI connected to a 0-20mA sensor, The Com'X will map the curent value of this DI to the modbus table  as a floating point (value between 0 and 20)

     Registers used :      AI1 : 10000-10001,   AI2 : 10002-10003

NOTE : in those 2 last cases (0-10V and 0-20mA), the scaling of the custom model is not taken into account)


See full mapping in the user guide

6881


You may also find good answers in this post :

Reply
bmisaila
Crewman bmisaila
Crewman

Posted: ‎2015-07-07 06:14 AM

0 Likes
1
1269
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2015-07-07 06:14 AM

Hi Jef,

Your message has been really helpful.

Please note that for some reason, the INT32 registers you have mentioned in your email as mapped to the DI were showing wrong values. The solution, in my case, was to look at the floating point registers for the same DI which show the right values.

Also, it took us a while to figure out that if we want to connect to the ComX200, using modscan32 for example, you need to set the ID node to 255 as opposed to 1.

Once again, many thanks for your reply.

Kind regards,

Bogdan

Reply
Anonymous user
Not applicable

Posted: ‎2015-07-07 08:58 AM

0 Likes
0
1269
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2015-07-07 08:58 AM

Hello Bogdan

Thank a lot for having commented my answer !

1) You are totally right, I for have forgotten to mention that

on the Modbus-TCP client, the slave ID must be set to 255

2) about the format used (INT32, Floating point register), this depends on your modbus-TCP client

in my case the Modbus-TCP client was Modscan32,

for application I had to select "Floating Point" display for the temperature

and "long integer" for the counters.

NOTE: I also forgotten to specify that the fomat of the 32 bits value was "Big Endian"

     Regards

     Jef

Reply
Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of