-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

PLCs for Beginners
By :

In Chapter 4, we explored the basics of how computer memory works. In this chapter, we’re going to take those principles and apply them to PLC programming. Unless you’re working on a very trivial program, you’re going to have to implement variables at one point or another. Moreover, it is a necessity for a programmer, no matter whether they are a PLC programmer or a person writing code for more traditional applications, to understand what variables are and how they work.
In automation, variables are everything. If a sensor is connected to a PLC, the software will require a variable to read the incoming data. If the PLC needs to take an input, a variable will be needed to store the input data. All in all, variables are the world in automation programming. No matter what you’re doing, you’re going to need to understand variables and how to use them.
Variables are the backbone of any program, no matter the application...