Inst ToolsInst ToolsInst Tools
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • 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
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: Schneider PLC Programming Example for Beginners
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 > Schneider PLC Programming Example for Beginners

Schneider PLC Programming Example for Beginners

In this article, you will learn the Schneider PLC programming example for beginners based on input switches and output motors.

Last updated: March 20, 2024 7:39 am
Editorial Staff
PLC Tutorials
No Comments
Share
4 Min Read
SHARE

In this article, you will learn the Schneider PLC programming example for beginners based on input switches and output motors.

Contents
Schneider PLC Programming ExamplePLC ProgramI/O ListPLC Programming Example for BeginnersLogic ExplainedPLC Program Analysis

Note: The PLC problem statement below is aimed at the freshers and students to understand the ladder logic.

Schneider PLC Programming Example

Problem Statement

Design a PLC ladder logic for the following application.

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

If Switch 1 is ON, then Motor I and Motor II will be ON.

If Switch 2 is ON, then Motor II and Motor III will be ON.

If Switch 3 is ON, then Motor III and Motor IV will be ON.

If Switch 4 is ON, then Motor I and Motor IV will be ON.

PLC Program

I/O List

Digital Inputs:

The required inputs are listed below.

  • Switch 1: I0.0
  • Switch 2: I0.1
  • Switch 3: I0.2
  • Switch 4: I0.3

Digital Outputs:

The required outputs are listed below.

  • Motor 1: Q0.0
  • Motor 2: Q0.1
  • Motor 3: Q0.2
  • Motor 4: Q0.3

PLC Programming Example for Beginners

Schneider PLC Programming Example

Logic Explained

Here in this program, we used EcoStruxure Machine Expert Basic PLC software.

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)

Switch 1 and Switch 4 are connected in parallel for Motor 1, thus implementing OR logic gate.

For Motor 2, inputs switch 1 and switch 2 are connected in parallel, thus implementing OR logic gate. 

Switch 2 and switch 3 are implementing OR logic gate i.e., connected in parallel for Motor 3.

Switch 3 and Switch 4 are connected to Motor 4 in parallel to implement OR logic gate.

For Motor 1 to be ON, either Switch 1 or Switch 4 should be ON.

To turn ON Motor 2, either Switch 1 or Switch 2 should be ON.

When Switch 2 or Switch 3 is ON, then Motor 3 will turn ON.

Motor 4 will turn ON when Switch 3 or Switch 4 is turned ON.

PLC Program Analysis

Now we will see the above PLC program result analysis with different input combinations.

When Switch 1 is ON

PLC Program Analysis

When toggle switch 1 is turned ON, the signal flows through it. As a result, Motor 1 and Motor 2 get ON.

Other motors will remain OFF because Switch 1 is not connected to them.

When Switch 2 is ON

PLC Programming Examples for Beginners

The signal will flow through switch 2 when it is turned ON that will turn ON Motor 2 and Motor 3. It is so because switch 2 is connected to Motor 2 and Motor 3 only.

When Switch 3 is ON

Schneider Electric PLC Example

When Switch 3 is turned ON, the signal flows through it that will turn Motor and Motor 4 ON. The input switch 3 is connected to these outputs only.

Motor 1 and Motor 2 will remain OFF as Switch 3 is not connected to them.

When Switch 4 is ON

SoMachine Basic PLC Example

Switch 4 will turn ON Motor 1 and Motor 4 when turned ON. Switch 4 is connected to these motors only but on with Motor 2 and Motor 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)
  • PLC Tag Naming Conventions
  • Electrical Diagram into PLC Program
  • Control Algorithms in PLC Programming
  • PLC Example to Control LEDs Via Switches
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 !
How to Create DFB in Schneider PLC? – Derived Function Block
Test and Process Modes in Siemens PLC
Things to Take Care of When Designing SCADA System
Types of Noise in Electronics
What is NOR Flash Memory in PLC?
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

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

  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • MIHARITSOA Aina Sitraka on Top Non-PLC Certification Courses for Automation Professionals
  • Vaishnavi on Free Instrumentation Course for Trainee Engineers

Related Articles

Control Algorithms in PLC Programming

Control Algorithms in PLC Programming

How to Filter Digital and Analog Inputs in a PLC

#7 PLC Best Practices – Validate and Alert for Paired Inputs/Outputs

PLC to PLC Communication using S7 Connection

PLC to PLC Communication using S7 Connection PUT & GET Instructions

Parameters of SRT_DINT instruction

Tia Portal – OB20 Time Delay Interrupt Organization Block

PLC SCADA Water Pump

PLC Program for Controlling a Water Pump with 3 Power Sources

PLC Programming for Train Detection and Gate Operation

PLC Programming for Train Detection and Gate Operation

Your First Steps Through STL Language

Your First Steps Through STL Language

What is a Network Switch?

Network Switch Requirement in SCADA and DCS Architecture

More Articles

Instrument Air (IA) System

Process Design of Instrument Air System

Area Velocity Flow Meter Principle

Area Velocity Flow Meter Principle

CO2 Stripper Old Differential Pressure Transmitter Stopped Working

CO2 Stripper Old Differential Pressure Transmitter Stopped Working

Flash Vessel All Level Instruments Stopped Working

Ammonia Flash Vessel All Level Instruments Stopped Working

Industrial Automation Systems

Remote Functions in Industrial Control Systems (ICS)

Programming with Schneider PLC

Mail Box Automation: Programming with Schneider PLC

NDIR GAS ANALYSER WORKING PRINCIPLE ANIMATION

NDIR Gas Analyser Working Principle

Power System Protection Quiz

Electrical Power System Protection Quiz

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?