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
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 6 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. AiXia1 +XWiki.joe - Content
-
... ... @@ -280,7 +280,6 @@ 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 284 284 {{/info}} 285 285 286 286 **PLC Settings** ... ... @@ -306,6 +306,21 @@ 306 306 (% style="text-align:center" %) 307 307 [[image:xwiki_PIStudio_12.PLC+protocols_WebHome_8ee8d3ac3637bfc4.png]] 308 308 308 +**How to setting String in PLC and V-net** 309 +PLC configuration 310 + 311 +choosing Data type~-~-String→add"[]" after String and input data length 312 + 313 +(% style="text-align:center" %) 314 +[[image:yUYuRVmMcL.png]] 315 + 316 +V-box configuration 317 + 318 +(% style="text-align:center" %) 319 +[[image:BSRBeEWL0O.png]] 320 + 321 +choosing Word and DBxDBW →input register number →Data format is String →input data length you want to use → choosing Byte corder~-~-Little-endian 322 + 309 309 **How to connect with S7-1200 Firmware V4.0** 310 310 311 311 PLC configuration ... ... @@ -484,9 +484,10 @@ 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"]] 501 +(% style="text-align:center" %) 502 +[[image:hXadxkZTuR.png]] 488 488 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. 504 +**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 491 [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_facc6ee1af05162f.png||alt="image-20221228143047-5.png" height="626" width="1088"]] 492 492 ... ... @@ -498,22 +498,28 @@ 498 498 499 499 Set PLC IP in [IP Address] settings; 500 500 501 -{{id name="ILldwDGntf4.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_ab570912d299c09.png||alt="LldwDGntf4.png" height="530" width="899"]] 516 +(% style="text-align:center" %) 517 +[[image:V-NET_Client logo.png]] 502 502 503 -Enable V-BOX Ethernet in [Network]; 504 - 505 -{{id name="IWgvjfWbQif.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_637860db3ca1ca1b.png||alt="WgvjfWbQif.png" height="654" width="1195"]] 506 - 507 507 TSAP setting 508 508 509 509 * The initialization script needs to set the source TSAP address and the target TSAP address, otherwise the communication will not be successful. 510 510 523 +You can copy the following script into V-net directly. 524 + 525 +(% class="box successmessage" %) 526 +((( 511 511 **function** **init**.main() 512 512 addr_setword("@W_0#HSW1200",8192) //~-~- Set the source TSAP address// 513 513 addr_setword("@W_0#HSW1201",4096) //~-~- Set the destination TSAP address// 514 514 **end** 531 +))) 515 515 516 -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. 533 +(% class="box infomessage" %) 534 +((( 535 +Note: 536 +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. 537 +))) 517 517 518 518 **✎Note:** 519 519 ... ... @@ -524,4 +524,4 @@ 524 524 ** Other set as defaulted. 525 525 * **Notes on the use of registers:** 526 526 ** Register VD: Use only registers that are multiples of 4, such as 0, 4, 8, etc. 527 -** Register VW: Use only registers th ay 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 )548 +** Register VW: Use only registers they 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 )
- BSRBeEWL0O.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +30.0 KB - Content
- Ht1GZiel7c.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +56.3 KB - Content
- V-NET_Client logo.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +22.4 KB - Content
- V-NET_Client logo8.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +22.4 KB - Content
- hXadxkZTuR.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +57.5 KB - Content
- yUYuRVmMcL.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +107.1 KB - Content