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!

Modbus IP Multiple Queries and Multiple Query Packets (Async) explanation

Building Automation Knowledge Base

Schneider Electric Building Automation Knowledge Base is a self-service resource to answer all your questions about EcoStruxure Building suite, Andover Continuum, Satchwell, TAC…

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
  • Knowledge Center
  • Building Automation Knowledge Base
  • Modbus IP Multiple Queries and Multiple Query Packets (Async) explanation
Options
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
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

Related Forums

  • Intelligent Devices Forum

Previous Next
Contributors
  • AdamSteele
    AdamSteele
  • RobertAndriolo
    RobertAndriolo
  • Dave_Shore
    Dave_Shore
  • JohnBoehmer
    JohnBoehmer
  • DavidChild
    DavidChild
  • JonGreen
    JonGreen

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to Building Automation Knowledge Base
Options
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
3 Likes
2971 Views

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

Trying to translate this page to your language?
Select your language from the translate dropdown in the upper right. arrow
Translate to: English
  • (Français) French
  • (Deutsche) German
  • (Italiano) Italian
  • (Português) Portuguese
  • (Русский) Russian
  • (Español) Spanish

Modbus IP Multiple Queries and Multiple Query Packets (Async) explanation

Guinan RobertAndriolo Guinan
‎2020-11-11 03:47 AM

Last Updated: Sisko DavidChild Sisko ‎2022-03-23 08:30 AM

Issue

Details on how Modbus IP Multiple Queries and Multiple Query Packets work

Product Line

EcoStruxure Building Operation

Environment

  • Building Operation SmartX Servers
  • Modbus IP

Cause

Understanding of how the Modbus synchronous and asynchronous transport layers differ.

Resolution

By default, the Multiple queries is Disabled, this is the synchronous transport layer. To enable the asynchronous transport layer the Multiple queries must be Enabled within the Modbus TCP Network properties as shown below.

ModbusTCPNetwork.png

Setting to "Enabled" allows multiple queries (packets) to be sent to multiple Modbus devices, thus reducing wait times.  It also enables further settings in the Modbus Device properties "Maximum concurrent queries" and "Multi-query packets".

 

The maximum concurrent queries and multiple-query packets as shown below are configurations for the Modbus asynchronous transport layer.

ModbusTCPDevice.png

The Maximum concurrent queries setting is only enabled if the "Multiple queries" is enabled in the Network Properties. When enabled, this allows the "concurrent queries" to be sent as a single packet.  

 

Modbus Synchronous Transport Layer

Each Modbus query is sent out one after the other. Before sending out the next query the transport layer waits for a specified period for the previous query.


Example Poll Sequence

Device No. Objects
1 2
2 1

D=Device, Q=Query, R=Reply

D1 Q1 Send
D1 R1 Receive 
D2 Q1 Send
D2 R1 Receive 
D1 Q2 Send
D1 R2 Receive 

If it takes 1 second for the device to reply, then this sequence would take 3 seconds.

Modbus Asynchronous Transport Layer

With the asynchronous transport layer enabled, the queries are transmitted to multiple devices at the same time. The maximum number of queries that are transmitted to that one device is controlled by the “Maximum concurrent queries” setting. The “Multiple-query packet” specifies whether the queries are transmitted in one TCP frame or not.

Simple Example Poll Sequence

Device No. Objects Multiple-query packet Maximum concurrent queries
1 2 False 1
2 1 False 1

D=Device, Q=Query, R=Reply

D1 Q1 Send
D2 Q1 Send
D1 Q2 Send
D1 R1 Receive 
D2 R1 Receive 
D1 R2 Receive 

If it takes 1 second for the device to reply, then this sequence would take 1 second

Complex Example Poll Sequence

Device No. Objects Multiple-query packet Maximum concurrent queries
1 10 True 5
2 4 False 2

D=Device, Q=Query, R=Reply

D1 Q1, Q2, Q3, Q4, Q5 Send
D2 Q1 Send
D2 Q2 Send
D1 R1, R2, R3, R4, R5 Receive 
D2 R1 Receive 
D2 R2 Receive 
D1 Q6, Q7, Q8, Q9, Q10 Send
D2 Q3 Send
D2 Q4 Send
D1 R6, R7, R8, R9, R10 Receive 
D2 R1 Receive 
D2 R2 Receive 

If it takes 1 second for the device to reply, then this sequence would take 2 seconds

 

NOTES

  • The use of this feature should be avoided before EBO v3.1, there is also a defect in EBO v3.2 that means v3.2.3.5000 should be used (minimum)
  • Some Modbus devices do not support multiple queries or multiple query packets, so the feature should be tested on an individual basis. (Some devices may even go offline until manually reset)
  • This feature will increase the CPU usage on the EBO server. It should be avoided on EBO Servers that are already heavily loaded
  • This feature also has the ability to reduce the system stability, it is usually better to optimize the use of Modbus Register Groups to increase performance
Labels (1)
Labels:
  • EcoStruxure Building Operation
Tags (3)
  • Find more articles tagged with:
  • DavidShore20
  • DavidShore22
  • RobertAndriolo20
Was this article helpful? Yes No
100% helpful (5/5)

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

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