Programmable Logic Controllers
#1

Programmable Logic Controllers
Training Contents
Starters
What is a Programmable Logic Controller [PLC] ?
Theory of Operation
The Internals
How it works
Response Time
Effects of Response Time
Creating Programs
Relays
Replacing Relays
Basic Instructions
Basic Program Example
PLC Registers
A Level Application
How a Ladder is Scanned ?
Main Instruction Set
Latching Instructions
Counters
Timers
One-Shots
Numbers
Math
Number Systems
Boolean Math
Wiring
DC Inputs
AC Inputs
Relay Outputs
Transistor Outputs
What is a PLC ?
A PLC (i.e. Programmable Logic Controller) is a device that was invented to replace the necessary sequential relay circuits for machine control. The PLC works by looking at its inputs and depending upon their state, turning on/off its outputs. The user enters a program, usually via software, that gives the desired results.
For example, let's assume that when a switch turns on we want to turn a solenoid on for 5 seconds and then turn it off regardless of how long the switch is on for. We can do this with a simple external timer. But what if the process included 10 switches and solenoids? We would need 10 external timers. What if the process also needed to count how many times the switches individually turned on? We need a lot of external counters.
PLC Operation
A PLC works by continually scanning a program. We can think of this scan cycle as consisting of 3 important steps. There are typically more than 3 but we can focus on the important parts and not worry about the others. Typically the others are checking the system and updating the current internal counter and timer values.
Step 1-CHECK INPUT STATUS-First the PLC takes a look at each input to determine if it is on or off. In other words, is the sensor connected to the first input on? How about the second input? How about the third... It records this data into its memory to be used during the next step.
Step 2-EXECUTE PROGRAM-Next the PLC executes your program one instruction at a time. Maybe your program said that if the first input was on then it should turn on the first output. Since it already knows which inputs are on/off from the previous step it will be able to decide whether the first output should be turned on based on the state of the first input. It will store the execution results for use later during the next step.
Step 3-UPDATE OUTPUT STATUS-Finally the PLC updates the status of the outputs. It updates the outputs based on which inputs were on during the first step and the results of executing your program during the second step. Based on the example in step 2 it would now turn on the first output because the first input was on and your program said to turn on the first output when this condition is true.
After the third step the PLC goes back to step one and repeats the steps continuously. One scan time is defined as the time it takes to execute the 3 steps listed above.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: programmable logic controllers 6th bolton free download, programmable logic controllers an emphasis on design and application, programmable logic controllers history, programmable logic controllers for mixers, programmable logic controllers plc s, programmable logic controllers, pid controllers using fuzzy logic seminar pdf,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  AUTOMATED CAR BRAKING SYSTEM USING FUZZY LOGIC CONTROLLER project uploader 3 3,826 15-05-2013, 09:52 AM
Last Post: computer topic
  Economic dispatch using fuzzy logic seminar paper 1 1,376 16-11-2012, 12:25 PM
Last Post: seminar details
  DESIGNING COMBINATIONAL LOGIC GATES IN CMOS seminar addict 1 1,823 12-11-2012, 04:00 PM
Last Post: seminar details
  MULTI CHANNEL LOGIC ANALYZER seminar paper 0 486 10-03-2012, 04:26 PM
Last Post: seminar paper
  The Digital Logic Level seminar paper 0 2,396 07-03-2012, 02:59 PM
Last Post: seminar paper
  Neural networks and fuzzy logic in electrical engineering control courses project uploader 0 1,162 06-03-2012, 05:12 PM
Last Post: project uploader
  INDUSTRIAL AUTOMATION USING PROGRAMABLE LOGIC CONTROLLER seminar paper 0 630 21-02-2012, 01:32 PM
Last Post: seminar paper
  Logic-Based Pattern Discovery seminar paper 0 673 09-02-2012, 03:58 PM
Last Post: seminar paper
  Fuzzy Logic and Fuzzy Sets seminar addict 1 1,531 03-02-2012, 12:35 PM
Last Post: seminar addict
  8-bit Microcontroller with 8K Bytes In-System Programmable Flash seminar addict 0 574 28-01-2012, 11:58 AM
Last Post: seminar addict

Forum Jump: