For more information, refer to String Support and Array Support.Device Type | Range | Data Type | Access |
|---|---|---|---|
Auxiliary Relay | AR00-AR27 AR00-AR26 ARxx.00-ARxx.15 | Word, Short, BCD, Long DWord, Float, LBCD Boolean | Read/Write |
Auxiliary Relay as String with HiLo Byte Order | AR00.56H-AR27.02H .l is string length, range 2 to 56 chars | String | Read/Write |
Auxiliary Relay as String with LoHi Byte Order | AR00.56L-AR27.02L .l is string length, range 2 to 56 chars | String | Read/Write |
Auxiliary Relay as String using Only the High Order byte of each word | AR00.28D-AR27.01D .l is string length, range 1 to 28 chars | String | Read/Write |
Auxiliary Relay as String using Only the Low Order byte of each word | AR00.28E-AR27.01E .l is string length, range 1 to 28 chars | String | Read/Write |
Data Memory | DM0000-DM6655 DM0000-DM6654 DMxxxx.00-DMxxxx.15 | Word, Short, BCD, Long DWord, Float, LBCD Boolean | Read/Write |
Data Memory as String with HiLo Byte Order | DM0000.58H-DM6655.02H .l is string length, range 2 to 58 chars | String | Read/Write |
Data Memory as String with LoHi Byte Order | DM0000.58L-DM6655.02L .l is string length, range 2 to 58 chars | String | Read/Write |
Data Memory as String using Only the High Order byte of each word | DM0000.29D-DM6655.01D .l is string length, range 1 to 29 chars | String | Read/Write |
Data Memory as String using Only the Low Order byte of each word | DM0000.29E-DM6655.01E .l is string length, range 1 to 29 chars | String | Read/Write |
Holding Relay | HR00-HR99 HR00-HR98 HRxx.00-HRxx.15 | Word, Short, BCD, Long DWord, Float, LBCD Boolean | Read/Write |
Holding Relay as String with HiLo Byte Order | HR00.58H-HR99.02H .l is string length, range 2 to 58 chars | String | Read/Write |
Holding Relay as String with LoHi Byte Order | HR00.58L-HR99.02L .l is string length, range 2 to 58 chars | String | Read/Write |
Holding Relay as String using Only the High Order byte of each word | HR00.29D-HR99.01D .l is string length, range 1 to 29 chars | String | Read/Write |
Holding Relay as String using Only the Low Order byte of each word | HR00.29E-HR99.01E .l is string length, range 1 to 29 chars | String | Read/Write |
Internal Relay | IR000-IR255 IR000-IR254 IRxxx.00-IRxxx.15 | Word,Short, BCD, Long DWord, Float, LBCD Boolean | Read/Write |
Internal Relay as String with HiLo Byte Order | IR000.58H-IR255.02H .l is string length, range 2 to 58 chars | String | Read/Write |
Internal Relay as String with LoHi Byte Order | IR000.58L-IR255.02L .l is string length, range 2 to 58 chars | String | Read/Write |
Internal Relay as String using Only the High Order byte of each word | IR000.29D-IR255.01D .l is string length, range 1 to 29 chars | String | Read/Write |
Internal Relay as String using Only the Low Order byte of each word | IR000.29E-IR255.01E .l is string length, range 1 to 29 chars | String | Read/Write |
Link Relays | LR00-LR63 LR00-LR62 LRxx.00-LRxx.15 | Word, Short, BCD, Long DWord, Float, LBCD Boolean | Read/Write |
Link Relays as String with HiLo Byte Order | LR00.58H-LR63.02H .l is string length, range 2 to 58 chars | String | Read/Write |
Link Relays as String with LoHi Byte Order | LR00.58L-LR63.02L .l is string length, range 2 to 58 chars | String | Read/Write |
Link Relays as String using Only the High Order byte of each word | LR00.29D-LR63.01D .l is string length, range 1 to 29 chars | String | Read/Write |
Link Relays as String using Only the Low Order byte of each word | LR00.29E-LR63.01E .l is string length, range 1 to 29 chars | String | Read/Write |
Timer/Counter | RC000-RC511 RCxxx.00-RCxxx.15 | Word, Short, BCD Boolean | Read/Write |
Timer/Counter status | TC000-TC511 | Boolean | Read/Write |
Use caution when modifying 32-bit values (DWord, Long, LBCD, and Float). Each address that allows these data types starts at a word offset within the device. Therefore, DWords DM0 and DM1 overlap at word DM1. Writing to DM0 also modifies the value held in DM1. It is recommended that users utilize these data types so that overlapping does not occur. When using DWords, for example, users may want to use DM0, DM2, DM4 and so on to prevent overlapping Words.