8. Maintenance Functions
8.1 Data Input/Output Function
III-58
8.1.1 Data Format
The tape output format of single data is as follows:
E
O
R
E
O
B
"Ox ... " indicates hexadecimal data.
Example : Ox64 =
(
6
∗
16 + 4 = 100
)
O : Type of output data
N : Sequence number (0,1,2 ... in units of four L data items)
L : Data is output in units of 4 bytes (hex).
M: Data is output in units of 1 byte (hex).
0 x 3 2 0 0 5 0
0 x 6 4
0 x 0
0 x 3 2
0 x 1 0 0 0 1
N 0 L 3 2 0 0 5 0 L 6 4 L 0 L 3 2 N 1 L 1 0 0 0 1
Feed
Feed
Header
Data
Data
Feed
Feed
O
E
O
B
E
O
R
E
O
B
E
O
B
The output format of continuous data (batch output data) is as follows:
Feed
Feed
Header 1
Data 1
Data n
Feed
E
O
B
E
O
R
E
O
B
E
O
B
E
O
B
E
O
B
E
O
B
Feed
Header 2
Data 2
Feed
Header n
Feed
E
O
B
E
O
B
E
O
B
E
O
B
E
O
R
(Note) The number of feeds is the value set with the input/output parameter #9114.