rs logix

vikas1947

Member
Join Date
Jun 2011
Location
india
Posts
172
any body help me to lears jsr instruction in rs logix .how it works ,why we use ,is there any alternative of jsr,....
 
It is used to conditionally or unconditionally execute program code in another file.

It may or may not have parameters (Values) passed into the code to execute, if it does, you need to start the subroutine with an SBR instruction identifying the parameters passed in.

It may or may not return a value from the executed code, if it does, you need to have a RTN statement with a valid return value at all exit points of the subroutine.

What alternative do you want? The PLC5 series has a sort of alternative, with the capability of running several separate main programs. The Logix 5000 platform has the capability of running multiple tasks, cyclically, periodically, or by interrupt.

Seriously, Manual. Read it.
OP Question rating on a scale of 1 to 10:
Horrible 1 2 3 4 5 6 7 8 9 10 Excellent
 

Similar Topics

Hi All, I'm just trying to understand the reason behind something I recently experienced. Background: The system contains 4 CompactLogix...
Replies
2
Views
69
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
406
Hello, I am trying to read a barcode scanner input using a cognex dataman 280 barcode reader, store it another string, the compare with another...
Replies
1
Views
70
Hello. Why is my RSLogix 5000 start in grace period mode, even though I have a valid license? I also think I have a decently recent FT Activation...
Replies
3
Views
150
Back
Top Bottom