Changes for page Siemens

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

From version 15.1
edited by Theodore Xu
on 2023/08/25 15:37
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
... ... @@ -1,32 +1,35 @@
1 1  = {{id name="HSiemens"/}}**Siemens ** =
2 2  
3 +== **S7-200 Smart Serial** ==
4 +
3 3  == **S7-200 Smart Ethernet ** ==
4 4  
5 5  [[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]]
6 6  
7 -**1)PLC software**
9 +(% class="wikigeneratedid" id="H1FF09V-BOX" %)
10 +**1)V-BOX **
8 8  
9 9  (% style="text-align:center" %)
13 +[[image:西门子200smart 以太网.png]]
14 +
15 +**2)PLC software**
16 +
17 +(% style="text-align:center" %)
10 10  [[image:西门子软件版本.png]]
11 11  
12 -**2)Ethernet Configuration**
20 +**3)Ethernet Configuration**
13 13  
14 14  (% style="text-align:center" %)
15 15  [[image:以太网通讯配置.png]]
16 16  
17 -**3)Connect PC software**
25 +**4)Connect PC software**
18 18  
19 19  (% style="text-align:center" %)
20 20  [[image:以太网下载.png]]
21 21  
22 -**4)Configure of V-net**
23 23  
24 -(% style="text-align:center" %)
25 -[[image:西门子200smart 以太网.png]]
26 -
27 27  **5)wiring**
28 28  
29 -
30 30  V-Box : RJ45 Ethernet interface
31 31  
32 32  PLC : RJ45 Ethernet interface
... ... @@ -34,8 +34,6 @@
34 34  (% style="text-align:center" %)
35 35  [[image:以太网连接.png]]
36 36  
37 -
38 -
39 39  == {{id name="HS7-300Ethernet"/}}**S7-300 Ethernet ** ==
40 40  
41 41  Supported Series: Siemens S7-300 series PLC
... ... @@ -276,7 +276,7 @@
276 276  **function** **init**.main()
277 277   addr_setword("@W_0#HSW1200",8192) //~-~- Set the source TSAP address//
278 278   addr_setword("@W_0#HSW1201",4096) //~-~- Set the destination TSAP address//
279 - **end**
280 +**end**
280 280  
281 281  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.
282 282