Wiki source code of Siemens

Version 9.1 by Leo Wei on 2023/08/24 14:11

Show last authors
1 = {{id name="HSiemens"/}}**Siemens ** =
2
3 == {{id name="HS7-200SmartA0Ethernet"/}}**S7-200 Smart Ethernet ** ==
4
5 [[download link>>url:https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Demo/%E9%80%9A%E8%AE%AF%E6%A1%88%E4%BE%8B/Communication%20with%20S7-200%20Smart.zip]]
6
7 == {{id name="HS7-300Ethernet"/}}**S7-300 Ethernet ** ==
8
9 Supported Series: Siemens S7-300 series PLC
10
11 **1)V-BOX setting**
12
13 |**Items**|**Settings**|**Note**
14 |Protocol|Simens S7-300 Ethernet|
15 |Connection|Ethernet|
16 |Port No.|102|
17 |PLC station No.|2|Need to be same as the PLC setting
18
19 **2)Address List**
20
21 |**Type**|**Device register**|**HMI register**|**Format**|**Range**|**Note**
22 |(% rowspan="4" %)Bit|I|I|I ddddd.o|0.0~~99999.7|
23 |Q|Q|Q ddddd.o|0.0~~99999.7|
24 |M|M|M ddddd.o|0.0~~99999.7|
25 |DB0.DB~~DB99.DB|DBxDBD|DBxDB nndddd.o|0.0~~99999999.7|(((
26 nn: block number;
27
28 dddd: address;
29 )))
30 |(% rowspan="8" %)Word|I|IW|IW ddddd|0~~99999|
31 |Q|QW|QW ddddd|0~~99999|
32 |(% rowspan="3" %)M|MB|MB ddddd|0~~99999|
33 |MW|MW ddddd|0~~99999|(((
34 MW0=MB(0~~1)
35
36 MW2=MB(2~~3)
37
38 Address value is a multiple of 2
39 )))
40 |MD|MD ddddd|0~~99999|(((
41 MD0=MB(0~~3)
42
43 MD4=MB(4~~7)
44
45 Address value is a multiple of 4
46 )))
47 |(% rowspan="3" %)DB0.DB~~DB99.DB|DBxDBB|DBxDBB nndddd|0~~99999999|(% rowspan="3" %)(((
48 nn: block number;
49
50 dddd: address
51 )))
52 |DBxDBW|DBxDBW nndddd|0~~99999999
53 |DBxDBD|DBxDBD nndddd|0~~99999999
54
55 **3)Configure the communication protocol**
56
57 {{id name="Iimage-20220824161345-1.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_8e00ed9483ddb629.png||alt="image-20220824161345-1.png" height="1011" width="1920"]]
58
59 **4)Cable Wiring**
60
61 {{id name="Iimage-20220824161450-2.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_ac8ece9a26719fda.png||alt="image-20220824161450-2.png" height="170" width="401"]]
62
63 == {{id name="HS7-1200A0Ethernet"/}}**S7-1200 Ethernet ** ==
64
65 [[download link>>url:https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Demo/%E9%80%9A%E8%AE%AF%E6%A1%88%E4%BE%8B/Communicate%20with%20S7-1200%20via%20Ehernet.zip]]
66
67 == {{id name="HS7-XXXEthernetl"/}}**S7-XXX Ethernet l** ==
68
69 Supported Series: Siemens S7-400, S7-1200 and S7-1500
70
71 **1)V-BOX setting**
72
73 |=**Items**|=**Settings**|=**Note**
74 |Protocol|Siemens S7-XXX|
75 |Connection|Ethernet|
76 |Port No.|102|
77 |Device No.|Slot (Default 1 for S7-1500/ 2 for S7-1200/ 3 for S7-400)|
78 |HMI No.|Rack (Default as 0)|
79
80 Slot from TIA Portal is equal to Device No. of V-net
81
82 Rack from TIA Portal is equal to HMI No. of V-net
83
84 {{id name="Iimage-20220824162459-3.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d78bc267e5fc6394.png||alt="image-20220824162459-3.png" height="503" width="798"]]
85
86 {{id name="Iimage-20220824163305-2.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_c9ae84ef5d418580.png||alt="image-20220824163305-2.png" height="1009" width="1920"]]
87
88 **2)Address List**
89
90 |**Type**|**Device register**|**HMI register**|**Format**|**Range**|**Note**
91 |(% rowspan="4" %)Bit|I|I|M d.o|(((
92 d:0~-~-9999
93
94 o:0-7
95 )))|
96 |Q|Q|Q d.o|(((
97 d:0~-~-9999
98
99 o:0-7
100 )))|
101 |M|M|M d.o|(((
102 d:0~-~-9999
103
104 o:0-7
105 )))|
106 |DB0.DB-DB99.DB|DBxDB|DBxDBnndddd.o|(((
107 nn:0-9999,
108
109 dddd:0-9999,
110
111 o:0-7
112 )))|(((
113 nn:DB No.
114
115 dddd:address value
116
117 o: digit address
118 )))
119 |(% rowspan="8" %)Word|M|MB|MB d|d:0-99999|
120 |M|MW|MW d|d:0-99999|(((
121 MW0=MB(0~~1)
122
123 MW2=MB(2~~3)
124
125 Address value is a multiple of 2
126 )))
127 |M|MD|MD d|d:0-99999|(((
128 MD0=MB(0~~3)
129
130 MD4=MB(4~~7)
131
132 Address value is a multiple of 4
133 )))
134 |I|IW|IW d|d:0-99999|
135 |Q|QW|QW d|d:0-99999|
136 |DB0.DB-DB99.DB|DBxDBB|DBxDBBnndddd|(((
137 nn:0-9999
138
139 dddd:0-9999
140 )))|(((
141 nn:DB No.
142
143 dddd:address value
144 )))
145 |DB0.DB-DB99.DB|DBxDBW|DBxDBWnndddd|(((
146 nn:0-9999
147
148 dddd:0-9999
149 )))|(((
150 nn:DB No.
151
152 dddd:address value
153
154 Address value is a multiple of 2
155 )))
156 |DB0.DB-DB99.DB|DBxDBD|DBxDBDnndddd|(((
157 nn:0-9999
158
159 dddd:0-9999
160 )))|(((
161 nn:DB No.
162
163 dddd:address value
164
165 Address value is a multiple of 4
166 )))
167
168 **3)Configure the communication protocol**
169
170 {{id name="Iimage-20220824163448-3.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_9e740a8bf83ea3bf.png||alt="image-20220824163448-3.png" height="557" width="974"]]
171
172 **✎Note:**
173
174 * The S7-1200 supports simultaneous connection of three devices, so the driver supports simultaneous access to PLC by three V-BOX.
175 * V-BOX access PLC, use S7 protocol, access PLC TSAP 02.01 (s7-1200 PROFINET interface only supports three connections, the default support), detailed reference to the system manual of S7-1200.
176
177 **4)Cable Wiring**
178
179 {{id name="Iimage-20220824162342-2.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_ac8ece9a26719fda.png||alt="image-20220824162342-2.png" height="170" width="401"]]
180
181 == {{id name="HLOGOEthernet"/}}**LOGO Ethernet ** ==
182
183 Supported Series: Siemens Logo 0BA0, 0BA1 series
184
185 **V-BOX Settings**
186
187 |**Items**|**Settings**|**Note**
188 |Protocol|Siemens LOGO|
189 |Connection|Ethernet|
190 |Port No.|102|
191 |PLC station No.|2|
192
193 **Address List**
194
195 |**Number**|**Address Type**|**Data Type**|**Range**|**DB Address**|**PLC Address**
196 |1|RTC|Word|1-7|DB1.DBX984.0|0x001ec0
197 |2|VB|Byte|0-1469|DB1.DBX0.0|0x000000
198 |3|VD|Double Word|0-1466|DB1.DBX0.0|0x000000
199 |4|VW|Word|0-1468|DB1.DBX0.0|0x000000
200 |5|NAQ|Word|1-32|DB1.DBX1406.0|0x002bf0
201 |6|NAI|Word|1-64|DB1.DBX1262.0|0x002770
202 |7|AM|Word|1-64|DB1.DBX1118.0|0x0022f0
203 |8|AQ|Word|1-16|DB1.DBX1072.0|0x002180
204 |9|AI|Word|1-16|DB1.DBX1032.0|0x002040
205 |10|I|Bit|1-64|DB1.DBX1024.0|0x002000
206 |11|Q|Bit|1-64|DB1.DBX1064.0|0x002140
207 |12|M|Bit|1-112|DB1.DBX1104.0|0x002280
208 |13|NI|Bit|1-128|DB1.DBX1246.0|0x0026f0
209 |14|NQ|Bit|1-128|DB1.DBX1390.0|0x002b70
210 |15|V|Bit|0-14697|DB1.DBX0.0|0x000000
211
212 **PLC Settings in LOGO Software:**
213
214 Click [Tools]~-~-[Ethernet Connections],shown as below.
215
216 {{id name="IPIStudio.125C.PLCprotocols.WebHome4012.PLCProtocol_html_8b9d2322edf89519.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d13df637bfedcc52.png||alt="12.PLC Protocol_html_8b9d2322edf89519.png" height="641" width="423"]]
217
218 Set Ethernet connection parameter. IP, Subnet Mask, shown as below.
219
220 {{id name="IPIStudio.125C.PLCprotocols.WebHome40image-20221228142937-4.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_316247e0130c4c55.png||alt="image-20221228142937-4.png" height="484" width="366"]]
221
222 **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.
223
224 {{id name="IPIStudio.125C.PLCprotocols.WebHome40image-20221228143047-5.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_facc6ee1af05162f.png||alt="image-20221228143047-5.png" height="626" width="1088"]]
225
226 **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.
227
228 {{id name="IPIStudio.125C.PLCprotocols.WebHome40image-20221228143246-6.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d43d2b7b2599ee64.png||alt="image-20221228143246-6.png" height="698" width="688"]]
229
230 **V-BOX Communication Settings**
231
232 Set PLC IP in [IP Address] settings;
233
234 {{id name="ILldwDGntf4.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_ab570912d299c09.png||alt="LldwDGntf4.png" height="530" width="899"]]
235
236 Enable V-BOX Ethernet in [Network];
237
238 {{id name="IWgvjfWbQif.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_637860db3ca1ca1b.png||alt="WgvjfWbQif.png" height="654" width="1195"]]
239
240 TSAP setting
241
242 * The initialization script needs to set the source TSAP address and the target TSAP address, otherwise the communication will not be successful.
243
244 **function** **init**.main()
245 addr_setword("@W_0#HSW1200",8192) //~-~- Set the source TSAP address//
246 addr_setword("@W_0#HSW1201",4096) //~-~- Set the destination TSAP address//
247 **end**
248
249 Note: The name of the test script is init, 8192 and 4096 are the data used for the test, there is no HSW address in the register option, but you can directly set the value of the corresponding address through the code.
250
251 **✎Note:**
252
253 * **Communication port configuration: **
254 ** Continuous length needs to be set to 0.
255 ** Integration interval needs to be set to 1. (no change may result in data errors)
256 ** Set Port and Device Station NO.
257 ** Other set as defaulted.
258 * **Notes on the use of registers:**
259 ** Register VD: Use only registers that are multiples of 4, such as 0, 4, 8, etc.
260 ** Register VW: Use only registers thay are multiples of 2, such as 0, 2, 4 etc. (Using an odd-length register may result in data errors, such as 2 3 4 )