By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
Inst ToolsInst ToolsInst Tools
  • Courses
  • PLC Tutorials
  • Control Systems
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: PLC Project Examples for EcoStruxure Machine Expert
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > PLC Project Examples for EcoStruxure Machine Expert

PLC Project Examples for EcoStruxure Machine Expert

In this article, you will learn the PLC project examples for EcoStruxure Machine Expert software from the Schneider Electric.

Last updated: March 20, 2024 2:22 pm
Editorial Staff
PLC Tutorials
1 Comment
Share
5 Min Read
SHARE

In this article, you will learn the PLC project examples for EcoStruxure Machine Expert software from the Schneider Electric.

Contents
PLC Project ExamplesSchneider Electric PLCInputs and OutputsEcoStruxure Machine Expert Ladder LogicPLC Programming Simulation

Note: The PLC example is designed for the automation engineers and students to learn the PLC basics.

PLC Project Examples

Problem Statement

Design a PLC ladder logic for the following application.

There is a use of four toggle switches to control four LEDs.

If Switch 1 is ON, then LED I will be ON.

If Switch 2 is ON, then LED II will be ON, and LED I will be OFF.

If Switch 3 is ON, then LED III will be ON, and LED II will be OFF.

If Switch 4 is ON, then LED IV will be ON, and LED III will be OFF.

NOTE: Do not turn the switches OFF once turned ON. (For this Example)

Schneider Electric PLC

In the below video, you can learn this PLC project from start to end with complete details.

Inputs and Outputs

Digital Inputs:

The required PLC inputs are listed below.

Switch 1: I0.0

Switch 2: I0.1

Switch 3: I0.2

Switch 4: I0.3

Digital Outputs:

The required PLC outputs are listed below.

LED 1: Q0.0

LED 2: Q0.1

LED 3: Q0.2

LED 4: Q0.3

EcoStruxure Machine Expert Ladder Logic

PLC Project Examples for EcoStruxure Machine Expert

Program Description

For this PLC project, we used EcoStruxure Machine Expert Basic PLC software for programming.

In the above program, we have used Normally Open Contact for Switch 1 (I0.0), Switch 2 (I0.1), Switch 3 (I0.2), and Switch 4 (I0.3).

We have also used Normally Closed Contacts for Switch 2 (I0.1), Switch 3 (I0.2) and Switch 4 (I0.3).

Switch 1 and Switch 4 are connected in series for LED 1, thus implementing AND logic gate. We have also used Normally Closed Contacts for Switch 2, thus implementing the NOT logic gate.

For LED 2, inputs switch 2 and switch 3 are connected in series, thus implementing AND logic gate. We have also used Normally Closed Contacts for Switch 3, thus implementing NOT logic gate.

Switch 3 and switch 4 are implementing OR logic gates i.e., connected in series for LED 3. Switch 4 is taken as Normally Closed Contact, thus implementing NOT logic gate.

Switch 4 only is connected to LED4.

For LED 1 to be ON, Switch 1 should be ON, and Switch 2 should be OFF.

To turn ON LED 2, Switch 2 should be ON, and Switch 3 should be OFF.

When Switch 3 is ON and Switch 4 is OFF, then LED 3 will turn ON.

LED 4 will turn ON when Switch 4 is turned ON.

PLC Programming Simulation

Here we will see the PLC program simulation results with different input combinations.

When Switch 1 is ON

Ecostruxure Machine Expert Basic PLC Ladder Programming

When toggle switch 1 is turned ON and Switch 2 is OFF, the signal flows through it as Switch 2 is used as Normally Closed Contact. As a result, LED 1 gets ON. Other LEDs will remain OFF because Switch 1 is not connected to them.

When Switch 2 is ON

EcoStruxure Machine Expert Training

The signal will flow through switch 2 when it is turned ON that will turn ON LED 2. It is so because switch 2 as Normally Open Contact is not connected to other LEDs. Turning ON Switch 2 will also turn OFF LED 1 as it is used as Normally Closed Contact. It will not allow the signal to LED 1.

When Switch 3 is ON

Beginner's Free PLC Training EcoStruxure Machine Expert

When Switch 3 is turned ON, the signal flows through it that will turn LED 3 ON. The input switch 3 as Normally Open Contact is connected to it only. LED 2 will turn OFF as Switch 3 is used as Normally Closed Contact for LED 2.

When Switch 4 is ON

Schneider Electric EcoStruxure Automation Expert

Switch 4 will turn ON LED 4 when turned ON. Switch 4 as Normally Closed Contact is connected to LED 3. As a result, turning ON Switch 4 will turn OFF LED 3.

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

  • Siemens Control System (TDC)
  • How to use PLC with SQL Database?
  • Templates in FactoryTalk View Studio
  • Control Algorithms in PLC Programming
  • Single-acting Cylinder OR Logic Operation
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !
Difference Between PLC and SCADA
#16 PLC Best Practices – Create Trend for Cycle Time on HMI
Auto and Manual Liquid Tank System: PLC Program Example
PLC Instruction List Program for Basic Instructions
PLC Packing Machine Control System Program in XG5000
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • chakri says:
    August 27, 2024 at 1:35 pm

    by using schnider ecostruxure machine expert We have four cooling fan 1,2,3,4 If Temperature raises above 270 C → Fan 1 Should run If Temperature rises above 300 C → Fan 1 & 2 Should run If Temperature raises above 350𝐶 → Fan 1,2 & 3 Should run If Temperature raises above 400𝐶 → Fan 1,2,3 & 4 Should run . Write a PLC Program for this application using PLC software draw a plc ladder diagram

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
208kSubscribersSubscribe
38kFollowersFollow

Categories

Recent Comments

  • MIHARITSOA Aina Sitraka on Top Non-PLC Certification Courses for Automation Professionals
  • Vaishnavi on Free Instrumentation Course for Trainee Engineers
  • anuj kapoor on DCS Program to Maintain Draft in Furnace
  • anuj kapoor on IoT based Smart Boiler Control System with Cloud PLC and SCADA

Related Articles

How to Filter Digital and Analog Inputs in a PLC

How to Filter Digital and Analog Inputs in a PLC?

V1000 Family Programming Simulator Tool

VFD Simulator Download – Free Yaskawa V1000 Software

Industrial motor control using PLC instruction list programming

PLC Instruction List for Motor Reverse and Forward Direction

PLC Sequence Programming Ladder Logic

PLC Sequence Programming Ladder Logic

Data Types in PLC

Data Types in PLC – Bit, Byte, Integer, Real, String

Automatic Bottle Filling System using PLC

Automatic Bottle Filling System using PLC

PLC Latching circuit Animation

What is Seal-in Circuit ?

Omron PLC washing machine automation

Omron PLC Logic for Washing Machine Automation

More Articles

Electronic Devices & Circuits Objective Questions

Electronic Devices & Circuits Quiz – Set 15

Redundant Power Supply

How Does Redundant Power Supply Work?

Troubleshooting Magnetic Flow Meters Common Problems

Troubleshooting Magnetic Flow Meters Common Problems

Contact and Non-Contact Level Sensors

Contact and Non-Contact Level Sensors

Safety in Automation Systems

Safety in Automation Systems

Nuclear Magnetic Resonance Spectrometer Questions and Answers

Types of NMR Spectrometers Questions & Answers

RTD-standards

How to calculate the tolerance of a RTD sensor

Radar Level Transmitter in Briddle level Measurement

Radar Level Transmitter in Briddle level Measurement

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?