For more information, refer to String Support and Array Support.Device Type | Range | Data Type | Access |
|---|---|---|---|
Auxiliary Relay | AR000-AR999 AR000-AR998 ARxxx.00-ARxxx.15 | Word, Short, BCD, Long, DWord, Float, LBCD Boolean | Read/Write |
Auxiliary Relay as String with HiLo Byte Order | AR000.58H-AR999.02H .l is string length, range 2 to 58 chars | String | Read/Write |
Auxiliary Relay as String with LoHi Byte Order | AR000.58L-AR999.02L .l is string length, range 2 to 58 chars | String | Read/Write |
Auxiliary Relay as String using Only the High Order byte of each word | AR000.29D-AR999.01D .l is string length, range 1 to 29 chars | String | Read/Write |
Auxiliary Relay as String using Only the Low Order byte of each word | AR000.29E-AR999.01E .l is string length, range 1 to 29 chars | String | Read/Write |
Data Memory | DM0000-DM9999 DM0000-DM9998 DMxxxx.00-DMxxxx.15 | Word, Short, BCD, Long, DWord, Float, LBCD Boolean | Read/Write |
Data Memory as String with HiLo byte order | DM0000.58H-DM0999.02H .l is string length, range 2 to 58 chars | String | Read/Write |
Data Memory as String with LoHi Byte Order | DM0000.58L-DM0999.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-DM0999.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-DM0999.01E .l is string length, range 1 to 29 chars | String | Read/Write |
Holding Relay | HR000-HR999 HR000-HR998 HRxxx.00-HRxxx.15 | Word, Short, BCD, Long, DWord, Float, LBCD Boolean | Read/Write |
Holding Relay as String with HiLo byte order | HR000.58H- HR999.02H .l is string length, range 2 to 58 chars | String | Read/Write |
Holding Relay as String with LoHi Byte Order | HR000.58L-HR999.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 | HR000.29D-HR999.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 | HR000.29E-HR999.01E .l is string length, range 1 to 29 chars | String | Read/Write |
Internal Relay | IR000-IR999 IR000-IR998 IRxxx.00-IRxxx.15 | Word, Short, BCD, Long, DWord, Float, LBCD Boolean | Read/Write |
Internal Relay as String with HiLo byte order | IR000.58H-IR999.02H .l is string length, range 2 to 58 chars | String | Read/Write |
Internal Relay as String with LoHi Byte Order | IR000.58L-IR999.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-IR999.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-IR999.01E .l is string length, range 1 to 29 chars | String | Read/Write |
Link Relays | LR000-LR999 LR000-LR998 LRxxx.00-LRxxx.15 | Word, Short, BCD, Long, DWord, Float, LBCD Boolean | Read/Write |
Link Relays as String with HiLo Byte Order | LR000.58H-LR999.02H .l is string length, range 2 to 58 chars | String | Read/Write |
Link Relays as String with LoHi byte order | LR000.58L-LR999.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 | LR000.29D-LR999.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 | LR000.29E-LR999.01E .l is string length, range 1 to 29 chars | String | Read/Write |
Timer/Counter | RC000-RC999 RCxxx.00-RCxxx.15 | Word, Short, BCD Boolean | Read/Write |
Timer/Counter status | TC000-TC999 | 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.