Replacing Relays


Next, lets use a plc in place of the relay. (Note that this might not be very cost effective for this application but it does demonstrate the basics we do so need.) The first thing that's necessary is to create what's called a ladder diagram. After seeing a few of these it will become obvious why its called a ladder diagram. We have to create one of these because, unfortunately, a plc doesn't understand a schematic diagram. It only recognizes code. Fortunately most plc's have software which convert ladder diagrams into code. This shields us from actually learning the plc's code.


This picture is the final converted diagram. Notice that we eliminated the real world relay from needing a symbol. It's actually "inferred" from the diagram. Huh????? Don't worry, you'll see what I mean as we do more examples.