Add On Instruction to replace JSR

chavak

Member
Join Date
Jul 2002
Posts
750
I remember reading Add on featue in RSLogix5000 V16 can be used to replace JSR.

My current project is using Control Logix 1756-L61. And I have my program break down to many routines to organise it well. Currently I am using JSR to scan the routines using JSR from the main routine.

Please guide me how to use AOI to replace JSR.

Thankyou
Best Regards
 
AOI can be used effectively when similar logix is repeating for number of times & also special purpose like scp

Ex:- motor logic, Runhour logic
 
chavak said:
I remember reading Add on featue in RSLogix5000 V16 can be used to replace JSR.

First, AOI is not a replacement for JSR. It can be used to build up blocks that are used as instructions.

If you want to convert your JSR to AOI, a little of rework has to be done.

  • Decide what are your parameters (that are required to interface to external logic).
  • Define Parameters and Local tags in the tab for AOI.
  • Copy the logic from the routine and paste it into the AOI routine.
  • Remember to document each tag for future reference.
  • In case you face problem in building up a AOI please refer to publication no 1756-PM010. It talks about designing and using a AOI
 

Similar Topics

So in nearly all Ladder Logic software, you can replace an instruction type by right-clicking on it and changing it from a NO to a NC or etc...
Replies
7
Views
2,165
hey good afternoon ! I have a simple question, I need to import an Add on instruction to a controller that is in operation and cannot stop. Is it...
Replies
6
Views
284
please can someone help me how do i add status bits to the add on instruction in studio 5000 thank you
Replies
2
Views
1,466
Hello all, Is there a way to trend tags associated with AOI? Currently the selection is grayed out. The tag is a local tag and it resides in a...
Replies
8
Views
2,117
I have to create a sample mov template in add on instruction.I just want to know the list of tags which is used to create a mov logic instruction...
Replies
6
Views
2,088
Back
Top Bottom