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!

In the PM5000 series meters, what is the difference between the protected and unprotected command interface?

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
  • In the PM5000 series meters, what is the difference between the protected and unprotected command interface?
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
sesa277735
sesa277735 Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2015-02-27 10:13 AM

0 Likes
2
1073
  • 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-02-27 10:13 AM

In the PM5000 series meters, what is the difference between the protected and unprotected command interface?

When sould registers 5000 - 5249 be used over 5250 - 5499?
Any examples will be very helpful!

Reply
  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
Usha
Lt. Commander Usha Lt. Commander
Lt. Commander

Posted: ‎2015-03-23 11:11 PM

2 Likes
1
947
  • 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-03-23 11:11 PM

Hi Darell,

Protected mode requires the user to obtain the semaphore before executing the command.  PM5000 supports both protected and unprotected command interfaces.  In the register list, there is a "Commands" tab.  In that tab, it lists all of the commands that can be executed by the meter under protected or unprotected mode.  It also lists the parameters that need to be specified by each command.  You can filter those commands based on the column titled: "Allowed for Unprotected Command Interface".
Registers 5000-5249 are "Protected Command Interface" registers
Registers 5250 - 5499 are "Unprotected Command Interface" registers


Using the Protected Command Interface

To issue a meter command using the protected command interface, you must have a

command semaphore.

To get a semaphore, read the semaphore Modbus register. The power meter will return a 0 or a nonzero number.

• If 0 is returned, someone else owns the semaphore. You must wait for the semaphore to be available before sending a command.

• If a nonzero number is returned, you now own the semaphore. The semaphore is provided once until it is released or has been inactive for approximately 4 minutes.

Once you have the semaphore, subsequent reads of the semaphore register will return 0 until you release the semaphore or it times out.

To send a meter command using the protected command interface:

1. Read the semaphore register and record the meter response. This is your semaphore.

2. Build the packet to be written to the command block.

3. Write the packet as a Modbus block write (enter the command number, semaphore,

and parameters at the same time).

Protected Command Block Example

6038

4. Monitor the meter response registers for validity and completion

Protected Meter Response Example

6040

5. Write the semaphore back to the semaphore register to release it for another master to use.



Using the Unprotected Command Interface

The unprotected command interface allows you to issue a broadcast command to multiple meters at once. The unprotected command interface ignores the semaphore register.

Although some applications require the unprotected command interface, it is recommended that you use the protected command interface whenever possible.

To send a meter command using the unprotected command interface:

1. Build the packet to be written to the command block.

2. Write the packet as a Modbus block write (enter the command number, any number

as the semaphore, and the parameters at the same time).

Unprotected Command Block Example

6041

3. Monitor the meter response registers for validity and completion

Unprotected Meter Response Example

6043


Regards,
Usha
Software Engineering Support

See Answer In Context

Reply
Replies 2
Usha
Lt. Commander Usha Lt. Commander
Lt. Commander

Posted: ‎2015-03-23 11:11 PM

2 Likes
1
948
  • 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-03-23 11:11 PM

Hi Darell,

Protected mode requires the user to obtain the semaphore before executing the command.  PM5000 supports both protected and unprotected command interfaces.  In the register list, there is a "Commands" tab.  In that tab, it lists all of the commands that can be executed by the meter under protected or unprotected mode.  It also lists the parameters that need to be specified by each command.  You can filter those commands based on the column titled: "Allowed for Unprotected Command Interface".
Registers 5000-5249 are "Protected Command Interface" registers
Registers 5250 - 5499 are "Unprotected Command Interface" registers


Using the Protected Command Interface

To issue a meter command using the protected command interface, you must have a

command semaphore.

To get a semaphore, read the semaphore Modbus register. The power meter will return a 0 or a nonzero number.

• If 0 is returned, someone else owns the semaphore. You must wait for the semaphore to be available before sending a command.

• If a nonzero number is returned, you now own the semaphore. The semaphore is provided once until it is released or has been inactive for approximately 4 minutes.

Once you have the semaphore, subsequent reads of the semaphore register will return 0 until you release the semaphore or it times out.

To send a meter command using the protected command interface:

1. Read the semaphore register and record the meter response. This is your semaphore.

2. Build the packet to be written to the command block.

3. Write the packet as a Modbus block write (enter the command number, semaphore,

and parameters at the same time).

Protected Command Block Example

6038

4. Monitor the meter response registers for validity and completion

Protected Meter Response Example

6040

5. Write the semaphore back to the semaphore register to release it for another master to use.



Using the Unprotected Command Interface

The unprotected command interface allows you to issue a broadcast command to multiple meters at once. The unprotected command interface ignores the semaphore register.

Although some applications require the unprotected command interface, it is recommended that you use the protected command interface whenever possible.

To send a meter command using the unprotected command interface:

1. Build the packet to be written to the command block.

2. Write the packet as a Modbus block write (enter the command number, any number

as the semaphore, and the parameters at the same time).

Unprotected Command Block Example

6041

3. Monitor the meter response registers for validity and completion

Unprotected Meter Response Example

6043


Regards,
Usha
Software Engineering Support
Reply
sesa277735
sesa277735 Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2015-04-06 12:41 PM

0 Likes
0
947
  • 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-04-06 12:41 PM

Hey Usha M R,

Thanks for taking the time to answer my question!

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