Cross-reference table mapping AutomationView variables to IEC 61131-3, Siemens TIA Portal, Rockwell Studio 5000, and CODESYS physical addresses.
| Data Type | IEC 61131-3 Standard | Siemens S7 (TIA Portal) | Rockwell Logix (Studio 5000) | CODESYS V3.5 |
|---|---|---|---|---|
| Digital Input (Bit) | %IX0.0 |
%I0.0 |
Local:1:I.Data.0 |
%IX0.0 |
| Digital Output (Bit) | %QX0.0 |
%Q0.0 |
Local:2:O.Data.0 |
%QX0.0 |
| Analog Input (Word) | %IW10 |
%IW64 |
Local:3:I.Ch0Data |
%IW0 |
| Analog Output (Word) | %QW10 |
%QW64 |
Local:4:O.Ch0Data |
%QW0 |
| Internal Memory (Bit) | %MX10.0 |
%M10.0 or DB Tag |
Controller Scope Tag (bTag) |
GVL Tag or %MX0.0 |
| Timer Data Structure | TON instance |
IEC_TIMER DB |
TIMER Tag |
TON instance |
| Counter Structure | CTU instance |
IEC_COUNTER DB |
COUNTER Tag |
CTU instance |
When you run AutomationView: Assign Addresses Automatically:
INPUT and OUTPUT variables.machine.machine.%IX0.0, %IX0.1, %QX0.0, etc.) sequentially without overlap.If electrical panel drawings require specific physical terminals:
%IX0.7 for Emergency Stop Loop).