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

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

What does decoupling the hardware and software do?

EcoStruxure Automation Expert / IEC 61499 Forum

Schneider Electric support forum to acquire and share knowledge about EcoStruxure Automation Expert and IEC 61499 standard for distributed control systems.

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
  • Industrial Automation
  • EcoStruxure Automation Expert / IEC 61499 Forum
  • What does decoupling the hardware and software do?
Options
  • Subscribe to RSS Feed
  • 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
mohamedriswan
Ensign mohamedriswan Ensign
5
JeromePetit
Ensign JeromePetit Ensign
4
KarimBenameur
Ensign KarimBenameur Ensign
4
View All
Related Products
product field
Schneider Electric
EcoStruxure™ Automation Expert

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure Automation Expert / IEC 61499 Forum
Solved
Rodrigo_Garcia
Commander Rodrigo_Garcia Commander
Commander

Posted: ‎2020-09-15 09:16 AM . Last Modified: ‎2023-07-28 02:25 AM

0 Likes
3
4149
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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: ‎2020-09-15 09:16 AM . Last Modified: ‎2023-07-28 02:25 AM

What does decoupling the hardware and software do?

.

Rodrigo G. 


Industrial Automation Community manager

Labels
  • Labels:
  • EcoStruxure Automation Expert
  • faq
  • 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
Anonymous user
Not applicable

Posted: ‎2020-09-16 06:18 AM

0 Likes
1
4146
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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: ‎2020-09-16 06:18 AM

The decoupling between hardware and software is basically achieved through 2 mechanisms:

- Mapping of function blocks to different devices

- Association of symbolic links to the device's I/O (which represent a basic variable)

 

You start by defining your application(s) logic without caring much about the way it will be distributed/executed on the different devices.

You then select the devices you want to buy and map the execution logic (function blocks) to them. The program is calculating automatically the information that needs to be exchanged between the devices.

Finally, you may need to associate the symbolic links from your logic to the I/Os and this is again a mapping that you do once you have mapped the function blocks (that may contain some symbolic links to associate to I/Os)

 

In case you want to change the hardware device, you simply have to repeat this process again on the new hardware.

See Answer In Context

  • Tags:
  • english
Reply

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

Anonymous user
Not applicable

Posted: ‎2020-09-16 06:39 AM . Last Modified: ‎2020-10-02 02:48 AM

In response to Anonymous user
0 Likes
0
4144
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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: ‎2020-09-16 06:39 AM . Last Modified: ‎2020-10-02 02:48 AM

Yes indeed. The IEC 61499 standard enables application-centric design by separating the application model from the system model. Application programming is performed independently of the underlying control devices/resources and communications infrastructure topology which is defined by the system model.

 

The standard lends itself to both distributed and centralized architectures. The system model maps/distributes one or more applications by defining which parts of the applications are executed on which particular devices/resources.

 

A device/resource model manages the connection to the process interface (sensors/actuators via the device IO bus) and the communication interface to other devices used by the distributed application.

 

The combination of application, system and device/resource models enables applications to be designed independently of the underlying automation hardware, to be distributed across heterogeneous devices with zero programming effort, and for those devices to interoperate following standardized communications/data models across networks (again without additional programming).

 

For more information on IEC 61499, download the whitepaper "IEC 61499: The Industrial Automation Standard for Portability that Unleashes Industry 4.0".

 

 

 

See Answer In Context

  • Tags:
  • english
Reply

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

Anonymous user
Not applicable

Posted: ‎2020-09-18 02:28 AM

0 Likes
0
4132
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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: ‎2020-09-18 02:28 AM

To compliment what Adrien has said, decoupling the hardware and software has several advantages

 

  1. I can design the application independently of the underlying hardware, and deploy at the last minute. In other words I don't have to wait to define the hardware architecture to complete the application
  2. During commissioning, if last minute changes require adding more CPU's, it's a 15 minute job to redistribute the application to the new hardware configuration, with zero errors as the system auto-generates the programs and communication between controllers
  3. Over the life time of the plant, it is much easier to upgrade the controllers, keeping them continuously current.
  4. User's can build hardware independent  proven-in-use application libraries, that can be re-used time-and-again, irrespective of the hardware controller.
  5. Calculation intensive FB's can be deployed to the appropriate hardware type, such as edge computers.

See Answer In Context

  • Tags:
  • english
Reply

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

Replies 3
Anonymous user
Not applicable

Posted: ‎2020-09-16 06:18 AM

0 Likes
1
4147
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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: ‎2020-09-16 06:18 AM

The decoupling between hardware and software is basically achieved through 2 mechanisms:

- Mapping of function blocks to different devices

- Association of symbolic links to the device's I/O (which represent a basic variable)

 

You start by defining your application(s) logic without caring much about the way it will be distributed/executed on the different devices.

You then select the devices you want to buy and map the execution logic (function blocks) to them. The program is calculating automatically the information that needs to be exchanged between the devices.

Finally, you may need to associate the symbolic links from your logic to the I/Os and this is again a mapping that you do once you have mapped the function blocks (that may contain some symbolic links to associate to I/Os)

 

In case you want to change the hardware device, you simply have to repeat this process again on the new hardware.

  • Tags:
  • english
Reply

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

Anonymous user
Not applicable

Posted: ‎2020-09-16 06:39 AM . Last Modified: ‎2020-10-02 02:48 AM

In response to Anonymous user
0 Likes
0
4145
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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: ‎2020-09-16 06:39 AM . Last Modified: ‎2020-10-02 02:48 AM

Yes indeed. The IEC 61499 standard enables application-centric design by separating the application model from the system model. Application programming is performed independently of the underlying control devices/resources and communications infrastructure topology which is defined by the system model.

 

The standard lends itself to both distributed and centralized architectures. The system model maps/distributes one or more applications by defining which parts of the applications are executed on which particular devices/resources.

 

A device/resource model manages the connection to the process interface (sensors/actuators via the device IO bus) and the communication interface to other devices used by the distributed application.

 

The combination of application, system and device/resource models enables applications to be designed independently of the underlying automation hardware, to be distributed across heterogeneous devices with zero programming effort, and for those devices to interoperate following standardized communications/data models across networks (again without additional programming).

 

For more information on IEC 61499, download the whitepaper "IEC 61499: The Industrial Automation Standard for Portability that Unleashes Industry 4.0".

 

 

 

  • Tags:
  • english
Reply

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

Anonymous user
Not applicable

Posted: ‎2020-09-18 02:28 AM

0 Likes
0
4133
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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: ‎2020-09-18 02:28 AM

To compliment what Adrien has said, decoupling the hardware and software has several advantages

 

  1. I can design the application independently of the underlying hardware, and deploy at the last minute. In other words I don't have to wait to define the hardware architecture to complete the application
  2. During commissioning, if last minute changes require adding more CPU's, it's a 15 minute job to redistribute the application to the new hardware configuration, with zero errors as the system auto-generates the programs and communication between controllers
  3. Over the life time of the plant, it is much easier to upgrade the controllers, keeping them continuously current.
  4. User's can build hardware independent  proven-in-use application libraries, that can be re-used time-and-again, irrespective of the hardware controller.
  5. Calculation intensive FB's can be deployed to the appropriate hardware type, such as edge computers.
  • Tags:
  • english
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