From version 53.1
edited by Joe
on 2024/06/11 18:53
on 2024/06/11 18:53
Change comment:
There is no comment for this version
To version 45.1
edited by Theodore Xu
on 2023/10/12 16:37
on 2023/10/12 16:37
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 18 removed)
- 1iZSZTpAdk.png
- 2J0mzCcSR4.png
- BSRBeEWL0O.png
- Ht1GZiel7c.png
- V-NET_Client logo.png
- V-NET_Client logo8.png
- hXadxkZTuR.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
- yUYuRVmMcL.png
- 图片1.png
- 图片2.png
- 图片3.png
- 图片4.png
- 西门子1200协议参数.png
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. joe1 +XWiki.AiXia - Content
-
... ... @@ -191,9 +191,6 @@ 191 191 |Port No.|102| 192 192 |PLC station No.|2| 193 193 194 -(% style="text-align:center" %) 195 -[[image:西门子1200协议参数.png]] 196 - 197 197 **Address List** 198 198 199 199 |**Type**|**Device register**|**HMI register**|**Format**|**Range**|**Note** ... ... @@ -274,101 +274,10 @@ 274 274 Address value is a multiple of 4 275 275 ))) 276 276 277 -{{info}} 278 -✎Note: 274 +**Communication Settings** 279 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 -{{/info}} 276 +Enable HMI Ethernet in [Project Settings] 284 284 285 -**PLC Settings** 286 - 287 - 288 -In the Project tree [PLC project]→Right-click[PLC-1]→[Properties]→[General]→[PROFINE interface]→[Add new subnet]→[IP address]192.168.40.20,[Subnet mask]255.255.255.0→[OK] 289 - 290 -(% style="text-align:center" %) 291 -[[image:图片1.png]] 292 - 293 -Open [Properties] again→[General]→[Protection&Security]→[Connection mechanisms]→Check [Permit access with PUTIGET communication remote partner ]→[OK] 294 - 295 -(% style="text-align:center" %) 296 -[[image:图片2.png]] 297 - 298 -Create a new DB block: 299 - 300 -[Add new block]→[Date block]→[Manual]→[OK] 301 - 302 -(% style="text-align:center" %) 303 -[[image:图片3.png]] 304 - 305 -Right-click[DB1]→[Properties]→[General]→[Attributes]→Uncheck[Optimized block access]→[OK] 306 - 307 -(% style="text-align:center" %) 308 -[[image:图片4.png]] 309 - 310 - 311 -Address settings, using BD2 as example. 312 - 313 -* DB×DBB2xxxx, DB×DBW2xxxx, DB×DBD2xxxx for accessing data of DB2 in B1. 314 -* 2 represent DB block number 315 -* xxxx represent address 316 - 317 -**Such as:** 318 - 319 -* DBxDBB20000 = DB2.DBB0 320 -* DBxDBW20004 = DB2.DBW4 321 - 322 -(% style="text-align:center" %) 323 -[[image:xwiki_PIStudio_12.PLC+protocols_WebHome_8ee8d3ac3637bfc4.png]] 324 - 325 -**How to setting String in PLC and V-net** 326 -PLC configuration 327 - 328 -choosing Data type~-~-String→add"[]" after String and input data length 329 - 330 -(% style="text-align:center" %) 331 -[[image:2J0mzCcSR4.png]] 332 - 333 -V-box configuration 334 - 335 -(% style="text-align:center" %) 336 -[[image:BSRBeEWL0O.png]] 337 - 338 -choosing Word and DBxDBW →input Register Main No. →Data format is String →input data length you want to use → choosing Byte order~-~-Little-endian 339 - 340 -(% class="box infomessage" %) 341 -((( 342 -Note: Register Main No. = offset in PLC + 2 343 -For example, the image above has an offset of 4, so the register Main No. is 10006 344 -If an offset is 8, the register Main No. is 10010 345 -))) 346 - 347 -**How to connect with S7-1200 Firmware V4.0** 348 - 349 -PLC configuration 350 - 351 -* Double click [device configuration] in Siemens via software 352 -* Double click [protection] to enter protection configuration screen 353 - 354 -(% style="text-align:center" %) 355 -[[image:xwiki_PIStudio_12.PLC+protocols_WebHome_664a826cd356c830.png]] 356 - 357 -* Check [Permit access with PUT / GET communication from remote partner (PLC, HMI, OPC, ...)] 358 - 359 -(% style="text-align:center" %) 360 -[[image:xwiki_PIStudio_12.PLC+protocols_WebHome_78026942a88f0fdb.png]] 361 - 362 -DB settings 363 - 364 -* Right click [DB], select [properties] 365 -* Uncheck [optimized block access] 366 - 367 -**Cable Wiring** 368 - 369 -(% style="text-align:center" %) 370 -[[image:xwiki_PIStudio_12.PLC+protocols_WebHome_ac8ece9a26719fda.png]] 371 - 372 372 == **S7-XXX Ethernet** == 373 373 374 374 Supported Series: Siemens S7-400, S7-1200 and S7-1500 ... ... @@ -518,48 +518,40 @@ 518 518 519 519 Click [Tools]~-~-[Ethernet Connections],shown as below. 520 520 521 -[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d13df637bfedcc52.png||alt="12.PLC Protocol_html_8b9d2322edf89519.png" height="641" width="423"]] 427 +{{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"]] 522 522 523 523 Set Ethernet connection parameter. IP, Subnet Mask, shown as below. 524 - 525 525 526 -(% style="text-align:center" %) 527 -[[image:1iZSZTpAdk.png]] 431 +{{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"]] 528 528 529 -**TSAP set**: 433 +**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. 530 530 531 -[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_facc6ee1af05162f.png||alt="image-20221228143047-5.png" height="626" width="1088"]] 435 +{{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"]] 532 532 533 533 **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. 534 534 535 -[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d43d2b7b2599ee64.png||alt="image-20221228143246-6.png" height="698" width="688"]] 439 +{{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"]] 536 536 537 537 **V-BOX Communication Settings** 538 538 539 539 Set PLC IP in [IP Address] settings; 540 540 541 -(% style="text-align:center" %) 542 -[[image:V-NET_Client logo.png]] 445 +{{id name="ILldwDGntf4.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_ab570912d299c09.png||alt="LldwDGntf4.png" height="530" width="899"]] 543 543 447 +Enable V-BOX Ethernet in [Network]; 448 + 449 +{{id name="IWgvjfWbQif.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_637860db3ca1ca1b.png||alt="WgvjfWbQif.png" height="654" width="1195"]] 450 + 544 544 TSAP setting 545 545 546 546 * The initialization script needs to set the source TSAP address and the target TSAP address, otherwise the communication will not be successful. 547 547 548 -You can copy the following script into V-net directly. 549 - 550 -(% class="box successmessage" %) 551 -((( 552 552 **function** **init**.main() 553 553 addr_setword("@W_0#HSW1200",8192) //~-~- Set the source TSAP address// 554 554 addr_setword("@W_0#HSW1201",4096) //~-~- Set the destination TSAP address// 555 555 **end** 556 -))) 557 557 558 -(% class="box infomessage" %) 559 -((( 560 -Note: 561 -The name of the test script must be “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. 562 -))) 460 +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. 563 563 564 564 **✎Note:** 565 565 ... ... @@ -570,4 +570,4 @@ 570 570 ** Other set as defaulted. 571 571 * **Notes on the use of registers:** 572 572 ** Register VD: Use only registers that are multiples of 4, such as 0, 4, 8, etc. 573 -** Register VW: Use only registers th ey 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 )471 +** 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 )
- 1iZSZTpAdk.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.joe - Size
-
... ... @@ -1,1 +1,0 @@ 1 -58.0 KB - Content
- 2J0mzCcSR4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.joe - Size
-
... ... @@ -1,1 +1,0 @@ 1 -107.6 KB - Content
- BSRBeEWL0O.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.joe - Size
-
... ... @@ -1,1 +1,0 @@ 1 -30.0 KB - Content
- Ht1GZiel7c.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.joe - Size
-
... ... @@ -1,1 +1,0 @@ 1 -56.3 KB - Content
- V-NET_Client logo.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -22.4 KB - Content
- V-NET_Client logo8.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -22.4 KB - Content
- hXadxkZTuR.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.joe - Size
-
... ... @@ -1,1 +1,0 @@ 1 -57.5 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
- yUYuRVmMcL.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.joe - Size
-
... ... @@ -1,1 +1,0 @@ 1 -107.1 KB - Content
- 图片1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.joe - Size
-
... ... @@ -1,1 +1,0 @@ 1 -143.2 KB - Content
- 图片2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.joe - Size
-
... ... @@ -1,1 +1,0 @@ 1 -151.2 KB - Content
- 图片3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.joe - Size
-
... ... @@ -1,1 +1,0 @@ 1 -152.2 KB - Content
- 图片4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.joe - Size
-
... ... @@ -1,1 +1,0 @@ 1 -145.2 KB - Content
- 西门子1200协议参数.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -64.6 KB - Content