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. It provides two modes of operation: automatic and manual.

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:

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

1 thought on “PLC Program for Stage Control: Curtains and Stage Elevation”

  1. 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 Comment