RSL5000 and add-ons

ceilingwalker

Lifetime Supporting Member
Join Date
Mar 2010
Location
Phoenix, AZ
Posts
1,586
I have worked with Compact Logix/RSLogix5000 and have not ran into this before. The new equipment shows it has add-ons. I am not at liberty to share the program. I would like to know what add-ons are and used for, please?
 
Add-on Instructions (AOI) provides a means to encapsulate and possibly protect well tested standardized code. The final product appears as if it were an instruction box with input and output parameters. Unlike parameterized subroutines which may be called from various places each instance is its own set of code which can be monitored, if you allow it.

Let's say you have standarized the code how motor turn on, turn off, monitoring and alarming takes place and typically copy and paste it, changing timer/counter state bits and other assignments with each paste in a new location. All the code can be placed into an Add-on Instruction then utilized with the particular inputs and outputs. Internal aspects like timers and counter will be created in whatever manner they are defined without further action.

Here's a reference.
 
Last edited:
In essence an AOI is to code as a UDT is to data. In fact I often pair the two, creating a UDT which holds all the data for a section and an AOI which has the code. Then I pass the UDT based tag for that section to the AOI as an In/Out parameter.
 

Similar Topics

I am using version V17.01.00 (CPR 9 SR 1) I have a fairly large machine with multiple PIO nodes on an ethernet network. I am getting a flashing...
Replies
0
Views
1,376
Hello, My coworker and I are commissioning a new panel. We have a 1732-AENTR series C remote IO thats Rev 6.1. The project file from a previous...
Replies
3
Views
1,608
Hello all. Yes, I remember well that RSL5k v.20 was plagued with issues however, it used to run on my laptop. After many years of hibernation I...
Replies
2
Views
1,555
Is there are way to set up RSLogix 5000 to start up with a category in the Controller Organizer 'minimized'? For instance, make the Add-On...
Replies
2
Views
1,725
Hello, I recently converted a control system from PLC-5 to ControLogix and have a question please. My discrete IO converted kind of weird and I...
Replies
2
Views
1,541
Back
Top Bottom