Changes for page Siemens

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

From version 16.1
edited by Theodore Xu
on 2023/08/25 15:46
Change comment: There is no comment for this version
To version 18.1
edited by Theodore Xu
on 2023/08/25 15:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,28 +6,23 @@
6 6  
7 7  [[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/Communication%20with%20S7-200%20Smart.zip]]
8 8  
9 -= **1)V-BOX ** =
9 +(% class="wikigeneratedid" id="H1FF09V-BOX" %)
10 +**1)V-BOX **
10 10  
11 -|**Item**|**Settings**|**Note**
12 -|Protocol|Siemens S7-200 Smart(Ethemet)|
13 -|Connection|Ethernet|
14 -|Port No.|5002|Must be the same as the PLC setting
15 -|PLC station No.|0|
16 -
17 17  (% style="text-align:center" %)
18 18  [[image:西门子200smart 以太网.png]]
19 19  
20 -**1)PLC software**
15 +**2)PLC software**
21 21  
22 22  (% style="text-align:center" %)
23 23  [[image:西门子软件版本.png]]
24 24  
25 -**2)Ethernet Configuration**
20 +**3)Ethernet Configuration**
26 26  
27 27  (% style="text-align:center" %)
28 28  [[image:以太网通讯配置.png]]
29 29  
30 -**3)Connect PC software**
25 +**4)Connect PC software**
31 31  
32 32  (% style="text-align:center" %)
33 33  [[image:以太网下载.png]]
... ... @@ -35,7 +35,6 @@
35 35  
36 36  **5)wiring**
37 37  
38 -
39 39  V-Box : RJ45 Ethernet interface
40 40  
41 41  PLC : RJ45 Ethernet interface
... ... @@ -43,8 +43,6 @@
43 43  (% style="text-align:center" %)
44 44  [[image:以太网连接.png]]
45 45  
46 -
47 -
48 48  == {{id name="HS7-300Ethernet"/}}**S7-300 Ethernet ** ==
49 49  
50 50  Supported Series: Siemens S7-300 series PLC
... ... @@ -285,7 +285,7 @@
285 285  **function** **init**.main()
286 286   addr_setword("@W_0#HSW1200",8192) //~-~- Set the source TSAP address//
287 287   addr_setword("@W_0#HSW1201",4096) //~-~- Set the destination TSAP address//
288 - **end**
280 +**end**
289 289  
290 290  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.
291 291