Changes for page Siemens

Last modified by Joe on 2024/08/30 14:46

From version 48.1
edited by Theodore Xu
on 2024/02/27 19:59
Change comment: There is no comment for this version
To version 49.2
edited by Joe
on 2024/04/30 14:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.AiXia
1 +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**
... ... @@ -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"]]
486 +(% style="text-align:center" %)
487 +[[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.
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 491  [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_facc6ee1af05162f.png||alt="image-20221228143047-5.png" height="626" width="1088"]]
492 492  
... ... @@ -505,12 +505,21 @@
505 505  
506 506  * The initialization script needs to set the source TSAP address and the target TSAP address, otherwise the communication will not be successful.
507 507  
508 +You can copy the following script into V-net directly.
509 +
510 +(% class="box successmessage" %)
511 +(((
508 508  **function** **init**.main()
509 509   addr_setword("@W_0#HSW1200",8192) //~-~- Set the source TSAP address//
510 510   addr_setword("@W_0#HSW1201",4096) //~-~- Set the destination TSAP address//
511 511  **end**
516 +)))
512 512  
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.
518 +(% class="box infomessage" %)
519 +(((
520 +Note:
521 +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.
522 +)))
514 514  
515 515  **✎Note:**
516 516  
... ... @@ -521,4 +521,4 @@
521 521  ** Other set as defaulted.
522 522  * **Notes on the use of registers:**
523 523  ** Register VD: Use only registers that are multiples of 4, such as 0, 4, 8, etc.
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 )
533 +** 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 )
Ht1GZiel7c.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +56.3 KB
Content
hXadxkZTuR.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +57.5 KB
Content