BTW, BTR instruction

RIO Remote Io is an example where you have a remote chasis of IO you want to control over RIO you would use BTR and BTW instructions to read and write data to that rack.

It can be used to exchange data with Panelview and drives also.
 
The "standard" and "default" data exchange between your processor and I/O modules is just a single word of data, enough to accommodate 16 digital inputs, or outputs.

So the RIO protocol basically was designed from the word go to only transfer single words of data between the processor and the I/O modules.

As the technology evolved, modules like analog I/O, for example, which have data for multiple channels, need more than a single word of data to allow them to be used, so the BTW/BTR functionality was integrated into RIO to allow a single module to receive and send more than 1 word of data.

BTW/BTR is not needed for standard analog I/O modules in Logix500, because the multiple word transfer between the processor and analog I/O modules has been "built-in" to the RIO protocol. It most certainly is needed for analog I/O modules in Logix5.

Just think of BTW and BTR as Messages to/from the module, that are transferred on the RIO network when a module (or HMI) needs more than a single word of data.

The Block Transfer capability allows for (up to) a 64-word data exchange with a module, either read or write, and has to be initiated in ladder code with BTW and BTR instructions.
 
Last edited:

Similar Topics

Hello, I'm new here and looking for some help from you all. I'm writing BTR and BTW instructions in RSLogix 500 for a 1794-IE8 card with...
Replies
1
Views
7,267
I have been asked to add new hardware to an old system. The PLC is a 5/04 SLC. In local rack, slot 25, is a 1747-SN connected to a 1747-ASB in a...
Replies
4
Views
2,510
Dear Pros, Need help on converting PLC5 to Studio 5000.:bow: I found few BTW/BTR block pointing back to Rack 000, group 0, module 0, which should...
Replies
8
Views
2,235
I want to use PLC5 to communicate with flex IO, using RIO. Before I proceed I want to clarify my confusion about the addressing scheme, as I am...
Replies
8
Views
4,032
Back
Top Bottom