Hex (Hexadecimal) - Mitsubishi Electric melsec q00ujcpu User Manual

Programmable controller
Hide thumbs Also See for melsec q00ujcpu:
Table of Contents

Advertisement

2.4.2 HEX (Hexadecimal)

(1) Definition
Hexadecimal (HEX) is a numeral system that represents four binary bits as one digit.
With four binary bits, sixteen different numeric values, 0 to 15, can be represented.
Hexadecimal notation uses 16 symbols to represent numeric values 0 to 15 in one digit, the symbols 0
to 9 to represent values zero to nine, and A
reaches F
, the next-higher digit (to the left) is incremented.
H
shows the numeric representations in BIN, HEX, and DEC.
ï\2.4
DEC (Decimal)
0
1
2
3
9
10
11
12
13
14
15
16
17
47
(2) Numeric representation in HEX
Each register (such as the data register, link register) in the CPU module consists of 16 bits.
In the 16-bit configuration register, 0 to FFFF
H
Table2.4 Numeric representations in BIN,HEX,and DEC
HEX (Hexadecimal)
0
1
2
3
9
A
B
C
D
E
F
10
11
2F
CHAPTER2 SEQUENCE PROGRAMS
to F
to represent values ten to fifteen. After a digit
H
BIN (Binary)
can be specified in hexadecimal.
H
0
1
10
11
1001
1010
1011
1100
1101
1110
1111
Carry
1
0000
1
0001
10
1111
2 - 37
1
2
3
4
5
6
7
8

Advertisement

Table of Contents
loading

Table of Contents