5 - programming block-transfers, What’s in this chapter, Basic module memory organization – Rockwell Automation 1771-DB BASIC MODULE User Manual
Page 75: Programming block-transfers
5
Chapter
5 -1
Programming Block-Transfers
This chapter describes:
On page:
BASIC module memory organization
data tables
block-transfer buffers
block-transfers and the BASIC module
PLC-2 family processors ladder logic
PLC-3 family processors ladder logic
PLC-5 family processors ladder logic
PLC-5/250 family processors ladder logic
what’s next?
All data transferred from the PLC to the BASIC module must be routed
through the BASIC module input buffer. The block transfer write buffer
(BTW) is part of the input buffer. This table lists the defined offsets of the
BASIC module input buffer. These offset numbers are used by the various
calls that manipulate the BTW buffer or the DH-485 common interface
file.
Offset
Definition
0
reserved
1–64
PLC block transfer write from PLC processor
65–99
reserved
100–139
data transferred from the DH-485 common interface file
All data transferred from the BASIC module to the PLC must be routed
through the BASIC module output buffer. The block transfer read buffer
(BTR) is part of the output buffer. This table lists the defined offsets of the
BASIC module output buffer. These offsets are used by the various calls
that manipulate the BTR buffer or the DH-485 common interface file.
Offset
Definition
0
reserved
1–64
block transfer read to PLC processor
65–99
reserved
100–139
data transferred to the DH-485 common interface file
What’s in This Chapter?
BASIC Module Memory
Organization