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: Two Hand Control Logic using PLC
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 > Two Hand Control Logic using PLC

Two Hand Control Logic using PLC

Last updated: March 4, 2021 12:47 pm
Editorial Staff
PLC Tutorials
1 Comment
Share
3 Min Read
SHARE

This article is about the programming of two-hand control used in the press industry.

Contents
Inputs:Outputs:Two-Hand Control LogicLogic DescriptionNetwork 1: Network 2:

The purpose of this program is about safety to prevent fatal accidents. Below is an image of how the press machine looks and why we care about safety. As you can see there are pushbuttons used to control the press machine. The center plate is pushed against the surface of the workpiece when we press the push buttons.

The two pushbuttons must be pressed at the same time to operate the press machine as shown in the below animation.

Two-Hand Control Logic Animation

Source: dol

When the operator uses his one hand to press the button and use his second hand when plate pushing against the surface, he can injure himself. The powerful force of pushing a plate can easily squeeze hands if the operator tries to maneuver things in a hurry.

Below I have explained the program used to prevent such incidents with the help of Siemens TIA Portal.

Here in the below figure press machine which has two inputs and one output is shown. Inputs are connected to the plc digital input (DI) module and single output which is connected to the digital output (DO) module.

Below is a list of inputs and outputs used for the program.

Inputs:

  • Push Button  (PB_1): I0.0
  • Push Button  (PB_2): I0.2

Outputs:

  • Press Machine Output: Q0.0

Two-Hand Control Logic

Two Hand Control Logic

Logic Description

Network 1:

Here two push-buttons PB_1 & PB_2 are connected in series. When both push-buttons are pressed at the same time, then the signal will pass through NC contact of timer T0 and energize the output.

 Network 2:

Now if any single push button either PB_1 or PB_2 is pressed then timer T0 on-delay timer (S_ODT) is energized, here in our case after 5 seconds.

Here NC contact of press machine’s output is also used after push button because if the output is ON then it won’t allow the timer to energize.

So, the machine’s output will only energize when both buttons are pressed together.

Author: Suhel Patel

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:

  • Types of Instructions in PLC
  • PLC Output Latched Function
  • Relay Circuit using Push Button
  • Motor Logic using PLC
  • ON-OFF Bulb using Toggle Switch
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 !
Structured Text vs. Instruction List for PLC Programming
Allen Bradley SLC 500 PLC Programming
CRA Module in Schneider PLC – Remote IO Adapter Module
How to do Simulation in Schneider PLC?
Difference between Machine Expert Basic and Machine Expert – Schneider PLC
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • Nick Camplin says:
    March 22, 2020 at 9:38 pm

    I used to work with automated presses and jigs when i was a bit younger and something like this would usually be wired through a safety relay so that the PB inputs (incl. Estop) and the guarding (such as a light curtains or guard door switches) must be healthy for there to be an output to operate.

    These relays also monitor the inputs so if they dont make and break in a certain amount of time the relay will lock out until it is reset and the fault fixed. Standard PLC logic should not be relied upon in safety critical processes.

    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

  • 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

Tanks Draining Control in PLC using Functional Block Diagram

Tanks Draining Control in PLC using Functional Block Diagram

LES and GRT Blocks in PLC Programming

Allen Bradley Math Functions

ON DELAY TIMER AS OFF DELAY TIMER

How to Interchange ON Delay Timer and OFF Delay Timer in a PLC

PLC Programming for Garden Sprinkle System

PLC Programming for Garden Sprinkler System

Simatic S7 PLC Backup Steps

How to take Backup from Siemens S7-300 PLC?

Ladder Logic for Motor Control

PLC Programming for 3 Motors control in Ladder logic

Difference Between PLC and RTU

Difference Between PLC and RTU?

PLC Lamp Control using Logic Condition

Lamp Control using PLC Logic Condition

More Articles

What is a Memristor

What is a Memristor? Principle, Advantages, Applications

Inductor Principle

Inductance and Inductive Reactance

Turbine Flow meter coefficient

Turbine Flow Meter Coefficient and Scaling Factor

Power Supply Voltage Regulator Problem

Troubleshooting a Power Supply Circuit

Different Control Modes of Air Handling Unit (AHU)

Control Modes of Air Handling Unit (AHU) – HVAC Basics

Learn about PLC, DCS, RTU, SCADA, and PAC

Learn about PLC, DCS, RTU, SCADA, and PAC

State Variable Analysis and Design

Diagonalization

Differential Pressure Gauge Principle

Piston Type Differential Pressure Gauge Principle

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?