11.25 Siemens Logo
Supported Series: Siemens Logo
HMI Setting
Items | Settings | Note |
Protocol | Simens Logo | |
Connection | Ethernet | |
Port No. | 102 | |
PLC station No. | 2 |
Address list
Number | Address type | Type | Range | DB address | PLC address |
1 | RTC | Word | 1-7 | DB1.DBX984.0 | 0x001ec0 |
2 | VB | Byte | 0-1469 | DB1.DBX0.0 | 0x000000 |
3 | VD | Double word | 0-1466 | DB1.DBX0.0 | 0x000000 |
4 | VW | word | 0-1468 | DB1.DBX0.0 | 0x000000 |
5 | NAQ | word | 1-32 | DB1.DBX1406.0 | 0x002bf0 |
6 | NAI | word | 1-64 | DB1.DBX1262.0 | 0x002770 |
7 | AM | word | 1-64 | DB1.DBX1118.0 | 0x0022f0 |
8 | AQ | word | 1-16 | DB1.DBX1072.0 | 0x002180 |
9 | AI | word | 1-16 | DB1.DBX1032.0 | 0x002040 |
10 | I | bit | 1-64 | DB1.DBX1024.0 | 0x002000 |
11 | Q | bit | 1-64 | DB1.DBX1064.0 | 0x002140 |
12 | M | bit | 1-112 | DB1.DBX1104.0 | 0x002280 |
13 | NI | bit | 1-128 | DB1.DBX1246.0 | 0x0026f0 |
14 | NQ | bit | 1-128 | DB1.DBX1390.0 | 0x002b70 |
15 | V | bit | 0-14697 | DB1.DBX0.0 | 0x000000 |
PLC software setting
Steps in LOGO software:
Click [Tools]--[Ethernet Connections],shown as below.
Set Ethernet connection parameter.like IP,Subnet Mask,shown as below.
TSAP set:The value set by local TSAP is the remote TSAP set in HMI.PLC's remote TSAP is the opposite,shown as below.
Download project: click "address book" to add the IP address to be downloaded (fi."Detect" to check whether the IP address can be detected.Then click “ok”, and the system will prompt that PLC will be"STOP" mode. Click“YES” to start download.
HMI Communication settings
Set PLC IP in [Device IP] settings;
Enable HMI Ethernet in [Project Settings];
TSAP setting
Regarding the setting of PLC TSAP, HMI provides system special address for setting, it is recommended to run in HMI script initialization, write PLC TSAP to corresponding system special register.
HSW10118 = local TSAP of HMI, this is remote TSAP of PLC.
HSW10119 = Remote TSAP of HMI, this is local TSAP of PLC.
✎Note:
AI word address and Ibit address are read-only and cannot be written on HMI;
VW address should be even number.such as VW0, VW2, VW4...
VD address it takes two VW addresses.such as VD0,VD4,VD8...
Written value of RTC cannot exceed 255.
Communication cable
Last updated