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 folks, in the alarm manager of Rslogix 5000, the tag-based alarm has been created. But when I tried to change the condition, it was found the...
Replies
0
Views
21
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
30
I'm using a SLC typed write from the ControlLogix5572 to the MicroLogix 1400, with path: 2, (MicroLogix IP). The ControlLogix equipment has a...
Replies
0
Views
62
"Hello! Good day! Excuse me, I have a question regarding the 1761-NET-ENI. RSLinx has already detected it but it's not connecting to the PLC...
Replies
4
Views
92
Why does the controllogix redundancy modules use a single mode fiber vs multimode fiber?
Replies
1
Views
61
Back
Top Bottom