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!

What is the fastest response I can obtain from PM8000 / ION9000 via Modbus TCP ?

Metering & Power Quality

Schneider Electric support forum about Power Meters (ION, PowerTag, PowerLogic) and Power Quality from design, implementation to troubleshooting and more.

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
  • Metering & Power Quality
  • What is the fastest response I can obtain from PM8000 / ION9000 via Modbus TCP ?
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
Charles_Murison
Picard Charles_Murison Picard
478
Ramasamy_N
Captain Ramasamy_N Captain
113
Robert_Lee
Admiral Robert_Lee Admiral
92
Mehran_Mehrnia
Captain Mehran_Mehrnia Captain
89
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to Metering & Power Quality
Solved
Benoit_Barbalat
Lieutenant JG Benoit_Barbalat Lieutenant JG
Lieutenant JG

Posted: ‎2020-04-02 08:59 AM

0 Likes
7
2030
  • 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.

‎2020-04-02 08:59 AM

What is the fastest response I can obtain from PM8000 / ION9000 via Modbus TCP ?

Hi community ! Apologies if this was already answered, but I couldn't find anything on the topic...

 

For some renewable projects, the integrators are asked to provide frequency and power parameters as fast as 10ms to a supervisor using Modbus TCP.

 

According to the ION Reference and ION Device Template Reference, this should be possible: Modbus slave modules are hybrid meaning if they are connected to a high speed power meter they should be refresh every half cycle (10ms in 50Hz).

 

However some customers seem to get erratic response times. Some under 10ms, but sometimes over 1s (happens every minute or so).

 

Questions :

1 - Can the comm card respond under 10ms ?

2 - Are the modbus registers updated every 10ms so that the information being returned is always up to date?

3 - If I poll my meter every 10ms, is there a risk to "overflow" the meter with requests? 

4 - Can trimming the fmwk help in eliminating longer response times and making sure the response times are consistently under 10ms?

5 - In general, is this feasible ? We advertise the PM8000 and ION9000 for renewables projects, this is critical for the operations of the wind/solar farms.

 

Thanks for your help!

Let me know if you have questions.

Tags (1)
  • Tags:
  • PM8000 ION9000 high speed communications
Reply
  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
Benoit_Barbalat
Lieutenant JG Benoit_Barbalat Lieutenant JG
Lieutenant JG

Posted: ‎2020-05-28 03:50 AM . Last Modified: ‎2020-05-28 06:43 AM

1 Like
1
1945
  • 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.

‎2020-05-28 03:50 AM

Update! The customer needed 20ms period for max 20min. So a max of 60,000 logs.

 

We tested the solution last week and here is what we did:

Designer.png

 

Here are the settings of the data recorder. It was set to "stop when full":

datarec.png

 

We did a small control page in Vista:

vista.png

 

Customer had to reset the recorder, then enable recording for the duration of test.

Because there was so many logs to be downloaded at once, Loginserter took some time, that's why we had the views on the buffer and number of records left. Diagnostic Viewer could also help us see that Loginserter was working properly.

 

Overall, worked beautifully !

See Answer In Context

Reply
Replies 7
Charles_Murison
Picard Charles_Murison Picard
Picard

Posted: ‎2020-04-02 10:54 AM

0 Likes
4
2022
  • 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.

‎2020-04-02 10:54 AM

Hello @Benoit_Barbalat ,

 

To start the High End Platform meters (HEP) like PM8000, ION9000, ION74000 do not guaranty a specific response time. There is some data like x % of requests will respond in Y amount of time. If you need this data I recommend using technical support.

 

Please note that while the modbus slave module can be a high speed module, there are other components to modbus communication that may update once a second. Note that communication is a low priority task and if the meter is busy with other processes (like being a meter), the communications can be paused. There is also throttling that could cause a meter to stop responding for a period of time.

 

Questions :

1 - Can the comm card respond under 10ms ?
Depends on what else the meter is doing, cannot guaranty this time.

 

2 - Are the modbus registers updated every 10ms so that the information being returned is always up to date?
Unsure

 

3 - If I poll my meter every 10ms, is there a risk to "overflow" the meter with requests? 

Yes, depending on what other communication is on the network. The meter does have some self preservation (throttling) and may stop responding to messages

 

4 - Can trimming the fmwk help in eliminating longer response times and making sure the response times are consistently under 10ms?

Cannot guaranty a 10 ms response time regardless of what changes are made to the meter.

 

5 - In general, is this feasible ? We advertise the PM8000 and ION9000 for renewables projects, this is critical for the operations of the wind/solar farms.

@DanL are you able to speak to this question and question 2?

 

Regrads,

 

Charles

 

L4 Prime for Advanced metering and Utilities
Reply
DanL
Captain DanL Captain
Captain

Posted: ‎2020-04-02 11:42 AM

1 Like
3
2019
  • 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.

‎2020-04-02 11:42 AM

2. Yes, some modbus registers do update every half cycle (10ms)

5. I believe @Sanjeet_Sahota is working on answering a question just like this...

Reply
Sanjeet_Sahota
Lt. Commander Sanjeet_Sahota Lt. Commander
Lt. Commander

Posted: ‎2020-04-09 12:40 PM

0 Likes
2
1985
  • 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.

‎2020-04-09 12:40 PM

5.  I was working on a similar but slightly different project.  As for feasibility of this, technically it is capable but currently unavailable with a response time below 10ms as Charles outlined above.  @Benoit_Barbalat So that we can understand the application better, can you provide the use case of why 10ms readings are critical for frequency?  Is this being used in a control scheme? Or can the data be retrieved differently?  Is there support for other protocols we can look into?

Reply
Yut
Captain Yut
Captain

Posted: ‎2020-04-14 01:56 AM

0 Likes
0
1982
  • 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.

‎2020-04-14 01:56 AM

The basic module the Power Meter Module update output every 1 sec.

More over we use conventional Current = Coulomb/1 sec. all electrical parameters will be update at every 1 sec.

There is HS Power Meter Module but it is used for PQ analysis.

 

Reply
greg_expoenergy
Lt. Commander greg_expoenergy
Lt. Commander

Posted: ‎2020-04-22 02:14 AM

0 Likes
0
1967
  • 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.

‎2020-04-22 02:14 AM

Hi Benoit,

 

I think you need to provide more detailed information as to the customer's actual supervisor requirements.

 

All meters have a front end data acquisition system which generally samples at 10-200KHz which are termed the instantaneous values. But generally, these are not made available unless they are PQ meters.

 

These values are then aggregated and converted to RMS and which are generally available every 1 sec but in some more advance PQ meters one may get aggregated values every half-cycle.

 

I am very skeptical that one will be able to reliably and consistently retrieve and update values via MODBUS TCP in 10msec.

 

I would rather suggest that any time-critical functions be done in ION DESIGNER and downloaded to be processed on the meter itself rather than remotely as MODBUS (OPC and many others) are not really suited for time-critical processes. Any time critical stuff should be done locally and not remotely unless it is slow remote switching or signaling.

 

That is why PQ data, for example, is all done within the meter, stored and made available for downstream post-processing.

 

Otherwise one should, for example, consider the ABB  AC800PEC which is designed for such purposes. mAybe Schneider has some equivalent but I am not aware of this.

 

 

image.png

Reply
Benoit_Barbalat
Lieutenant JG Benoit_Barbalat Lieutenant JG
Lieutenant JG

Posted: ‎2020-05-28 03:50 AM . Last Modified: ‎2020-05-28 06:43 AM

1 Like
1
1946
  • 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.

‎2020-05-28 03:50 AM

Update! The customer needed 20ms period for max 20min. So a max of 60,000 logs.

 

We tested the solution last week and here is what we did:

Designer.png

 

Here are the settings of the data recorder. It was set to "stop when full":

datarec.png

 

We did a small control page in Vista:

vista.png

 

Customer had to reset the recorder, then enable recording for the duration of test.

Because there was so many logs to be downloaded at once, Loginserter took some time, that's why we had the views on the buffer and number of records left. Diagnostic Viewer could also help us see that Loginserter was working properly.

 

Overall, worked beautifully !

Reply
Charles_Murison
Picard Charles_Murison Picard
Picard

Posted: ‎2020-05-28 02:47 PM

1 Like
0
1935
  • 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.

‎2020-05-28 02:47 PM

Hello @Benoit_Barbalat ,

 

Thank you for the update, glad to hear that we were able to help customer.

 

Regards,

Charles

 

L4 Prime for Advanced metering and Utilities
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