News:
Home
Help
Search
Login
Register
October 13, 2025, 10:23:21 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Host Engineering Forum
»
General Category
»
Do-more CPUs and Do-more Designer Software
»
AB AOI vs. BRX Subroutine
« previous
next »
Print
Pages: [
1
]
Author
Topic: AB AOI vs. BRX Subroutine (Read 1598 times)
RBPLC
Hero Member
Posts: 585
AB AOI vs. BRX Subroutine
«
on:
November 10, 2019, 08:54:00 AM »
I'm not familiar with Allen Bradley's AOI (Add On Instruction). As I understand it, the BRX subroutine is similar to the Allen Bradley AOI. Can someone who is familiar with AB explain the differences between an AB AOI vs. the BRX Subroutine.
Logged
b_carlton
Internal Dev
Hero Member
Posts: 606
Re: AB AOI vs. BRX Subroutine
«
Reply #1 on:
November 10, 2019, 09:16:03 AM »
The Subroutine in a Do-more is a stand alone chunk of code. In AB the AOI begins as a definition of code and data like a template. When you wish to utilize it a separate instance is created which has its own code and memory space. One instance is distinct from another. Thus the Do-more Subroutine is closer to the AB Subroutine than to its AOI.
Logged
An output is a PLC's way of getting its inputs to change.
Print
Pages: [
1
]
« previous
next »
Host Engineering Forum
»
General Category
»
Do-more CPUs and Do-more Designer Software
»
AB AOI vs. BRX Subroutine