RS Logix 500 Making multiple ladder function

dbonniwell

Member
Join Date
May 2005
Posts
10
On the left hand side of the AB program I have on my screen, there is Ladder 2-7. Hows are these individual ladder sections created in the program. Does the jump routine have something to do with this? Pardon my ignoranants. Dbonniwell
 
Ladder File number two is created for you by default.

Creating a new ladder file: In the project tree (left pane) right click on "Program Files" and click "New...". You'll be prompted for a file number, name, and description. This cannot be done online.

Executing the new file: In your main routine use a JSR with the file number to Jump to the SubRoutine. At the end of the subroutine, program flow will return to the instruction following the JSR.
 

Similar Topics

I am a bit red-face when asking this, but with the AB RS500 Logix program, when I make an entry say like I:1/2, How do I get it the bit(Here 2) to...
Replies
3
Views
3,089
I recently did a program conversion from logix 500 to studio 5000 and when machine runs it depends on two ton instructions to keep the machine in...
Replies
17
Views
528
So basically i have 2 queries : 1. I have a program file of S7-300 PLC which i want to migrate in RSLogix500.In short i want to convert my simatic...
Replies
15
Views
284
Hi Everyone, I am not proficient in RSLogix 500 so I have a question regarding the evaluation of N7:0 data as an input. So as I understand in...
Replies
1
Views
119
I have been working on this for a while now and I can't seem to get it. I was finally able to view the 1500 on the PanelView under the serial...
Replies
1
Views
129
Back
Top Bottom