New Ladders won't activate outputs

mmarinr

Member
Join Date
Nov 2007
Location
Land of the free
Posts
55
Hey guys!

Again, I'm working with the SLC5/03, RSLogix500.

My program is working perfectly, but I just added a new ladder and the outputs won't go on.

They aren't anywhere else in the program and the inputs do activate when they're supposed to...

I must have skipped some step or something, anyone knows about this?

Thanks in advance!
 
Are you calling the new ladder routine in your main program (ladder 2)?


Only ladder 2 runs automatically. All others must be called from ladder 2 using the SBR instruction.
 
from my distinguished colleague Alaric ...

Only ladder 2 runs automatically. All others must be called from ladder 2 using the SBR instruction.

I'm sure that he meant to say: "others must be called using the JSR instruction."
 
JSR is right. :unsure:

Thanks for catching that Ron.

SBR is a subroutine instruction (although its basically useless in a SLC), but JSR is what calls a subroutine.
 
Just to add to the confusion, the JSR Subroutine Calls are usually in Ladder 2, but they don't have to be. A Subroutine can be called from another Subroutine.

Stu....
 

Similar Topics

I have a basic understanding of truth tables and the addresses. My issue is that for every letter that I have to make, I need a truth table that...
Replies
12
Views
1,437
Hey guys! Quick question...I have a remote flex I/O communicating with my local SLC 5/05 rack. I want to write some ladder logic and separate my...
Replies
2
Views
1,254
Hi, new member looking for help trying to understand why it is I have no problems going through hard wired electrical schematics, but struggle...
Replies
8
Views
1,913
Hi guys, I am back in the game after a time away...and I have a real dumb question. My RS Logix 500 project has 4 ladders. LAD 2 is the main...
Replies
6
Views
2,483
Hello all, I have a SLC 500 and I have been learning a lot. Everything starts from LAD2 I have created a few more ladders: LAD2 - MAIN LAD3 -...
Replies
7
Views
3,051
Back
Top Bottom