6
External input/output functions ALE-NC series operation manual
-
52
-
6-4-2
Basic data output format / CSP format
These formats are not available for verified balance.
1. Data composition
・
Measurement result:
- 6-digit numeric format, CSP 6-digit format
Consists of 14 characters, including terminators (CR=0x0D, LF=0x0A).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
P1
D1
D2
D3
D4
D5
D6
D7
U1
U2
S1
S2
CR
LF
- 7-digit numeric format, CSP 7-digit format
Consists of 15 characters, including terminators (CR=0x0D, LF=0x0A).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
P1
D1
D2
D3
D4
D5
D6
D7
D8
U1
U2
S1
S2
CR
LF
- 8-digit numeric format
Consists of 16 characters, including terminators (CR=0x0D, LF=0x0A).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
P1
D1
D2
D3
D4
D5
D6
D7
D8
D9
U1
U2
S1
S2
CR
LF
・
Others (Date, Time etc.):
- 6-digit numeric format, 7-digit numeric format, 8-digit numeric format
The message “M1 M2 … Mn” is suffixed with terminators (CR=0x0D, LF=0x0A).
1
2
…
n
n+1 n+2
M1
M2
…
Mn
CR
LF
- CSP 6-digit format, CSP 7-digit format
The message “M1 M2 … Mn” is:
prefixed with device control code (DC2=0x12); and
suffixed with terminators (CR=0x0D, LF=0x0A) and device control code (DC4=0x14).
1
2
3
…
n+1 n+2 n+3 n+4
DC2 M1
M2
…
Mn
CR
LF DC4