Newbie in a jam - The final episode

peterc49

Member
Join Date
Aug 2009
Location
Woodstock, Va
Posts
20
I had this project thrust upon me when the guy in charge got suspended. It is my first exposure to Rslogix 500 and the 1400a PLC. I know that the code is very amateuristic and there are probably hundreds of ways to change it for the better. However, it does run except for Ladder 14. I can't get outputs 2 and/or 3 to open. I tried with and without the IOM instruction. I'm sure I have violated a basic rule but I can't figure it out. Any help will be most appreciated! (I included the zipped RSS file.)
 
I had this project thrust upon me when the guy in charge got suspended. It is my first exposure to Rslogix 500 and the 1400a PLC. I know that the code is very amateuristic and there are probably hundreds of ways to change it for the better. However, it does run except for Ladder 14. I can't get outputs 2 and/or 3 to open. I tried with and without the IOM instruction. I'm sure I have violated a basic rule but I can't figure it out. Any help will be most appreciated! (I included the zipped RSS file.)
Haven't looked at your code but are you calling the subroutine ladder14 form the main program ladder2?
Most times that seems to get everybody.
 
I see no "JSR" instruction for ladder 14 in the program you posted.

In ladder 14 you are using the same output address in several rungs. This is called double coiling. Although this is allowed its bad practice. The last instance that references an output address will win , in your program rungs 6 and 7 ladder 14.Of course nothing is going to happen in ladder 14 until you run it.
 
Peter I haven't had time to look at your program – but are you SURE that you understand BOTH of the issues that Mickey mentioned? ... the JSR is one thing – having "double-coils" is another thing ...

if you're not sure about all of this, maybe the following post will help ... pay close attention to the paragraph titled "Elaborating on Step 2" ...

http://www.plctalk.net/qanda/showthread.php?p=7448&postcount=7

hopefully I'll have time to go over your program this weekend – but I'll bet that you'll have it all sorted out by then ...

hope this helps ...
 

Similar Topics

I posted a new guy type question in an earlier thread. I have a follow up none related question. Is there a Allen Bradley "address knowledge" for...
Replies
4
Views
1,865
I'm an industrial electrician with Basic program in my past but little current plc programming experience. I ended up in charge of a project to...
Replies
6
Views
2,524
Hello all, I'm a new member here. I've joined as I want to learn about PLC programming. I've got a few questions to begin with. To get me...
Replies
37
Views
4,596
Howdy folks. Been doing PLC programming for like 15 years now in LD and ST, but I'm trying to learn SFC now and have a kind of dumb question... I...
Replies
4
Views
1,422
Hello. New to Unity and had a couple quick questions. Can a Modicon M340 output to a small multiline LCD screen and not a full HMI?
Replies
4
Views
968
Back
Top Bottom