Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: PLC Program for Stage Control: Curtains and Stage Elevation
Share
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > PLC Program for Stage Control: Curtains and Stage Elevation

PLC Program for Stage Control: Curtains and Stage Elevation

The PLC program for stage control provides the opening and closing of curtains, as well as the raising and lowering of the stage.

Last updated: July 13, 2023 11:20 am
Editorial Staff
PLC Tutorials
1 Comment
Share
6 Min Read
SHARE

The PLC program for stage control provides the opening and closing of curtains, as well as the raising and lowering of the stage. It provides two modes of operation: automatic and manual.

Contents
PLC Program for Stage ControlPLC Devices ListProgram DescriptionAutomatic OperationManual OperationPLC Programming

PLC Program for Stage Control

The below simulation shows the usage of PLC for stage-controlling applications.

This is a utility project where we have to open and close the stage curtains automatically and also manually using push buttons. The sensors are used to detect the right and left curtains’ positions at different points.

PLC Program for Stage Control Curtains and Stage Elevation

After opening the curtains, the stage will be moved up and elevated to the top position. Similarly, when the curtains are closed, the center stage will be moved down.

The stage position will also be tracked using lower and upper limit sensors.

PLC Devices List

The below table lists the all inputs and outputs in this PLC program.

TypeDevice No.Device nameOperation
InputX0Inside (Left curtain)ON when the curtain is halfway.
InputX1ON when the curtain closes completely.ON when the curtain opens completely.
InputX2Outside (Left curtain)ON when the curtain closes completely.
InputX3Inside (Right curtain)ON when the curtain is on its half-way.
InputX4Middle (Right curtain)ON when the curtain opens completely.
InputX5Outside (Right curtain)ON when the stage reaches a lower limit.
InputX6Stage upper limitThe stage moves up when Y2 is ON. The stage stops when Y2 is OFF.
InputX7Stage lower limitON when the stage reaches the upper limit.
OutputY0Curtain open commandCurtains open when Y0 is ON. Curtains stop when Y0 is OFF.
OutputY1Curtain close commandCurtains close when Y1 is ON. Curtains stop when Y1 is OFF.
OutputY2Stage upThe stage moves up when Y2 is ON. The stage stops when Y2 is OFF.
OutputY3Stage downThe stage moves down when Y3 is ON. The stage stops when Y3 is OFF.
OutputY5BuzzerSounds when Y5 is ON (Lamp on screen is lit).

Program Description

PLC program to Control stage settings including opening/closing curtains and raising/lowering the stage.

The purpose of this PLC program is to facilitate control over a range of stage settings, encompassing tasks such as opening and closing curtains, as well as raising and lowering the stage itself. To accommodate different preferences and requirements, the program offers two distinct modes of operation: automatic and manual.

Automatic Operation

When the “Begin” pushbutton (X16) on the operation panel is pressed, a buzzer (Y5) emits a sound for a duration of 5 seconds.

Note: The “Begin” pushbutton (X16) can only be activated when the curtains are closed and the stage is positioned at its lower limit.

After the buzzer stops, the command to open the curtains (Y0) is activated. The curtains will continue opening until they reach their outer limits, as defined by input signals X2 and X5.

Once the curtains are fully opened, the stage begins to elevate when the “Stage up” command (Y2) is activated. The stage will continue moving upward until it reaches its upper limit, as indicated by input signal X6.

Pressing the “End” pushbutton (X17) on the operation panel initiates the closing of the curtains. The command to close the curtains (Y1) is activated, and the curtains will close until they reach their inner limits, defined by input signals X0 and X3.

Manual Operation

The following operations are only available when the automatic operation described above is not active.

PLC Operational Panel

The curtains can be opened by pressing the “Curtain open” pushbutton (X10) on the operation panel. The curtains will stop once they reach their outer limits (X2 and X5).

The curtains can be closed by pressing the “Curtain close” pushbutton (X11) on the operation panel. The curtains will continue closing until they reach their inner limits (X0 and X3).

The stage can be raised by pressing the “⬆Stage up” pushbutton (X12) on the operation panel. The stage will stop once it reaches its upper limit (X6).

The stage can be lowered by pressing the “⬇Stage down” pushbutton (X13) on the operation panel. The stage will stop once it reaches its lower limit (X7).

The indicator lamps on the operation panel will illuminate or turn off accordingly, providing visual feedback on the status of the curtains and stage operations.

PLC Programming

PLC Program for Stage Control
PLC Programming for Stage Curtains and Elevation

Source: Mitsubishi Electric

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

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

Read Next:

  • Types of Cables in Industrial Automation
  • Omron PLC Online Training Course
  • Difference Between PNP and NPN Sensor
  • Light Tower in Industrial Automation
  • Batch Simulator PLC Example Program
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 !

Continue Reading

How to Select the Right Encoder for Your Machine?
Anti-static Wrist Straps in Industrial Automation
Design a Water Pump PLC Program using CX-Programmer
#7 PLC Best Practices – Validate and Alert for Paired Inputs/Outputs
PLC Program for Sequential Motor Control
How to Simplify PLC Coding Using Karnaugh Maps?
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • Siyanda Sibusiso Mtetwa says:
    July 16, 2023 at 1:33 pm

    Incredible program, I would like to learn more about the company as I am interested in being a part of the organisation.

    Reply

Leave a Reply Cancel reply

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

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

How to Password Protect HMI in Siemens TIA Portal?
VFD Pros and Cons – Variable Frequency Drives
Mitsubishi Electric GOC Controllers
Comparing ICS and IT Systems Security
What is a Relay? Types of Industrial Relays
Micro Memory Card (MMC) in Siemens PLC
Sorting & Distribution Line PLC Programming – Advanced Logic
Comparison of Control Loops – Open, Closed, Cascade, Feedforward, Ratio

Keep Learning

Claw Machine PLC Programming

Doll Claw Machine using Omron PLC Programming

Function of Racks in PLC System

Function of Racks in PLC – Types of SIEMENS S7-400 PLC Racks

Put Get PLC communication

PUT Command in Siemens PLC – TIA Portal Basics

Industrial Automation Projects

Evaluating Industrial Automation Projects Return on investment (ROI)

Automatic Packing of Bottles

Automatic Packing of Bottles Programming

Example Ladder Logic Diagram

What is Relay Logic ?

LIFO Instruction in Allen Bradley PLC Programming

LIFO Instruction in PLC

PLC Program for Traffic Light Sequence using Functional Blocks

PLC Program for Traffic Light Sequence using Functional Blocks

Learn More

Typical Purging Installation

Purging of Instruments

MCB Nameplate Details

MCB Nameplate Questions and Answers

PLC Programming Examples using Timer

Basic PLC Ladder Programming Example

Flow Measurement

Continuous Flow Measurement

PLC FBD Example for Tank Liquid Heating Control by Steam Flow

PLC FBD Example for Tank Liquid Heating Control by Steam Flow

DC Motor Connections

DC Motor Connections

Volume Damper

What is a Damper? Types of Dampers in HVAC

Difference between Transmitter and Transducer with Examples

Difference between Transmitter and Transducer with Examples

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

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?