From version 46.1
edited by Theodore Xu
on 2023/10/12 17:06
on 2023/10/12 17:06
Change comment:
There is no comment for this version
To version 43.1
edited by Theodore Xu
on 2023/09/15 11:59
on 2023/09/15 11:59
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 7 removed)
- 1697099618537-157.png
- xwiki_PIStudio_12.PLC+protocols_WebHome_664a826cd356c830.png
- xwiki_PIStudio_12.PLC+protocols_WebHome_78026942a88f0fdb.png
- xwiki_PIStudio_12.PLC+protocols_WebHome_872ec32d12b55aa.png
- xwiki_PIStudio_12.PLC+protocols_WebHome_8ee8d3ac3637bfc4.png
- xwiki_PIStudio_12.PLC+protocols_WebHome_ac8ece9a26719fda.png
- 西门子1200协议参数.png
Details
- Page properties
-
- Content
-
... ... @@ -179,163 +179,15 @@ 179 179 180 180 [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_ac8ece9a26719fda.png||alt="image-20220824161450-2.png" height="170" width="401"]] 181 181 182 -== **S7-1200 Ethernet ** == 182 +== {{id name="HS7-1200A0Ethernet"/}}**S7-1200 Ethernet ** == 183 183 184 184 [[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]] 185 185 186 -**V-BOX Setting** 187 - 188 -|**Items**|**Settings**|**Note** 189 -|Protocol|Siemens S7-1200| 190 -|Connection|Ethernet| 191 -|Port No.|102| 192 -|PLC station No.|2| 193 - 194 -(% style="text-align:center" %) 195 -[[image:西门子1200协议参数.png]] 196 - 197 -**Address List** 198 - 199 -|**Type**|**Device register**|**HMI register**|**Format**|**Range**|**Note** 200 -|(% rowspan="4" %)Bit|I|I|M d.o|((( 201 -d:0~-~-9999 202 - 203 -o:0-7 204 -)))| 205 -|Q|Q|Q d.o|((( 206 -d:0~-~-9999 207 - 208 -o:0-7 209 -)))| 210 -|M|M|M d.o|((( 211 -d:0~-~-9999 212 - 213 -o:0-7 214 -)))| 215 -|DB0.DB-DB99.DB|DBxDB|DBxDBnndddd.o|((( 216 -nn:0-9999, 217 - 218 -dddd:0-9999, 219 - 220 -o:0-7 221 -)))|((( 222 -nn:DB No. 223 - 224 -dddd:address value 225 - 226 -o: digit address 227 -))) 228 -|(% rowspan="8" %)Word|M|MB|MB d|d:0-99999| 229 -|M|MW|MW d|d:0-99999|((( 230 -MW0=MB(0~~1) 231 - 232 -MW2=MB(2~~3) 233 - 234 -Address value is a multiple of 2 235 -))) 236 -|M|MD|MD d|d:0-99999|((( 237 -MD0=MB(0~~3) 238 - 239 -MD4=MB(4~~7) 240 - 241 -Address value is a multiple of 4 242 -))) 243 -|I|IW|IW d|d:0-99999| 244 -|Q|QW|QW d|d:0-99999| 245 -|DB0.DB-DB99.DB|DBxDBB|DBxDBBnndddd|((( 246 -nn:0-9999 247 - 248 -dddd:0-9999 249 -)))|((( 250 -nn:DB No. 251 - 252 -dddd:address value 253 -))) 254 -|DB0.DB-DB99.DB|DBxDBW|DBxDBWnndddd|((( 255 -nn:0-9999 256 - 257 -dddd:0-9999 258 -)))|((( 259 -nn:DB No. 260 - 261 -dddd:address value 262 - 263 -Address value is a multiple of 2 264 -))) 265 -|DB0.DB-DB99.DB|DBxDBD|DBxDBDnndddd|((( 266 -nn:0-9999 267 - 268 -dddd:0-9999 269 -)))|((( 270 -nn:DB No. 271 - 272 -dddd:address value 273 - 274 -Address value is a multiple of 4 275 -))) 276 - 277 -{{info}} 278 -✎Note: 279 - 280 -* The S7-1200 supports simultaneous connection of three devices. 281 -* 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. 282 -* S7-1200 String type, the default first two bytes are used to store the maximum character and valid characters, so the text data will be shifted back one word address. When interacting with the data, what way this address plc is displayed with is unknown. And because of an extra word of data causes us to display the wrong. The solution is if we use String, then the actual data address we want to operate on is actually shifted back two bytes, so as long as the address on the project is shifted back 2 bits to correspond with the actual data address. 283 -* V-BOX operation character length needs to be set to 2 times the length of the Siemens character for proper display 284 -{{/info}} 285 - 286 -**PLC Settings** 287 - 288 -Add BD 289 - 290 -* Please uncheck [Symbolic access only] option; 291 - 292 -(% style="text-align:center" %) 293 -[[image:xwiki_PIStudio_12.PLC+protocols_WebHome_872ec32d12b55aa.png]] 294 - 295 -Address settings, using BD2 as example. 296 - 297 -* DB×DBB2xxxx, DB×DBW2xxxx, DB×DBD2xxxx for accessing data of DB2 in B1. 298 -* 2 represent DB block number 299 -* xxxx represent address 300 - 301 -**Such as:** 302 - 303 -* DBxDBB20000 = DB2.DBB0 304 -* DBxDBW20004 = DB2.DBW4 305 - 306 -(% style="text-align:center" %) 307 -[[image:xwiki_PIStudio_12.PLC+protocols_WebHome_8ee8d3ac3637bfc4.png]] 308 - 309 -**How to connect with S7-1200 Firmware V4.0** 310 - 311 -PLC configuration 312 - 313 -* Double click [device configuration] in Siemens via software 314 -* Double click [protection] to enter protection configuration screen 315 - 316 -(% style="text-align:center" %) 317 -[[image:xwiki_PIStudio_12.PLC+protocols_WebHome_664a826cd356c830.png]] 318 - 319 -* Check [Permit access with PUT / GET communication from remote partner (PLC, HMI, OPC, ...)] 320 - 321 -(% style="text-align:center" %) 322 -[[image:xwiki_PIStudio_12.PLC+protocols_WebHome_78026942a88f0fdb.png]] 323 - 324 -DB settings 325 - 326 -* Right click [DB], select [properties] 327 -* Uncheck [optimized block access] 328 - 329 -**Cable Wiring** 330 - 331 -(% style="text-align:center" %) 332 -[[image:xwiki_PIStudio_12.PLC+protocols_WebHome_ac8ece9a26719fda.png]] 333 - 334 334 == **S7-XXX Ethernet** == 335 335 336 336 Supported Series: Siemens S7-400, S7-1200 and S7-1500 337 337 338 -**V-BOX setting** 190 +**1)V-BOX setting** 339 339 340 340 |=**Items**|=**Settings**|=**Note** 341 341 |Protocol|Siemens S7-XXX| ... ... @@ -348,11 +348,11 @@ 348 348 349 349 Rack from TIA Portal is equal to HMI No. of V-net 350 350 351 -[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d78bc267e5fc6394.png||alt="image-20220824162459-3.png" height="503" width="798"]] 203 +{{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"]] 352 352 353 -[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_c9ae84ef5d418580.png||alt="image-20220824163305-2.png" height="1009" width="1920"]] 205 +{{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"]] 354 354 355 -**Address List** 207 +**2)Address List** 356 356 357 357 |**Type**|**Device register**|**Format**|**Range**|**Note** 358 358 |(% rowspan="4" %)Bit|I|M d.o|((( ... ... @@ -432,9 +432,9 @@ 432 432 Address value is a multiple of 4 433 433 ))) 434 434 435 -**Configure the communication protocol** 287 +**3)Configure the communication protocol** 436 436 437 -[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_9e740a8bf83ea3bf.png||alt="image-20220824163448-3.png" height="557" width="974"]] 289 +{{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"]] 438 438 439 439 **✎Note:** 440 440 ... ... @@ -441,9 +441,9 @@ 441 441 * The S7-1200 supports simultaneous connection of three devices, so the driver supports simultaneous access to PLC by three V-BOX. 442 442 * 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. 443 443 444 -**Cable Wiring** 296 +**4)Cable Wiring** 445 445 446 -[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_ac8ece9a26719fda.png||alt="image-20220824162342-2.png" height="170" width="401"]] 298 +{{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"]] 447 447 448 448 == {{id name="HLOGOEthernet"/}}**LOGO Ethernet ** == 449 449 ... ... @@ -480,19 +480,19 @@ 480 480 481 481 Click [Tools]~-~-[Ethernet Connections],shown as below. 482 482 483 -[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d13df637bfedcc52.png||alt="12.PLC Protocol_html_8b9d2322edf89519.png" height="641" width="423"]] 335 +{{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"]] 484 484 485 485 Set Ethernet connection parameter. IP, Subnet Mask, shown as below. 486 486 487 -[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_316247e0130c4c55.png||alt="image-20221228142937-4.png" height="484" width="366"]] 339 +{{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"]] 488 488 489 489 **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. 490 490 491 -[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_facc6ee1af05162f.png||alt="image-20221228143047-5.png" height="626" width="1088"]] 343 +{{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"]] 492 492 493 493 **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. 494 494 495 -[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d43d2b7b2599ee64.png||alt="image-20221228143246-6.png" height="698" width="688"]] 347 +{{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"]] 496 496 497 497 **V-BOX Communication Settings** 498 498
- 1697099618537-157.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -36.4 KB - Content
- xwiki_PIStudio_12.PLC+protocols_WebHome_664a826cd356c830.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -82.1 KB - Content
- xwiki_PIStudio_12.PLC+protocols_WebHome_78026942a88f0fdb.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -39.3 KB - Content
- xwiki_PIStudio_12.PLC+protocols_WebHome_872ec32d12b55aa.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -133.4 KB - Content
- xwiki_PIStudio_12.PLC+protocols_WebHome_8ee8d3ac3637bfc4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -96.9 KB - Content
- xwiki_PIStudio_12.PLC+protocols_WebHome_ac8ece9a26719fda.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -107.1 KB - Content
- 西门子1200协议参数.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -64.6 KB - Content