5. Programming on the device
5.7 Organizing marker ranges
Byte in memory Bit access
B
Byte access
MB
Word access
MW
Double word access
MD
9 72...65 9 5 3
10 80...73 10
....
63 494...487 63 32
64 512...495 64
65 ------------ 65 33 17
66 ------------ 66
....
509 ------------ 509 255 128
510 ------------ 510
511 ------------ 511 256
512 ------------ 512
513 ------------ -------------- 257 129
514 ------------ --------------
515 ------------ -------------- 258
516 ------------ --------------
....
1021 ------------ -------------- 511 256
1022 ------------ --------------
1023 ------------ -------------- 512
1024 ------------ --------------
The first column shows the available memory in bytes.
The columns that follow show the various available access options (bit, byte, word, and
double word).
The first 64 bytes can be accessed with all four access options.
Within this context, M41 is the least significant bit of byte 4, the least significant bit of
MB5, the least significant bit of MW3, and the least significant bit of MD2.
Bit access ends at MB 64. After that point, access is only possible with bytes, words,
and double words.
Byte access ends at MB 512. After that point, access is only possible with words and
double words.
164
easyE4 11/18 MN050009 EN www.eaton.com