Programming via Rockwell controller
9.5 Programming add-on instructions
SIMATIC RF650R/RF680R/RF685R
Configuration Manual, 03/2018, C79000-G8976-C386-06
163
Table 9- 3 Explanation of the "Read" block
ADDR_TAG DINT DW#16#0 Physical address on the transponder
LEN_DATA INT W#16#0 Length of the data to be read
LEN_ID SINT B#16#0 Length of the EPC-ID/UID
Default value: 0x00 ≙ unspecified
single tag access (RF680R, RF685R)
EPCID_UID SINT[62] 0 Buffer for up to 62 bytes EPC-ID
2 - 62-byte EPC-ID is entered at the
start of the buffer (length is set by
IDENT_DATA SINT[10] 0 Data buffer in which the read data is
stored.
Note.
When necessary a byte/array of any
size can be transferred to this parame-
ter. Note that the array must be ≥ 10
bytes long (e.g. "SINT[12400]").
The "Write" block writes the user data from the "IDENT_DATA" buffer to the transponder to
memory bank 3 (USER area). The physical address and the length of the data are
transferred using the "ADDR_TAG" and "LEN_DATA" parameters. Specific access to a
certain transponder is made with the "EPCID_UID" and "LEN_ID".
Figure 9-5 "Write" block