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

Can you tell me what are the benefits of the IEC61499 Standard in automation ?

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
  • Can you tell me what are the benefits of the IEC61499 Standard in automation ?
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-05-06 02:42 AM . Last Modified: ‎2023-07-28 02:26 AM

0 Likes
2
2831
  • 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-05-06 02:42 AM . Last Modified: ‎2023-07-28 02:26 AM

Can you tell me what are the benefits of the IEC61499 Standard in automation ?

Can you tell me what are the benefits of the IEC61499 Standard in automation ?

Rodrigo G. 


Industrial Automation Community manager

Labels
  • Labels:
  • IEC61499
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-05-10 12:59 AM . Last Modified: ‎2020-10-02 02:50 AM

4 Likes
1
2820
  • 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-05-10 12:59 AM . Last Modified: ‎2020-10-02 02:50 AM

Rodrigo,

Books have been written on this subject, bu let me make a short summary of my personal view:

 

First of all, IEC 61499 is an extension of IEC 61131, and was created by the same experts that created IEC 61131. The first thing they did was take the IEC 61131 functions block (FB) and add an event input and output to it along with the data inputs and outputs. They also put in place a restriction in that the FB could only manipulate variables associated with that block. And of course you can embed FB's inside other FB's creating composite FB's.  In simple terms they created a true object in the IT sense. You call it by setting the input event, passing data through the data inputs, the FB algorithm performs its algorithm on the data and then returns its result by setting the event output and returning the data with the data outputs.

 

The second really smart thing the inventors of IEC 61499 did was to separate the application model from the system model. In this way I design my application without thinking about the the hardware on which it will run. The system model then takes the application and distributes it to the different hardware resources that I use to actually execute the application. This is called hardware/software decoupling. And its built into the standard.

 

Event-drive FB's and software/hardware decoupling enable two things:

 

1/ Really efficient engineering. I basically program my application by assembling a series of hardware-independent composite FB libraries (pre-built, tested and proven-in-use) and then deploying to my hardware architecture which can be centralized, distributed or a hybrid version. Benchmarks against conventional IEC 61131 systems show a gain in engineering of between 3 and 7 times depending on the engineering task.

 

While this a really important, it's not transformational. Which brings me to the next point.

 

2/ Portability/Interoperability of FB's. The object-orientation of the FB's combined with the hardware independence allows you to assemble FB's from different programmers that will interoperate in one application, and to run them on any IEC 61499 compliant hardware, ie the software is portable. In addition, IEC 61499 doesn't actually specify the programming language, and so it allows one to embed proprietary IP inside a FB. In essence I have created a world where an EcoSystem can create and sell portable automation apps that can interoperate on multi-vendor platforms.

 

This is the true transformation that IEC 61499 promises -  over time we will move from a world of low-value programming of proprietary systems to a plug-&-produce world where the SI assembles proven-in-use automation apps into one application that I then run on compliant hardware platforms. Only in this way, can we address the complex use cases of Industry 4.0.

 

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

Reply

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

Replies 2
Anonymous user
Not applicable

Posted: ‎2020-05-10 12:59 AM . Last Modified: ‎2020-10-02 02:50 AM

4 Likes
1
2821
  • 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-05-10 12:59 AM . Last Modified: ‎2020-10-02 02:50 AM

Rodrigo,

Books have been written on this subject, bu let me make a short summary of my personal view:

 

First of all, IEC 61499 is an extension of IEC 61131, and was created by the same experts that created IEC 61131. The first thing they did was take the IEC 61131 functions block (FB) and add an event input and output to it along with the data inputs and outputs. They also put in place a restriction in that the FB could only manipulate variables associated with that block. And of course you can embed FB's inside other FB's creating composite FB's.  In simple terms they created a true object in the IT sense. You call it by setting the input event, passing data through the data inputs, the FB algorithm performs its algorithm on the data and then returns its result by setting the event output and returning the data with the data outputs.

 

The second really smart thing the inventors of IEC 61499 did was to separate the application model from the system model. In this way I design my application without thinking about the the hardware on which it will run. The system model then takes the application and distributes it to the different hardware resources that I use to actually execute the application. This is called hardware/software decoupling. And its built into the standard.

 

Event-drive FB's and software/hardware decoupling enable two things:

 

1/ Really efficient engineering. I basically program my application by assembling a series of hardware-independent composite FB libraries (pre-built, tested and proven-in-use) and then deploying to my hardware architecture which can be centralized, distributed or a hybrid version. Benchmarks against conventional IEC 61131 systems show a gain in engineering of between 3 and 7 times depending on the engineering task.

 

While this a really important, it's not transformational. Which brings me to the next point.

 

2/ Portability/Interoperability of FB's. The object-orientation of the FB's combined with the hardware independence allows you to assemble FB's from different programmers that will interoperate in one application, and to run them on any IEC 61499 compliant hardware, ie the software is portable. In addition, IEC 61499 doesn't actually specify the programming language, and so it allows one to embed proprietary IP inside a FB. In essence I have created a world where an EcoSystem can create and sell portable automation apps that can interoperate on multi-vendor platforms.

 

This is the true transformation that IEC 61499 promises -  over time we will move from a world of low-value programming of proprietary systems to a plug-&-produce world where the SI assembles proven-in-use automation apps into one application that I then run on compliant hardware platforms. Only in this way, can we address the complex use cases of Industry 4.0.

 

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

 

Reply

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

JeromeFirmin
Lieutenant JG JeromeFirmin Lieutenant JG
Lieutenant JG

Posted: ‎2020-06-04 10:21 AM

In response to Anonymous user
0 Likes
0
2771
  • 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-06-04 10:21 AM

Looks promising.

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