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!

Industrial Automation Knowledge Base

Access vast amounts of technical know-how and pro tips from our community of Industrial Automation experts.

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
  • Industrial Automation Knowledge Base
Options
  • My Knowledge Base Contributions
  • Subscribe
  • Bookmark
  • Invite a Friend
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
Labels
Top Labels
  • Alphabetical
  • EcoStruxure Process Expert 20
  • M580 20
  • EPE 16
  • EcoStruxure Automation Expert 16
  • Citect SCADA 13
  • IEC 61499 13
  • Control Expert 12
  • Robotics 12
  • Communication 12
  • Networking 12
  • EcoStruxure Machine SCADA Expert 11
  • EcoStruxure Control Expert 11
  • Automation Expert 11
  • Cybersecurity 10
  • Connectivity 10
  • HDCS 10
  • PES 10
  • PROCESS EXPERT 10
  • AVEVA System Platform 9
  • node-red 9
  • EcoStruxure Hybrid DCS 9
  • Machine Control 8
  • dPAC 8
  • EcoStruxure Machine Expert 8
  • Function Block Programming 8
  • WWW 7
  • Security 7
  • Cloud Connectivity 6
  • IIoT 6
  • AVEVA 6
  • Docker 6
  • Architecture 6
  • firmware 5
  • High Availability 5
  • Asset Link 5
  • RBAC 4
  • Safety 4
  • Maintenance 4
  • Cloud Services 4
  • Dashboards 4
  • Motion 4
  • HVAC 3
  • High Performance Machine Control 3
  • Fieldbus 3
  • Machine Safety 3
  • Augmented Reality 3
  • Redundancy 3
  • General Purpose Library 2
  • ALTIVAR 2
  • Reporting 2
  • Transport 2
  • MMM 2
  • SCADA 2
  • Process Safety 2
  • AOA 2
  • drives 2
  • OPC UA 2
  • Lexium 2
  • SQL 2
  • Cloud 1
  • Service 1
  • Modicon M262 1
  • C Sharp 1
  • ModbusGateway 1
  • Scripting 1
  • Runtime tags 1
  • Harmony 1
  • Hoisting 1
  • timestamp 1
  • SE Template 1
  • PacDrive3 1
  • Event Logging 1
  • Palletizing 1
  • Cobot Expert 1
  • EcoStruxure Machine 1
  • Situational Awareness 1
  • Recipe Management 1
  • Feature 1
  • Cement 1
  • Packaging 1
  • Altistart 1
  • 4G 1
  • CPG 1
  • programming 1
  • Aquis 1
  • DCS 1
  • Lexium Cobot 1
  • diagnostics 1
  • STB 1
  • Plant SCADA 1
  • Custom Widget 1
  • Google Maps 1
  • Tracking 1
  • Robot 1
  • Custom Gripper 1
  • Visual Studio 1
  • CSharp 1
  • Previous
  • 1 of 7
  • Next
Top Contributors
  • Michael_Chan
    Michael_Chan
  • RobertSanders
    RobertSanders
  • kingslim
    kingslim
See More Contributors
Related Products
Thumbnail of EcoStruxure™ Automation Expert
Schneider Electric
EcoStruxure™ Automation Expert
69
Thumbnail of Modicon M580
Schneider Electric
Modicon M580
57
Thumbnail of EcoStruxure™ Control Expert
Schneider Electric
EcoStruxure™ Control Expert
52
Load more

Related Forums

  • Intelligent Devices Forum

Previous Next

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite

Industrial Automation Knowledge Base

Sort by:
Views
  • Date
  • Views
  • Likes
  • Helpfulness
Options
  • Subscribe
  • Bookmark
  • Invite a Friend
  • « Previous
    • 1
    • 2
    • 3
    • 4
    • …
    • 18
  • Next »

EcoStruxure Automation Expert – Install Soft dPAC into a Raspberry PI

Issue The aim of this document is to provide a step by step guide for the installation and setup of EcoStruxure Automation Expert Soft dPAC into a Raspberry PI 4 and deploy a solution from the Buildtime software. Resolution Download the pdf document  Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Lt. Commander RobertSanders Lt. Commander
‎2021-07-08 06:37 AM

Last Updated: Lieutenant Vartika ‎2023-11-23 01:45 AM

Labels:
  • EcoStruxure Automation Expert
1267 Views

How to link EcoStruxure Augmented Operator Advisor with Citect SCADA

Issue With the standard real-time data retrieval from controllers using Node Red or EcoStruxure Operator Terminal Expert, we must add Modbus addresses to Unity Pro/EcoStruxure Control Expert variables. This increases the deployment time and effort considering that there may be iterations leading to the final variable list. Since Modbus deals natively with bytes, and the Modbus nodes generally provide data in 16-bit numbers (int, word), they must be further converted to 32-bit types using additional nodes or JS functions. Bit extraction from words also need separate nodes. Often WiFi media is used to connect the EcoStruxure Augmented Operator Advisor App on a tablet to the EcoStruxure Augmented Operator Advisor runtime. The WiFi network and/or WiFi devices may not be secure. Hence, these must be placed in an untrusted zone separated from the trusted SCADA+Controller zone by a firewall. Incoming connections from untrusted zones to trusted zones should be avoided. Outgoing connections from the trusted zone to untrusted zones can be allowed and must be monitored. To protect the controller from accidental/malicious Modbus commands, a deep packet inspection firewall (E.g. Tofino) is required. Resolution As a proof-of-concept, this article proposes to write real-time data from CItect SCADA to the EcoStruxure Augmented Operator Advisor Runtime via HTTP/json commands. This approach can mitigate the issues described above. Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Lieutenant JG btekkiam Lieutenant JG
‎2020-10-06 02:09 AM

Last Updated: Lieutenant Vartika ‎2023-11-21 02:07 AM

Labels:
  • Citect SCADA
  • Communication
  • WWW
1284 Views

How to Setup Topology Manager Client-Server Architecture

Issue The Topology Manager Client-Server model, or Client-Server Architecture, is a distributed application framework dividing tasks between servers and clients, which either reside in the same computer system or communicate through an Ethernet network. It simplifies the automation life cycle by managing multi-controllers with a central repository for all project files and providing visibility of the entire system architecture. How do I set up a central repository to store all the system project files and manage multiple controllers? Toplogy Manager Client-Server Architecture Resolution Technically, there’s no limit to the number of clients. There’s only one installation file that installs both EcoStruxure Control Expert and the Topology Manager. Both server and client files are always installed together. The objective of this article is to offer guidelines for setting up a client-server architecture for Topology Manager.   Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.
View full article
Commander Michael_Chan Commander
‎2024-05-07 09:44 PM

Labels:
  • Architecture
  • Connectivity
  • Networking
1295 Views

EcoStruxure Process Expert: Client and Scanner Modbus serial communication

Issue Using Modbus serial communication with third-party equipment requires complex logic to manage priorities and diagnostics. Resolution The General Purpose library (GPL) has powerful functions and only needs a simple configuration for the implementation of this communication. This document shows the implementation of a serial Modbus client and scanner communication, in EcoStruxure Process Expert. The GPL library is also available for EcoStruxure Control expert as a standalone library and the two examples described can be easily reused on this software platform.  Library link: https://shop.exchange.se.com/en-US/apps/66288/general-purpose-library-v2-for-ecostruxure-control-exp... Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Lt. Commander Eric_Coudurier Lt. Commander
‎2020-12-11 04:40 AM

Last Updated: Lieutenant Vartika ‎2023-11-22 02:24 AM

Labels:
  • Control Expert
  • EPE
  • M580
  • PROCESS EXPERT
1240 Views

Modicon Redundant Switch - Factory Reset without Password

Issue Sometimes the password for the Modicon Redundant Switch can be misplaced and therefore need to be Factory Reset.   Note: The Knowledge Base article to Factory Reset a Modicon Managed Switch can be found here https://community.se.com/t5/Industrial-Automation-Knowledge/Modicon-Managed-Switch-Factory-Reset-with-Memory-backup-adapter/ta-p/475864     Resolution The following Knowledge Base article details the steps required to Factory Reset the Modicon Redundant Switch when the Username and Password are not known.   Download the PDF for instructions. Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Lt. Commander RobertSanders Lt. Commander
‎2024-12-24 07:04 AM

on ‎2024-12-24 07:04 AM

Labels:
  • High Availability
  • Networking
1178 Views

EcoStruxure Automation Expert - Migrating Solutions to the Latest Version

Objective This video demonstrate how to migrate an existing EcoStruxure Automation Expert solution to the latest version. It showcases the steps involved, the prompts that will be encountered will be explained, along with how to deal with them. Snapshots from video:  Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Lt. Commander kingslim Lt. Commander
‎2024-11-11 07:29 AM

on ‎2024-11-11 07:29 AM

1170 Views

How to migrate from GPL Classic to GPL SA with EcoStruxure Process Expert?

In 2019 EcoStruxure Process Expert was released with a new General Purpose Library for Situational Awareness – GPL SA - as its default library. This is a new library and while functionally like previous General Purpose Library – GPL Classic - there is no direct upgrade between the libraries. Instead the existing library is maintained and supported for existing customers. If projects or customers want to leverage the new general process library, they must migrate their project between the libraries and re-draw their graphics screens...
View full article
Lieutenant ARTUR_PEDROSA Lieutenant
‎2021-03-05 02:16 PM

Last Updated: Lieutenant Vartika ‎2023-11-21 03:48 AM

Labels:
  • EcoStruxure Process Expert
  • EPE
  • HDCS
  • PES
1109 Views

How to Configure Citect SCADA Communication with an SNMPII System

Issue Enter issue. Resolution Enter resolution. Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Lieutenant JG Xiaoyong Lieutenant JG
‎2020-11-03 04:02 AM

Last Updated: Lieutenant Vartika ‎2023-11-21 02:07 AM

Labels:
  • Citect SCADA
1113 Views

EcoStruxure Process Expert 2020: Jumping in to use Situational Awareness Style Pages

Background Many of us are experienced EcoStruxure Process Expert (formerly EcoStruxure Hybrid DCS) users. With our extensive experience, we normally just jump straight into any new versions of EcoStruxure Hybrid DCS and we are on our way. However, since EcoStruxure Hybrid DCS 2019, we have a choice to use either the Classic GPL, or the new and widely promoted Situation Awareness GPL. Using these SA GPL correctly requires the use of the correct SA styled page templates in Citect SCADA. This can be a discovery process to some, and it takes time. Objective Objective This video condenses some key knowledges into 3 basic topics to get you started right away. They are: Creating supervision pages in EPE to use SA styled page templates. Configuring the navigation area of SA styled page templates. Different types of SA styled master layouts. Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Lt. Commander kingslim Lt. Commander
‎2020-09-30 01:09 AM

Last Updated: Lieutenant Vartika ‎2023-11-23 02:57 AM

Labels:
  • Citect SCADA
  • EcoStruxure Process Expert
1118 Views

How to Time Synchronize M580 Controller and Operation Stations of EcoStruxure Process Expert?

All control projects require some level of time synchronization. The time synchronization serves a fundamental role in any network, but it's too often added as an afterthought. However, it can mean the difference between correctly troubleshooting in minutes and returning the production to the desired level or having no idea about what caused production lost.   The Network Time Protocol is a client-server protocol and has been widely adopted in all kind of Industries since 1985. It is a low-cost solution that can be easily applied for all EcoStruxure Process Expert architectures.
View full article
Lieutenant ARTUR_PEDROSA Lieutenant
‎2020-08-03 11:29 AM

Last Updated: Lieutenant Vartika ‎2023-11-23 12:28 AM

Labels:
  • Citect SCADA
  • EcoStruxure Hybrid DCS
  • EcoStruxure Process Expert
  • M580
  • PROCESS EXPERT
1100 Views

EcoStruxure Automation Expert - Softdpac on Ubuntu

Issue Having an agnostic approach when it comes to automation and decoupling the software from the hardware have been on the mind of many customers and a clear requirement from the industry.  Resolution With the latest technology and thanks to a container approach, this is today possible with EcoStruxure Automation Expert runtime. Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Ensign AnouarSnoussi Ensign
‎2021-03-02 10:44 AM

Last Updated: Lieutenant Vartika ‎2023-11-21 02:07 AM

Labels:
  • EcoStruxure Automation Expert
1042 Views

EcoStruxure Control Expert - How can I locate the Forced Bits for the Modicon M580 controller?

Issue Forced variables will remain stored within the controller even when it is disconnected. This persistence ensures that the forced states are retained and can be reactivated when the controller is reconnected. The persistence of forced variables can occur at any point within your program's logic.   How can I find the forced bits for my Modicon M580 controller? Resolution There are 4 ways to locate your forced bits: LED Front Panel Display of the M580 CPU Status Bar of the EcoStruxure Control Expert Hardware Information Tab Controller’s System Words M580 Safety System Word Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Commander Michael_Chan Commander
‎2025-04-02 10:16 PM

on ‎2025-04-02 10:16 PM

Labels:
  • Function Block Programming
1086 Views

EcoStruxure Automation Expert - Populating Data Grid Control with C#

Objective The Data Grid in EAE’s HMI is useful for many purposes. In this article, we will learn how to populate it with recipes so that the user may choose one to eventually send to a controller. Behind all of these are C# Codes. We will learn the codes and techniques necessary to perform the operations related. The eventual bigger picture is towards building a bigger application such as one that retrieves information from a data source. But before we can do that, we need to know the basics of Data Grid first.   Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Lt. Commander kingslim Lt. Commander
‎2024-07-30 03:55 AM

on ‎2024-07-30 03:55 AM

Labels:
  • IEC 61499
1077 Views

Modicon M580 - How to upgrade M580 CPU Firmware

Issue I would like to upgrade my Modicon M580 Firmware to overcome published vulnerabilities identified in the previous firmware version or gain access to features delivered in a newer version. Resolution The aim of this article is to provide a step-by-step guide to properly upgrade Modicon M580 CPU Firmware from V3.20 and earlier to V4.10 of the Modicon M580 CPU firmware.
View full article
Lieutenant Mumuny_Gbadamosi Lieutenant
‎2023-12-06 01:58 AM

on ‎2023-12-06 01:58 AM

Labels:
  • firmware
1097 Views

EcoStruxure Process Expert 2021: Build a simple system with MMM Libraries

Issue The configuration of an MMM system with routes, starting and stopping assets in sequence, taking into account security and associated supervision, is not easy to achieve.  Resolution EcoStruxure Process Expert and the MMM library allow to realize these functions and the associated supervision by simple parameterization.   The document presents the functional description of an MMM process managing conveyor belts, valves and tanks and how to develop the system with a group control function used to start and stop the assets in sequence.   Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Lt. Commander Eric_Coudurier Lt. Commander
‎2022-12-02 01:30 AM

Last Updated: Lieutenant Vartika ‎2023-11-22 02:18 AM

Labels:
  • EPE
  • MMM
  • PROCESS EXPERT
1083 Views

Serial Line on X80 with BMXNOM on EcoStruxure Process Expert

Introduction The GPL Communication library contains objects managing explicit messaging for Modbus TCP and Modbus RTU technologies.     This document will summarize how to manage devices on serial lines connected to BMXNOM0200 module on M580 X80 drops on EcoStruxure Process Expert/ Hybrid DCS platform Resolution Please see attached document where it explains how to manage devices on serial lines connected to BMXNOM0200 on M580 drops on EcoStruxure Process Expert/ Hybrid DCS platform.  Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Ensign GunawanAdi Ensign
‎2021-02-22 08:00 AM

Last Updated: Lieutenant Vartika ‎2023-11-21 02:07 AM

Labels:
  • EcoStruxure Process Expert
  • M580
1032 Views

EcoStruxure Process Expert - Implicit Messaging Between Rockwell and Schneider Electric Controllers

Issue Enter issue. Resolution Enter resolution. Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Lieutenant JG SrihariPalepu Lieutenant JG
‎2021-01-17 11:33 PM

Last Updated: Lieutenant Vartika ‎2023-11-23 12:24 AM

Labels:
  • EcoStruxure Hybrid DCS
  • EPE
  • M580
  • PES
1006 Views

KB - How to Integrate ET200M (Siemens) to M580 using PRM

Issue How to Integrate ET200M (Siemens) to M580 Resolution Enter resolution. Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Lieutenant JG SrihariPalepu Lieutenant JG
‎2020-11-29 03:28 AM

Last Updated: Lieutenant Vartika ‎2023-11-21 02:07 AM

Labels:
  • EcoStruxure Hybrid DCS
  • EcoStruxure Process Expert
  • M580
  • PES
1027 Views

The IT-OT Convergence - Harmony Hub and Machine Advisor Integration via HTTP.

Issue The development of complex and customized systems requires time and investment and most of them do not reach the expected return. The platforms open source combined with cloud based data analytics tools can add value quickly and with a low development and effort cost according to the MVP concept (Minimum Viable Product).   Resolution This document shows how to integrate Node-RED (open source tool) with Schneider Electric cloud based Analytics tool Machine Advisor in an easy manner. Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Anonymous user
‎2020-03-03 05:09 AM

Last Updated: Lieutenant Vartika ‎2023-11-29 03:53 AM

Labels:
  • Fieldbus
1051 Views

How to Configure the Modicon M580 Profibus DP Master module (PMEPXM0100)

Issue I would like to deploy the Modicon M580 Profibus DP Master module (PMEPXM0100) within my architecture. Resolution Downloading the attached document will allow the user to learn how to configure & deploy the Modicon M580 Profibus DP Master Module (PMEPXM0100). Disclaimer The views and opinions expressed in this article are those of the author(s) and do not necessarily reflect the official policy or position of Schneider Electric.  
View full article
Ensign anujgupta Ensign
‎2020-03-02 01:03 AM

Last Updated: Lieutenant Vartika ‎2023-11-23 01:38 AM

Labels:
  • EcoStruxure Control Expert
  • M580
1043 Views
  • « Previous
    • 1
    • 2
    • 3
    • 4
    • …
    • 18
  • Next »
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

Welcome!

Welcome to your new personalized space.

of