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!

PAS800 - Support for other PM5000 Series meters

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
  • PAS800 - Support for other PM5000 Series meters
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
Spock Romain_Polette Spock
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
Back to Gateways and Energy Servers
Sam_Vosch
Lieutenant | EcoXpert Master Sam_Vosch Lieutenant | EcoXpert Master
Lieutenant | EcoXpert Master

Posted: ‎2022-08-17 05:14 PM

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

‎2022-08-17 05:14 PM

PAS800 - Support for other PM5000 Series meters

Hello,

 

Recently I tried to add PM5350 meters to a PAS800 panel server using the discovery tool. Unfortunately, the panel server reports the device as 'unknown' PM5350 and doesn't show any measurement values.

 

Will the next firmware address this?

 

In the interim, I can manually add the device and use use a similar PM5000 meter such as the PM5110. Is this acceptable or will this lead to incorrect data?

 

Thank you,

Sam 

Labels
  • Labels:
  • Commissioning
Tags (1)
  • Tags:
  • english
Reply
  • All forum topics
  • Previous Topic
  • Next Topic
Replies 18
Szymon_Hochół
Captain Szymon_Hochół Captain
Captain

Posted: ‎2022-08-18 12:11 AM

2 Likes
11
3795
  • 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.

‎2022-08-18 12:11 AM

Hi @Sam_Vosch ,

the reason for PM5350 being shown as "unknown" is that this specific model is not on Supported Devices list. Unfortunately I do not know the reason for that and I also do not know whether PM5350 support is on the roadmap. I will however share this feedback with product team.

 

Can you add PM5350 as other PM5xxx type? That would depend on several things, the most important one being the modbus map. This could potentially work only if both types share the same register map. But even if so, there are other things to consider (I would definitely not try this if connecting to cloud services, as they may make use of device type info). With firmware v1.4 (which is expected in coming days) you'll be able to create your own custom models for PAS800. This will allow you to create one for PM5350 if it stays unsupported by then.

 

Regards

Tags (1)
  • Tags:
  • english
Reply
Sam_Vosch
Lieutenant | EcoXpert Master Sam_Vosch Lieutenant | EcoXpert Master
Lieutenant | EcoXpert Master

Posted: ‎2022-12-18 05:00 PM

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

‎2022-12-18 05:00 PM

Hello,

Firmware 1.4 came and went and now 1.5 is here. The new panel server firmware still does not support the PM5350 meters AND, as far as I can tell, we still have no way of adding custom devices.

When will the panel servers support schneider's own mid-range PM5350 meter? 
Alternatively, when can we create custom devices to make common schneiders meters work on the panel server?

While it is possible to MAKE the panel server use a 5320 or 5110 Modbus map for the PM5350, it's definitely not the proper way to add meters. Also, I am not sure what will happen when PME requests Modbus registers that are in the PM5320 or PM5110 Modbus map that don't exist in the PM5350.

We have a multi-site coming online soon which will have around 15 of these PM5350 meters. Over the coming year, this multi-site will expand to use over 100 of these PM5350 devices. Any help would be appreciated.

 

Thank you.

Reply
Thierry_Baudard
Commander Thierry_Baudard Commander
Commander

Posted: ‎2022-12-18 11:44 PM . Last Modified: ‎2022-12-18 11:45 PM

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

‎2022-12-18 11:44 PM

Hello Sam,

 

If the upper client is an ESX PME with modbus driver, a PM5350 model in the Server panel is not needed.
In this architecture, the Panel Server acts as a transparent gateway and only forwards and translates traffic between PME and PM meters:

1) the PME sends a Modbus TCP/IP reading request to the Panel Server for the meter

2) the Panel Server "just" translates the request from Modbus TCP/IP protocol to Modbus RS485 protocol and then forwards it to the meter

3) the meter sends a response (with the values of the requested registers) in modbus RS485 protocol to the Panel Server for the PME client

4) the Panel Server "just" translates the request from Modbus RS485 to Modbus TCP/IP protocol and then forwards it to the PME client on the ethernet connexion.

 

Obviously, a custom model is not needed for this exchange mechanism and I encourage you to not develop it to minimize the job !

 

BR

Thierry BAUDARD
EcoStruxure Power- Technical Support Expert for Softwares & Solutions
Reply
Sam_Vosch
Lieutenant | EcoXpert Master Sam_Vosch Lieutenant | EcoXpert Master
Lieutenant | EcoXpert Master

Posted: ‎2022-12-19 01:10 PM

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

‎2022-12-19 01:10 PM

Hello Thierry,

Thank you for your reply. Sorry I am unsure what the ESX PME is. Is it just the overarching name above PME? We are running PME 2022.

 

I added a device to the management console which was downstream of the PAS800 and I was able to see the data through the PAS800 as you mentioned. This maybe a viable option in a localized site where missed data can be tolerated but not so usable in a multi-site. 

If I understand this correctly, in your above scenario, the data is passed through the PAS800 and not logged in the PAS800. This effectively makes the PAS800 a PAS600 (or a link150)? If we are not using the logging feature of the PAS800, and we do not need the inbuilt web dashboards for manual data exporting, should we change our sales designs and purchase the PAS600 instead of the PAS800?

As this is a multi-site with the server in a different physical building and location, if there is a loss of communication between the site and the server (internet outage, wider network upgrades etc.), how do we retrieve missed data when the site reconnects to the server if it is not logged locally? Is there another way to automate filling missing data in the PME database without Logging, data publication, ETL extraction and loading?

 

Thank you for your assistance.

Sam

Reply
Thierry_Baudard
Commander Thierry_Baudard Commander
Commander

Posted: ‎2022-12-20 06:04 AM

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

‎2022-12-20 06:04 AM

Hi Sam,

 

ESX PME means EcoStruxure PME so obviously we speak of the same software.

Because the Panel Server acts as a transparent Modbus TCP / Modbus SL gateway without logging feature , you can use a PAS600 instead PAS800 in your sales designs.

Regarding the multi-Site architecture for who a buffer is needed to avoid gap in the database, as you mention , the solution will be a periodical csv export of the measurements from the Panel Server associated to ETL in PME.

Today, it is possible only with the PAS800 and the last fw1.5.0 who offer  the feature CSV export to sFTP server ( typical datalogging capacity of 3 years)

Note also that it is forecasted to also add the CSV export to sFTP server ( typical datalogging capacity of 1 month) into PAS 600 in a future fw version

BR

Thierry BAUDARD
EcoStruxure Power- Technical Support Expert for Softwares & Solutions
Reply
Szymon_Hochół
Captain Szymon_Hochół Captain
Captain

Posted: ‎2022-12-20 06:30 AM

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

‎2022-12-20 06:30 AM

Also, for PME it possible to retrieve data logged in onboard memory of natively supported Schneider Electric's devices that have this feature. So if your meters are PM53xx, PM55xx or any ION meter it is possible to set up local data logging onboard the meter. Once the communciation is restored after failure, PME should retrieve the missing data automatically. Please note that different meters offer different amounts of measurements to be logged.

Reply
Bojan
Admiral Bojan Admiral
Admiral

Posted: ‎2022-12-20 06:38 AM

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

‎2022-12-20 06:38 AM

It would be great if PME is capable to retrieve data logged in onboard PAS600 memory, too ,as the ETL solution proved to be too complex to maintain and unreliable for a bigger deployments. (~ 50 x ComX510) 

Reply
Bojan
Admiral Bojan Admiral
Admiral

Posted: ‎2022-12-20 11:01 AM

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

‎2022-12-20 11:01 AM

If ION Log Inserter Service functionality is not possible, at least we should have an option to trim the logged data in onboard PAS600/800 memory instead of current flush all data, and to be able to set FTP Push position counter to a certain date.

Reply
Sam_Vosch
Lieutenant | EcoXpert Master Sam_Vosch Lieutenant | EcoXpert Master
Lieutenant | EcoXpert Master

Posted: ‎2022-12-20 12:45 PM

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

‎2022-12-20 12:45 PM

Thank you for your replies. It is great news that the PAS600 is planned to have CSV exportation in the future!

 

In relation to the above replies from Szymon and Thierry; The PM5350 does not support onboard data logging for what we require. Also, neither the PAS600 nor the PAS800 support the PM5350 so I cannot add the device for log data. When there is a communication loss, our clients are losing critical data.

 

My original questions remain unanswered, and a solution should not have been selected for this topic. Therefore, I have unselected it.

When will the PAS devices support schneiders PM5350?

When will the PAS devices support custom device creation?

If not for creating the PM5350, then we still urgently need this for 3rd party Modbus device integration for WAGES; in particular water and steam where the Modbus meter exists or where Schneider do not have an equivalent product. Currently I cannot add water or steam to our client PME sites.


I suppose my question essentially is: When will the PAS600/PAS800 be a functioning replacement for the Com'X gateways?

 

Thank you for your time.

Reply
Szymon_Hochół
Captain Szymon_Hochół Captain
Captain

Posted: ‎2022-12-22 01:02 PM

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

‎2022-12-22 01:02 PM

ION Log Inserter functionality with PAS would be awesome but I'm afraid it is not that easy. Please note that as long as the communication works, PME logs data directly from devices, not the gateway. So there would be two physical devices to retrieve data from, for one PME Source. Also, PAS does not offer the measurements from downstream devices as its own Modbus registers.

 

When you set up SFTP publication on PAS, each generated file contains only the data logged since the last publication - if I understand your point correctly, PAS takes care of what you mention by default.

Reply
Szymon_Hochół
Captain Szymon_Hochół Captain
Captain

Posted: ‎2022-12-22 01:09 PM

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

‎2022-12-22 01:09 PM

Hi @Sam_Vosch ,

When will the PAS devices support schneiders PM5350? Unfortunately, I don't have any firm date I could share with you.

When will the PAS devices support custom device creation? It already does. However, Custom Model creation for PAS is done in external web portal. As of today, access to it is restricted to selected Schneider Electric's engineers. If you have a need to create such model for your project, please contact your local SE representatives.

If not for creating the PM5350, then we still urgently need this for 3rd party Modbus device integration for WAGES; in particular water and steam where the Modbus meter exists or where Schneider do not have an equivalent product. Currently I cannot add water or steam to our client PME sites. Again, you can add them to PME, assuming that PAS will work as a transparent Modbus gateway (Link150 replacement). If you require local logging on PAS, then Custom Model is indeed required (see above).


I suppose my question essentially is: When will the PAS600/PAS800 be a functioning replacement for the Com'X gateways? There is a new firmware release for PAS every +/- 3 months. And each brings new functionalities. I suggest to follow Firmware Release Notes available here to be up to date.

 

I hope this helps 🙂

Reply
Bojan
Admiral Bojan Admiral
Admiral

Posted: ‎2022-12-22 01:33 PM . Last Modified: ‎2022-12-22 01:34 PM

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

‎2022-12-22 01:33 PM

Yes, you are right in an ideal case scenario, but we had a lots of practical issues with ComX510 ETL exports to PME database on one big site. 

Long story short, Customer expected us to import the data logs from all 51 ComX510 4GB RAM Memory over ETL jobs again.

The data logs have been already exported over SFTP, but Customer's server crashed and lost the files, so we couldn't reset it to start exporting again from a certain date.

I think @Randi_Dolan  might have more specific and technical information about this case   [Case ID: 84074933]

Reply
Stuart_Cheng
Lt. Commander Stuart_Cheng Lt. Commander
Lt. Commander

Posted: ‎2023-02-20 07:08 PM . Last Modified: ‎2023-02-21 06:31 AM

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

‎2023-02-20 07:08 PM

Hi All,

 

A short question following up. If the upper client is Resource Advisor, a PM5350 model is needed or panel server as a transparent gateway is enough? Thanks

Reply
sesa108084_brid
Lieutenant JG sesa108084_brid Lieutenant JG
Lieutenant JG

Posted: ‎2025-04-18 01:50 AM

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

‎2025-04-18 01:50 AM

Hi 

 

can we create 3rd party driver for water or temp sensor for data logging in PAS800?

TQ

EY

Reply
Guillaume_Evrard
Commander Guillaume_Evrard Commander
Commander

Posted: ‎2025-04-21 09:02 PM

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

‎2025-04-21 09:02 PM

hello @sesa108084_brid,

Yes using EPC W,

 

Kind Regards

Reply
CamboHeath
Lieutenant | EcoXpert Master CamboHeath Lieutenant | EcoXpert Master
Lieutenant | EcoXpert Master

Posted: ‎2025-04-22 09:52 PM

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

‎2025-04-22 09:52 PM

Hi Guillaume,

 

EPC W appears to be down since 15 Dec 2024. At least the link provided in:

 

https://community.se.com/t5/Gateways-and-Energy-Servers/PAS800-Commissioning-Web-Portal-Access/td-p/...

 

Is there a new link or is the platform down currently?

Reply
CamboHeath
Lieutenant | EcoXpert Master CamboHeath Lieutenant | EcoXpert Master
Lieutenant | EcoXpert Master

Posted: ‎2025-04-22 09:58 PM

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

‎2025-04-22 09:58 PM

It appears the old link https://portal.cloud-commissioning.se.com/portal no longer functions and has been superseded by https://ecostruxure.se.app/commissioning/epc-w/home

Reply
Guillaume_Evrard
Commander Guillaume_Evrard Commander
Commander

Posted: ‎2025-04-23 09:52 PM

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

‎2025-04-23 09:52 PM

hello @CamboHeath ,

You are right this is the beauty of Schneider Electric, no more redirection....

Issue is linked to our new Identity management system that was replaced recently....you might have observed a new login page on cloud based app....

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