Handling Of Numerical Value - Mitsubishi Electric 700 Series Programming Manual

700 series plc function programming manual
Hide thumbs Also See for 700 Series:
Table of Contents

Advertisement

3.21 Handling of Numerical Value

The built-in PLC function has instructions that handle numerical values indicated in 16
bits.
The most significant bit of the 16 bits is used to judge whether the value is positive or
negative. Therefore, the numerical values that can be handled as 16 bits are as
follows.
16 bits: -32768 to 32767
POINT
• Numerical value setting method
1) Decimal number
2) Hexadecimal number
The decimal notation and hexadecimal notation correspond as indicated below.
Decimal Notation
32767
to
5
4
3
2
1
0
-1
-2
-3
-4
-5
to
-32768
Hexadecimal Notation
H7FFF
to
H0005
H0004
H0003
H0002
H0001
H0000
HFFFF
HFFFE
HFFFD
HFFFC
HFFFB
to
H8000
Handling of Numerical Value
10 is stored into D10 in BIN.
-10 is stored into D10 in BIN.
10 is stored into D10 in
hexadecimal.
3
101

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fr-a700

Table of Contents