- Studio 5000 Logix Designer
- Tasks, programs, and routines
- Add-On Instructions
- Controller Organizer
- Logical Organizer
- Alarms
- Tag-based alarms
- Tag Editor and Data Monitor
- Configure settings for Tag Editor and Data Monitor
- Equipment phases
- Equipment Sequences
- Equipment Sequence Diagrams
- Ladder Editor
- Structured Text Editor
- Sequential Function Chart Editor
- Define the steps of an SFC process
- PlantPAx instruction properties
- Controller Properties
- Editing Controller Properties
- Controller Security
- Source Protection
- License Source Protection for Routines and Add-On Instructions
- Module Information
- 1756 ControlLogix I/O Modules
- Instruction Set
Specify Block Transfer Messages
The block-transfer message types are used to communicate with block-transfer modules over a Universal Remote I/O network.
To: | Select this command: |
---|---|
Read data from a block-transfer module This message type replaces the BTR instruction | Block-Transfer Read |
Write data to a block-transfer module This message type replaces the BTW instruction | Block-Transfer Write |
To configure a block-transfer message, follow these guidelines:
- The source (for BTW ) and destination (for BTR) tags must be large enough to accept the requested data, except for MESSAGE, AXIS, and MODULE structures.
- Specify how many 16-bit integers (INT) to send or receive. You can specify from 0 to 64 integers.TIP:To have the block-transfer module determine how many 16-bit integers to send (BTR), or to have the controller send 64 integers (BTW), type0for the number of elements.
Provide Feedback