Add a block transfer
Block transfer data is made up of an array of words that is updated only when requested by the PLC ladder logic. Block transfers allow the movement of larger amounts of data, but the data movement is generally slower than discrete data. Block transfers cannot be assigned to Listen Only racks.
To add a block transfer to your remote I/O scanner
- From theRIO Configurationeditor, right-click the scanner and then clickAdd Block Transfer.
- In theBlock Transfer Propertiesdialog box, choose theBT#. The available numbers depend upon the selected scanner. Select one of the rack numbers assigned to the terminal. A small portion of this rack's discrete I/O (the MCB) is reserved for block transfer.TIP:Do not assign a block transfer MCB to a Listen Only rack, because the 1784-PKTX card supports Listen Only discrete I/O, but cannot support Listen Only block transfers.
- UnderModule Address, select the appropriateRackandGroup/Slotnumber.
- Select theRack #assigned to the terminal. A small portion of this rack's discrete I/O (the MCB) will be reserved for the block transfer.
- Select theGroupandSlot(LSB or MSB of word) that will be used for the MCB. Do not enter the same group/slot for more than one block transfer assignment. Note that an underscore is provided as a placeholder for the slot number.
- UnderType, selectReadto move data from the terminal to the PLC orWriteto move data from the PLC to the terminal.
- Select aSizeto define the number of words (1-64) that the block transfer moves.
- When you are finished specifying the block transfer, clickOKto close theBlock Transfer Propertiesdialog box.
Provide Feedback