Chapter 7. DEDICATED INSTRUCTIONS FOR SPECIAL MODULES
7 - 1
Chapter 7. DEDICATED INSTRUCTIONS FOR SPECIAL
MODULES (Read from /Write to Buffer Memory)
The thermocouple input module occupies 16 I/O points.
7.1 Local
7.1.1 Read from Buffer Memory ⋅
⋅⋅
⋅ ⋅
⋅⋅
⋅ ⋅
⋅⋅
⋅ GET, GETP
<Format> execution condition
for GET
Format Description Available Data Type
n1 The slot No. where the specific modules mounted Integer
n2 Head address of the specific module buffer memory from
which the data will be read.
Integer
D Head address of the device to store the data read. M,P,K,J,T,C,D,#D
n3 Word number of data to be read. Integer
<The difference between GET and GETP>
GET: always executed if the execution condition turns On.( )
GETP : executed if the execution condition is triggered. ( )
Example 1). In this example, the thermocouple input module is mounted on the slot 3 in the unit and the
data of buffer memory addresses 17, 18 and 19 will be read to the CPU module addresses D17, D18 and D19.
Thermocouple
(address) CPU module D area input module buffer memory (address)
D16 16
D17 Temp. conversion value of Ch 0 Temp. conversion value of Ch 0 17
D18 Digital conversion value of Ch 0 Digital conversion value of Ch 0 18
D19 Error code of Ch 0 Error code of Ch 0 19
D20
20
Execution condition
for GET
<GET>
Execution condition
for GETP
<GETP> M0000
GET 00003 00017 D0017 00003
D M0000
GETP 00003 00017 D0017 00003
GET n1 n2 D n3