Rslogix 5000 aoi

cmgrath7093

Member
Join Date
Aug 2016
Location
Ohio
Posts
7
I am currently working on integrating Vin Verfication into a PLC via calculating and verifying the check digit. Is there an AOI for this or is the only way of doing it through multiple steps in ladder logic? I already have the logic made I am just wondering if there is an AOI that already takes care of this?
 
It is no different than programming regular logix logic other than you get a nice custom block at the end with inputs and outputs. Just scroll down to Add-Ons and right click and select new. Select your language and get started. When you make a new tag if the outside of the block is setting the data you need to define it as an in or an inOut same with any outputs. Local tags are inaccessible by outside code.

For check digit stuff I would recommend using structured text. Since it is notoriously hard to troubleshoot in studio i would suggest writing it as an excel macro and translating it once it works in excel.
 

Similar Topics

Hi All, I'm working on an AOI that needs a ONS incorporated into the logic. Every time I run the instruction the ONS gets stuck on even when the...
Replies
6
Views
3,237
Hello!! I am trying to create a AOI to perform lead lag pumping operations based on run time. I do have 8 pumps out of which 6 are duty and 2...
Replies
6
Views
2,664
Hello, Have aoi written in Ladder to pass in and out string variables. String VAriables that interact with PLC program are declared as InOut...
Replies
5
Views
4,303
I just installed RSLogix 5000 V18.00.00 (CPR 9 SR 2. When I try to add a AOI the only type I can select is Ladder Diagram. In other words the...
Replies
3
Views
4,347
I am trying to create an add-on instruction to round a value. I have defined the following parameters for the instruction INPUT: ValueToRound...
Replies
8
Views
16,889
Back
Top Bottom