
Chapter 5 I/O Parameter
96
◎
Parameters Set in Bits
How to Use Bits
Refer below for how to turn on the bits (in case the last digit of the set value is H).
Set the value of hexadecimal number transformed from the binary number.
■ Binary number
In the Binary number system, the figure is expressed using two (0 and 1) numerical
characters. The figure increases from “0”, and then “1” and moves on to the next digit to
“10”, “11”, etc.
Decimal
number
0
1
2
3
4
5
6
7
8
9
10
Binary
number
0
1
10
11
100
101
110
111
1000 1001 1010
■ Hexadecimal number
In the Hexadecimal number system, the figure is expressed using nine numerical characters
(from 0 to 9) and alphabetical characters (from A to F). The figure is gradually increased
from “0” to “1”, “2”, “3”, “4”, “5”, “6”, “7”, “8”, “9”, “A”, “B”, “C”, “D”, “E”, “F” and then moves on
to the next digit to “10”, “11”, etc.
Decimal
number
10
11
12
13
14
15
16
Hexadecimal
number
0
~
9
(Same expression in the
decimal number system
and the hexadecimal
number system)
A
B
C
D
E
F
10
Example 1: 001340H
Bit 20 to 23
0000
Bit 16 to 19
0000
Bit 12 to 15
0001
Bit 8 to 11
0011
Bit 4 to 7
0100
Bit 0 to 3
0000
Example 2: 12ABC3H
Bit 20 to 23
0001
Bit 16 to 19
0010
Bit 12 to 15
1010
Bit 8 to 11
1011
Bit 4 to 7
1100
Bit 0 to 3
0011
0
0
1
3
4
0
H
1
2
A
B
C
3
H
Summary of Contents for MSEL
Page 1: ...MSEL Controller Instruction Manual Fifth Edition ...
Page 2: ......
Page 4: ......
Page 30: ...22 ...
Page 44: ...Chapter 1 Specifications Check 36 ...
Page 102: ...Chapter 4 Home Return Absolute Reset 94 ...
Page 232: ......
Page 233: ......