47
47
english
Mixed Data Access
(continued)
The following shows the structure of a program:
Program structure
Subaddress
Value
Range
Command designator
01
Hex
06
Hex
1. Program record
Program number
02
Hex
01
Hex
01
Hex
to 0A
Hex
1st data record:
Start address Low Byte
03
Hex
Start address High Byte
04
Hex
Number of bytes Low Byte
05
Hex
Number of bytes High Byte
06
Hex
2nd data record:
...
25th data record:
Start address Low Byte
03
Hex
Start address High Byte
04
Hex
Number of bytes Low Byte
05
Hex
Number of bytes High Byte
06
Hex
Terminator
FF
Hex
FF
Hex
To store a second program, repeat this process.
The procedure for writing these settings to the EEPROM is described in the 8th example on
59...61.
Replacing the EEPROM is described on 86 for BIS C-6003 and on 93 for BIS C-6023.
Function Description
Mode 1: Processing data carriers
C60_3-025_825645_1310_e.p65
48
english
48
Function Description
Mode 1: Processing data carriers
Read from data
carrier, with program
Mixed Data Access
Write to data carrier,
with program Mixed
Data Access
The command identifier 21
Hex
can be used to read out the program records stored in the
program from the data carrier. The user must document exactly which data are to be read
from where and with what number of bytes for the respective program (see example 9 on 62)
The command identifier 22
Hex
can be used to write the program records stored in the program
to the data carrier. The user must document exactly which data are to be written from where
and with what number of bytes for the respective program (see example 10 on 63)