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 Handbook
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 Handbook

PLC Handbook

Free online download of PLC handbook - practical guide to programmable logic controllers from automation direct.

Last updated: August 11, 2023 10:54 am
Editorial Staff
PLC Tutorials Books
1 Comment
Share
5 Min Read
SHARE

Programmable Logic Controllers (PLC) are often defined as miniature industrial computers that contain hardware and software used to perform control functions.

More specifically, a PLC would be used for the automation of industrial electromechanical processes, such as control of machinery on factory assembly lines, amusement rides, or food processing.

They are designed for multiple arrangements of digital and analog inputs and outputs with extended temperature ranges, immunity to electrical noise, and resistance to vibration and impact.

PLC Book

This PLC handbook consists of 7 chapters as mentioned in the below table.

Chapter 1What is a PLC
Chapter 2History of the PLC
Chapter 3How to Choose a Controller
Chapter 4PLC Hardware
Chapter 5PLC Software
   a. Understanding Ladder Logic
   b. Basic Instructions
   c. Ladder Logic in Action
Chapter 6Practical PLC Topics
   a. Methods Behind PID Loop Control
   b. PLC Communication -Coming of Age
   c. EtherNet/IP: Implicit vs. Explicit Messaging
  d. Motion Control Explained
Chapter 7Collection of PLC Application Stories

A PLC will consist of two basic sections: the central processing unit (CPU) and the Input/Output (I/O) interface system.

What is a PLC

The CPU controls all system activity primarily through its processor and memory system. The CPU consists of a microprocessor, memory chip and other integrated circuits to control logic, monitoring and communications.

The CPU has different operating modes. In programming mode the CPU will accept changes to the downloaded logic from a PC. When the CPU is placed in run mode it will execute the program and operate the process.

Input data from connected field devices (e.g., switches, sensors, etc.) is processed, and then the CPU “executes” or performs the control program that has been stored in its memory system. Since a PLC is a dedicated controller it will process this one program over and over again.

The time it takes for one cycle through the program is called scan time and happens very quickly (in the range of 1/1000th of a second, depending on your program). The memory in the CPU stores the program while also holding the status of the I/O and providing a means to store values.

Learn PLC Programming in 7 Hours - Allen Bradley PLC Training Course

The input/output system is physically connected to field devices and provides the interface between the CPU and its information providers (inputs) and controllable devices (outputs).

After the CPU processes the input data (input scan), it will then make any needed output changes after executing the user program (output scan).

There are four basic steps in the operation of all PLCs: Input Scan, Program Scan, Output Scan, and Housekeeping. These steps continually take place in a repeating loop.

Input Scan – Detects the state of all input devices that are connected to the PLC

Program Scan – Executes the user created program logic

Output Scan – Energizes or de-energizes all output devices that are connected to the PLC

Housekeeping – Includes communicating with programming devices and performing internal diagnostics

Typical PLCs have a wide range of I/O modules available to accommodate all kinds of sensors and output devices.

For example, discrete input modules can be used to detect object presence or events with devices such as proximity or photoelectric sensors, limit switches and pushbuttons.

Discrete output modules can control “ON/OFF” loads such as motors, lights, and solenoid valves. Analog input modules can accept signals from process instrumentation such as flow, pressure, temperature and level transmitters.

These modules can interpret the signal and present a value within a range determined by the devices’ electrical specifications.

Analog outputs will command loads that require a varying control signal, such as panel meters, variable frequency drives or analog flow valves.

Many PLCs also offer specialized modules such as high-speed I/O or motion control, and serial or Ethernet communications.

The greatest benefit of automating with a Programmable Logic Controller is the ability to repeat or change and replicate the operation or process while collecting and communicating vital information.

Those making the buying decisions for Programmable Controller applications can have very different needs. Cost, power, speed, and communication are a few of the many considerations when choosing the right PLC for the job.

Title:Practical Guide to Programmable Logic Controllers
Author:Automation Direct
Format:PDF
Size:5.25 MB
Pages:85
Download:Click Here
PLC Handbook Cover Page
PLC Handbook – Practical Guide to Programmable Logic Controllers
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

What is Human Machine Interface (HMI) ?
PLC Program for Entry and Exit Control of Car Parking
PID Simulator Download
Difference Between NO and NC Contacts
SCADA Engineer Job Responsibilities and Skills
How to Choose a PLC for New Project? – Criteria for Selection of PLC
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • David says:
    June 6, 2024 at 7:48 pm

    good

    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

What is Sequential Function Chart (SFC?)
Concept of Latching in PLC
Establish Communication Between Two PLC Via PROFIBUS Protocol
PLC Timer Application in Security Camera Recording
PLC Programming for Pumping and Draining System
Design a Program Using Studio 5000 and FactoryTalk View Studio
How to use Simulator in Siemens PLC?
PLC Example to Control LEDs Via Switches

Keep Learning

How to use Scale and Normalize Instructions in PLC

Scale and Normalize Instructions in PLC

ON and OFF a Group of Outputs by One Push button PLC Logic

ON and OFF a Group of Outputs by One Push button PLC Logic

PLC Examples for calling functions in SCL

How to Insert Block Calls in SCL Language?

PLC Program for Controlling Conveyors ON Sequence and OFF Sequence

PLC Program – Controls Conveyors ON and OFF Sequence

Count the Number of Cartons in a Storage Area PLC Logic

Count the Number of Cartons in a Storage Area PLC Logic

User Defined Function Blocks in PLC

What are User Defined Function Blocks in PLC?

Download a Ladder logic program to GE PLC

Control Panel

What is a Control Panel and its types?

Learn More

Radiochemical Questions and Answers

Liquid Scintillation Counters Questions & Answers

S7 1200 PLC Program

Siemens S7 1200 PLC configuration in TIA Portal

Motor Cooling Methods

Motor Cooling Methods

Parallel Circuit Unknown Resistance

Simplified Formulas for Parallel Circuit Resistance Calculations

Solenoid Actuated Valves

Solenoid Actuated Valves

Delta PLC Simulator

How to Work with Delta PLC Simulator?

Power Electronics Objective Questions

Power Transistor Quiz

PID block from the PLC library

How to Configure PID Controller in Various Schneider PLCs?

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?