Data in Idec Micro PLC Devices is stored in different locations depending on the intended use of the data. For example, there are separate locations for I/O, Timer Values, Data Registers and so on.
The Idec Micro PLC Data Address is a string that defines the location of data in an Idec Micro PLC. It consists of device type letters, followed by four decimal digits:
Device Type | Format | Notes |
---|---|---|
Input | Innnn | Least significant digit is octal 0-7 |
Output | Qnnnn | Least significant digit is octal 0-7 |
Internal Relay | Mnnnn | Least significant digit is octal 0-7 |
Shift Register | Rnnnn | |
Timer (current value) | Tnnnn | |
Counter (current value) | Cnnnn | |
Data Register | Dnnnn |
Note: The numbers in Idec Micro Data Addresses are zero-based.
The Idec Micro PLC Data Address is used in these contexts:
The Data Address Editor provides a convenient tool to build Idec Micro Data Address strings.
To open the Data Address Editor,
click the Browse button of the IOItemName or DataAddress property:
To learn about Idec Micro Register Block Tags.
Idec Micro DriverFor an overview of the Idec Micro Driver.
For the meaning of terms used in Fernhill SCADA.