plc storereviewsdownloads
spacerTry our online PLC Simulator- FREE. Click here now to try it.
below to receive e-mail about site updates or significant site news.
Recommend Us Now!
this site to a friend
Your Name
Your email
Friends name
Friends email
Learn quickly with our PLC Training DVD Series: on sale $599.00 $379
Click here now for details!
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.
A PLC scan
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.
Learn quickly with our PLC Training DVD Series: on sale $599.00 $379
Click here now for details!
Home Previous Contents Next
copyright © 1996-2011 by Phil Melore. All rights reserved.
No part of this site may be reproduced by any means without the express written consent of Phil Melore.
.