From version 51.1
edited by Joe
on 2024/06/11 18:41
on 2024/06/11 18:41
Change comment:
There is no comment for this version
To version 48.1
edited by Theodore Xu
on 2024/02/27 19:59
on 2024/02/27 19:59
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 7 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. joe1 +XWiki.AiXia - Content
-
... ... @@ -280,22 +280,18 @@ 280 280 * The S7-1200 supports simultaneous connection of three devices. 281 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 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 283 283 {{/info}} 284 284 285 285 **PLC Settings** 286 286 288 +Add BD 287 287 288 - IntheProject tree[PLC project]→Right-click[PLC-1]→[Properties]→[General]→[PROFINEinterface]→[Addnew subnet]→[IPaddress]192.168.40.20,[Subnetmask]255.255.255.0→[OK]290 +* Please uncheck [Symbolic access only] option; 289 289 290 290 (% style="text-align:center" %) 291 -[[image: 图片1.png]]293 +[[image:xwiki_PIStudio_12.PLC+protocols_WebHome_872ec32d12b55aa.png]] 292 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 - 299 299 Address settings, using BD2 as example. 300 300 301 301 * DB×DBB2xxxx, DB×DBW2xxxx, DB×DBD2xxxx for accessing data of DB2 in B1. ... ... @@ -310,28 +310,6 @@ 310 310 (% style="text-align:center" %) 311 311 [[image:xwiki_PIStudio_12.PLC+protocols_WebHome_8ee8d3ac3637bfc4.png]] 312 312 313 -**How to setting String in PLC and V-net** 314 -PLC configuration 315 - 316 -choosing Data type~-~-String→add"[]" after String and input data length 317 - 318 -(% style="text-align:center" %) 319 -[[image:yUYuRVmMcL.png]] 320 - 321 -V-box configuration 322 - 323 -(% style="text-align:center" %) 324 -[[image:BSRBeEWL0O.png]] 325 - 326 -choosing Word and DBxDBW →input Register Main No. →Data format is String →input data length you want to use → choosing Byte order~-~-Little-endian 327 - 328 -(% class="box infomessage" %) 329 -((( 330 -Note: Register Main No. = offset in PLC + 2 331 -For example, the image above has an offset of 4, so the register Main No. is 10006 332 -If an offset is 8, the register Main No. is 10010 333 -))) 334 - 335 335 **How to connect with S7-1200 Firmware V4.0** 336 336 337 337 PLC configuration ... ... @@ -509,12 +509,10 @@ 509 509 [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d13df637bfedcc52.png||alt="12.PLC Protocol_html_8b9d2322edf89519.png" height="641" width="423"]] 510 510 511 511 Set Ethernet connection parameter. IP, Subnet Mask, shown as below. 512 - 513 513 514 -(% style="text-align:center" %) 515 -[[image:1iZSZTpAdk.png]] 487 +[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_316247e0130c4c55.png||alt="image-20221228142937-4.png" height="484" width="366"]] 516 516 517 -**TSAP set**: 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. 518 518 519 519 [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_facc6ee1af05162f.png||alt="image-20221228143047-5.png" height="626" width="1088"]] 520 520 ... ... @@ -533,21 +533,12 @@ 533 533 534 534 * The initialization script needs to set the source TSAP address and the target TSAP address, otherwise the communication will not be successful. 535 535 536 -You can copy the following script into V-net directly. 537 - 538 -(% class="box successmessage" %) 539 -((( 540 540 **function** **init**.main() 541 541 addr_setword("@W_0#HSW1200",8192) //~-~- Set the source TSAP address// 542 542 addr_setword("@W_0#HSW1201",4096) //~-~- Set the destination TSAP address// 543 543 **end** 544 -))) 545 545 546 -(% class="box infomessage" %) 547 -((( 548 -Note: 549 -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. 550 -))) 513 +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. 551 551 552 552 **✎Note:** 553 553 ... ... @@ -558,4 +558,4 @@ 558 558 ** Other set as defaulted. 559 559 * **Notes on the use of registers:** 560 560 ** Register VD: Use only registers that are multiples of 4, such as 0, 4, 8, etc. 561 -** 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 )524 +** 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
- 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
- hXadxkZTuR.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.joe - Size
-
... ... @@ -1,1 +1,0 @@ 1 -57.5 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