Changes for page Siemens

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

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

Summary

Details

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