Simple question regarding rung branches

Bobby Stacks

Member
Join Date
May 2005
Posts
1
Hi, I'm pretty new at this whole PLC thing. If you have a branch in the input section of a rung what does that mean? Is the branch true if every input in the branch is true or is it true as long as 1 part of the branch is true? Also if it's in the output area what does that mean? Thanks.
 
Look at the ladder as an electrical circuit. If there are multiple input branches, only one of them has to be true to allow "power" to pass to the output(s). For a branch to be true, all the instructions on that branch must be true.

If there are multiple outputs on separate branches, they'll all get "turned on" or "turned off" at the same time.

Check out the Learn PLCS button at the top of the forum. I haven't looked at it yet, but it should have plenty of beginner level information to get you off to a quick start.

Good Luck!
OkiePC
 

Similar Topics

we need to control a fiber optic polishing machine , the sequence of events is this . 1. hit start switch timer 1 runs for XX period of time and...
Replies
33
Views
16,032
When one refers to linearization of an analog input does it mean converting the signal into a value that is useful? How exactly is this done? Am...
Replies
11
Views
10,623
Hello again..trying something on an existing poorly written program and just wanted to double check something system is an A-B MicroLogix 1200 In...
Replies
5
Views
111
Hi all, Writng a FB in ST on Beckhoff TC for a pulser which turns on and off on a cycle, is paused by turning bControlInput to FALSE, but resumes...
Replies
6
Views
247
Hi all, I have a simple question that I have overcomplicated and gotten stuck on. I have a variable, we can call it "light" that I need to stay...
Replies
4
Views
305
Back
Top Bottom