Omron SYSMAC CS/CJ Series Programming Manual page 54

Table of Contents

Advertisement

Basic Concepts
SIGNED BINARY-TO-BCD: BCDS(471), and DOUBLE SIGNED BINARY-TO-
BCD: BDSL(473). Refer to the CS/CJ-series Programmable Controllers Pro-
gramming Manual (W340) for more information.
Decimal
Hexadecimal
0
0
1
1
2
2
3
3
4
4
5
5
6
6
7
7
8
8
9
9
10
A
11
B
12
C
13
D
14
E
15
F
16
10
Decimal
+65,535
+65534
.
.
.
+32,769
+32,768
+32,767
+32,766
.
.
.
+2
+1
0
–1
–2
.
.
.
–32,767
–32,768
Binary
0000
0001
0010
0011
0100
0101
0110
0111
1000
1001
1010
0001
1011
0001
1100
0001
1101
0001
1110
0001
1111
0001
10000
0001
Unsigned binary (4-digit
hexadecimal)
FFFF
FFFE
.
.
.
8001
8000
7FFF
7FFE
.
.
.
0002
0001
0000
Cannot be expressed.
Section 2-1
BCD
0000
0001
0010
0011
0100
0101
0110
0111
1000
1001
0000
0001
0010
0011
0100
0101
0110
Signed binary (4-digit
hexadecimal)
Cannot be expressed.
7FFF
7FFE
0002
0001
0000
FFFF
FFFE
8001
8000
33

Advertisement

Table of Contents
loading

Table of Contents