Background of any PLC

Yes.
It 'reads' the presence and absence of voltage at bits that make up registers that consist of either 16 or 32 transistors within a memory chip. (depending on the PLC) These are then put into another register where it is compared to yet another register. Depending on the returned information it makes a decision and then does the next register compare.
The exact details depend on the type of PLC and the instruction.
HTH
 
The PLC is a computer running a fixed program (the firmware in the CPU module). The ladder program is converted to bolean instructions and stored in memory.
The computer runs a set of tasks. The main three:
Read Input register. Solve bolean logic. Write to Output register.
This is the main part of a 'Scan'.
Other items are 'Housekeeping' (check for errors, low battery, etc.), communications (Program Port, HMI, etc.).

So, the simplified sequence is Housekeeping, read inputs, solve logic, update outputs, Housekeeping, etc.

Most PLC manufacturers explain this in more detail. Look for information on a 'Scan'.
 
Last edited:

Similar Topics

Hi, I have a little job of retro'ing a machine that currently is running with a Hitachi Hizac E-28FR Plc. I don't have programming software or...
Replies
7
Views
16,230
Hi everyone, as this is my first experience with Rockwell Software i would like to know what's the best way to make Enumerations?
Replies
10
Views
586
Hello i can not change one of the displays background color, the "Apply" button is greyed out. the firmware 5.10(older PV PLUS1000). I can change...
Replies
2
Views
1,214
Hi, I was wondering if the Red Lion Crimson 3.1 system had a background thread I can tap into to process Raw serial data from a device? My...
Replies
2
Views
1,622
Hello All, I have been a member for a couple of years now. Mainly scrolling through to gain more knowledge or to find help with a problem. Its...
Replies
16
Views
4,042
Back
Top Bottom