![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/3/8d/38d56254-54fe-46e3-85ae-d3f5260e1091/38d56254-54fe-46e3-85ae-d3f5260e1091-bg72.png)
FX Series Programmable Controllers Devices in Detail 4
4-40
4.14 Bits, Words, BCD and Hexadecimal
The followin
section details
eneral topics relatin
to
ood device understandin
. The section
is split into several smaller parts with each coverin
one topic or small
roup of topics. Some of
the covered topics are;
Bit devices, individual and
rouped - see pa
e 4-40
Word devices - see pa
e 4-42
Interpretin
word data - see pa
e 4-42
Two’s compliment - see pa
e 4-45
Available devices:
• For PLC specific available devices please see chapter 8.
4.14.1 Bit Devices, Individual and Grouped
Devices such as X, Y, M and S are bit devices. Bit devices are bi-stable, this means there are
onl
two states, ON and OFF or 1 and 0. Bit devices can be
rouped to
ether to form bi
er
representations of data, for example 8 consecutive bit devices are some-times referred to as a
b
te. Further more, 16 consecutive bit devices are referred to as a word and 32 consecutive bit
devices are a double word.
The PLC identifies
roups of bit devices which should be re
arded as a sin
le entit
b
lookin
for a ran
e marker followed b
a head address. This is of the form Kn
P
where
P
represents the
head address of the bit devices to be used. The Kn portion of the statement identifies the
ran
e of devices enclosed. “n” can be a number from the ran
e 0 to 8. Each “n” di
it actual
represents 4 bit devices, i.e K1 = 4 bit devices and K8 = 32 bit devices. Hence all
roups of bit
devices are divisible b
4.
The dia
ram and example on the followin
pa
e explain this idea further........