Delta PLC Addressing Guide: Understanding X, Y, M, D, T, C, and S Device Types

Published on Jun 2, 2025 | Category: ispsoft
Share this article:

in a industial automation by plc addrssing of device like input putput memory,latch relay etc are very imortant. Each device is assigned an address using specific device types like X, Y, M, D, and others, followed by a numeric identifier (e.g., X0, Y1, M100, D0). These addresses can store and represent different types of data, such as bits, bytes, words, integers, or strings.device address represent physical input output device, internal memory, timer counter, consatant value etc. addressing is essential for accurate logic execution in automation systems.In this article, we provide a complete guide to Delta PLC addressing. You’ll learn how to use X, Y, M, D, T, C, and S device types in ISPSoft, along with practical ladder logic examples to help you apply this knowledge in real-world projects.

What Are Device Addresses in Delta PLC?

In Delta PLCs, device addresses define where and what type of data is stored in the system. They act as memory references that hold specific data types—such as Boolean (bit), integer, or word values. These addresses are essential for organizing logic in PLC programming and directly impact the accuracy and reliability of automation processes.

Correct and efficient use of device addresses ensures smooth data handling, logical operations, and proper control of physical and internal components.

Device addresses are categorized by type, each representing a specific function within the PLC system:

By understanding and correctly applying these device types and their address ranges, you can create powerful and flexible automation logic using Delta PLCs and ISPSoft.

Delta PLC Input (X) and Output (Y) Addressing

In Delta PLCs, X and Y represent physical input and output devices respectively. Inputs typically include devices like sensors and pushbuttons, while outputs control devices such as relays, lamps, and actuators. The addressing format and range for X and Y devices depend on the PLC model and CPU series. Delta’s AH series supports both bit-type and word-type addressing for flexible automation control.

Address Ranges by PLC Series

AH Series PLC input X and Y Addressing (Bit and Word Type)

In the AH series, input and output devices can be addressed using both bit and word formats. The available address range expands with higher-end CPU modules.

img/delta plc address/Delta PLC Input and Output Addressing.webp

Data Registers (D) in Delta PLC

Mitsubishi Data Registers Devices (D) are used to stored numerical (decimal) value. it represented as D0, D1 etc. these devices used for arithmetic instruction, analog signal instruction. a value that the program writes to a data register remain unchanged until the program overwrites it with another value. data register is availavel as latched and no latched. following are the example range of data register in delta plc for more details of range please read manual properly.

AH series plc data register have two type bit types as well as word type. foolowing are the range for bit type and word type data register in delta plc.

img/delta plc address/Delta PLC Data register Addresses and Ranges.webp

Delta PLC Counter (C) Addresses and Ranges

In Delta PLCs, counters are identified by the prefix C followed by a number (e.g., C0, C1, etc.). They are used to count pulses or events and support both 16-bit and 32-bit modes. The number of available counters and their type varies based on the PLC model.

Counter Types

Counter Address Ranges by PLC Series

Note: High-speed counters (HC0 ~ HC63) are available in both basic and advanced AH series models for pulse frequencies that exceed standard counter capabilities. Always consult the specific hardware manual for exact configuration and limitations.

img/delta plc address/Delta PLC Counter Addresses and Ranges.webp

Delta PLC Timer Addresses (T) and Ranges

In Delta PLCs, timers are identified by the prefix T followed by a number (e.g., T0, T1, etc.). These devices are used for time delay operations in ladder logic and support multiple resolutions including 100 ms, 10 ms, and 1 ms. The available timer types and ranges depend on the PLC model and CPU series.

Timer Address Ranges by PLC Series

Note: Timer base resolution and latched behavior may be affected by model-specific settings and configuration flags. Refer to the respective CPU manual for detailed timer usage and memory mapping.

img/delta plc address/Delta PLC Timer Addresses and Ranges.webp

Delta PLC Auxiliary Relay (M) Addresses and Ranges

In Delta PLCs, auxiliary relays are represented by the letter M followed by a number (e.g., M0, M1000, etc.). These internal relays are used for internal control logic, flags, temporary storage, and system-level functions. Delta PLCs categorize M relays into three types: general-purpose, latched, and special-purpose relays. Below is a breakdown of M address ranges by series:

Auxiliary Relay (M) Address Ranges by PLC Series