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

Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!

SCADAPack 474

Remote Operations Forum

Support forum for Schneider Electric SCADA systems, radios and RTUs. From commissioning integration devices and software, to enhancing existing installations or troubleshooting.​

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
  • Remote Operations
  • Remote Operations Forum
  • SCADAPack 474
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
Joel_Weder
Captain Joel_Weder Captain
77
BevanWeiss
Spock BevanWeiss
20
sbeadle
Kirk sbeadle Kirk
17
MartinChartrand
Captain MartinChartrand Captain
15
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to Remote Operations Forum
Solved
Muhemmed
Ensign Muhemmed
Ensign

Posted: ‎2022-02-22 03:29 PM

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

Posted: ‎2022-02-22 03:29 PM

SCADAPack 474

Hi Guys,

 

Have anybody have a chance to work with SCADAPAck 474 store and forward feature? I would like to know if I want to read a modbus register of a device and then forward it to another device e.g. PLC without processing them in the SCADAPack itself, what the configuration will be?

Especially, I would like to know what the forward station ID should be and where the data are stored in SCADAPack and if they are accessible. As such in which addresses the data will be stored in the destination PLC.

  • Tags:
  • english
Reply

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

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
RW_Support
Ensign RW_Support Ensign
Ensign

Posted: ‎2022-02-23 05:48 AM

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

Posted: ‎2022-02-23 05:48 AM

Muhemmed,

 

The "Store and Forward" (S&F) feature is more like a Modbus router. it can not read Modbus registers from server devices but, it can route and translate Modbus messages.

 

From what you are describing and how I understand your question, you will want to use the Modbus Scanner in the SP474 and read the Modbus server register into an "object". This object would then need to be tied to logic and moved into another object that can also be used in a different write scanner. The reason it needs to be moved into another object as an object can only have one association source with it. In other words an object cannot be an input (on the scanner) and an output (on the scanner) at the same time.

 

Although the YouTube video below is regarding DNP3, part 1 shows how a Modbus Scanner read works as the presenter is setting up the "use case" for DNP3.

https://www.youtube.com/watch?v=zPT29LY4RcY

 

An example of S&F can be the following: A SCADA client (Geo SCADA) is connected to a S&F controller (Modbus address 2) via Ethernet (Modbus/TCP). There is another SCADAPack attached to this SCADAPack via serial radio (Such as a Trio K radio) on COM3 at Modbus address 7. The SCADA client would like to poll data from Modbus station address 7.

 

The S&F table would be the following. The message form the SCADA comes into the Modbus/TCP interface and gets forwarded out the serial interface.

   

                                                                                                                                                                  

INCOMING INTERFACE SERVER STATION FORWARD INTERFACE FORWARD STATION FORWARD IP ADDR TIMEOUT (MS)
Modbus/TCP SERVER 7 Serial 3 7   2000

 

As you can see the server station is the same as the forward station. If by any chance an end user would like to translate or change the Modbus addresses they can. For example if there is already an address 7 on the main network (not on the radio), the server station attached to the S&F can can also be 7, but the message the SCADA client sends a message to would be an address not on the Ethernet network. Translation is very seldom used, but is there if needed for unique scenarios.

See Answer In Context

  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

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

Reply 1
RW_Support
Ensign RW_Support Ensign
Ensign

Posted: ‎2022-02-23 05:48 AM

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

Posted: ‎2022-02-23 05:48 AM

Muhemmed,

 

The "Store and Forward" (S&F) feature is more like a Modbus router. it can not read Modbus registers from server devices but, it can route and translate Modbus messages.

 

From what you are describing and how I understand your question, you will want to use the Modbus Scanner in the SP474 and read the Modbus server register into an "object". This object would then need to be tied to logic and moved into another object that can also be used in a different write scanner. The reason it needs to be moved into another object as an object can only have one association source with it. In other words an object cannot be an input (on the scanner) and an output (on the scanner) at the same time.

 

Although the YouTube video below is regarding DNP3, part 1 shows how a Modbus Scanner read works as the presenter is setting up the "use case" for DNP3.

https://www.youtube.com/watch?v=zPT29LY4RcY

 

An example of S&F can be the following: A SCADA client (Geo SCADA) is connected to a S&F controller (Modbus address 2) via Ethernet (Modbus/TCP). There is another SCADAPack attached to this SCADAPack via serial radio (Such as a Trio K radio) on COM3 at Modbus address 7. The SCADA client would like to poll data from Modbus station address 7.

 

The S&F table would be the following. The message form the SCADA comes into the Modbus/TCP interface and gets forwarded out the serial interface.

   

                                                                                                                                                                  

INCOMING INTERFACE SERVER STATION FORWARD INTERFACE FORWARD STATION FORWARD IP ADDR TIMEOUT (MS)
Modbus/TCP SERVER 7 Serial 3 7   2000

 

As you can see the server station is the same as the forward station. If by any chance an end user would like to translate or change the Modbus addresses they can. For example if there is already an address 7 on the main network (not on the radio), the server station attached to the S&F can can also be 7, but the message the SCADA client sends a message to would be an address not on the Ethernet network. Translation is very seldom used, but is there if needed for unique scenarios.

  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

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

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