Changes for page 1 Communication

Last modified by Hunter on 2024/07/01 10:54

From version 50.1
edited by Ben
on 2022/08/24 11:33
Change comment: There is no comment for this version
To version 81.1
edited by Ben
on 2022/08/24 15:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,37 +1,10 @@
1 -= =
1 += (% style="color:inherit; font-family:inherit" %)**WECON PLC**(%%) =
2 2  
3 -(% class="table-bordered" %)
4 -| | |
5 -|(% rowspan="11" %) |(% rowspan="3" %) |
6 -|
7 -|
8 -|(% rowspan="3" %) |
9 -|
10 -|
11 -|(% rowspan="3" %) |
12 -|
13 -|
14 -|(% rowspan="2" %) |
15 -|
16 -|(% rowspan="11" %) |(% rowspan="3" %) |
17 -|
18 -|
19 -|(% rowspan="3" %) |
20 -|
21 -|
22 -|(% rowspan="3" %) |
23 -|
24 -|
25 -|(% rowspan="2" %) |
26 -|
3 +== **LX3V Serial Protocol** ==
27 27  
28 -= **WECON PLC** =
29 -
30 -== **LX3V 串行通信** ==
31 -
32 32  Supported series: WECON LX2V/ LX2E/ LX3V/LX3VP/LX3VE/LX3VM
33 33  
34 -**HMI Settings**
7 +**1)PLC Settings**
35 35  
36 36  |**Item**|**Settings**|**Note**
37 37  |Protocol|WECON LX2V/ LX2E/ LX3V/LX3VP/LX3VE/LX3VM|
... ... @@ -42,7 +42,7 @@
42 42  |Stop bit|1|
43 43  |PLC station No.|1|
44 44  
45 -**Address List**
18 +**2)Address List**
46 46  
47 47  |**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
48 48  |(% rowspan="6" %)Bit|X|X|Xo|0~~303237|
... ... @@ -60,26 +60,22 @@
60 60  |S|S|S d|0~~99999|
61 61  |SD|SD|SD d|8000~~9999|
62 62  
63 -**Cable Wiring**
36 +**3)Set communication Protocol**
64 64  
65 -* **RS485**
38 +[[image:image-20220824152217-1.png]]
66 66  
67 - [[image:image-20220822172124-1.png]]
40 +**4)Cable Wiring**
68 68  
69 69  * **RS422**
70 70  
71 - [[image:image-20220822172228-2.png]]
44 + [[image:image-20220824120614-5.png]]
72 72  
46 +* **RS485**
73 73  
74 -**✎Note:**
48 + [[image:image-20220824120524-3.png]]
75 75  
76 -* HMI COM3 is available in PI8000 series and COM3 is in COM2(hardware PIN 7 and PIN 8) .
77 -* If PLC <= 20 points,such as LX3V-1208/LX3V-0806 PLC,PLC RS485A and RS485B mean PLC COM2 RS485+ and RS485- .PLC COM2 can support modbus. Please refer to PLC COM2 setting manual.
50 +== **LX5V Serial Protocol** ==
78 78  
79 -[[https:~~/~~/drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing>>url:https://drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing]]
80 -
81 -== **LX5V serial communication** ==
82 -
83 83  This example introduces the establishment of serial port communication between Wecon V-BOX and LX5V. It is introduced through three parts: PLC software configuration, HMI software configuration, and hardware wiring.
84 84  
85 85  **Software configuration of PLC**
... ... @@ -86,7 +86,7 @@
86 86  
87 87  **1)PLC programming software**
88 88  
89 -[[image:image-20220822172553-1.png]]
58 +[[image:image-20220824142722-1.png]]
90 90  
91 91  **2)New PLC project**
92 92  
... ... @@ -124,7 +124,6 @@
124 124  
125 125  [[image:image-20220824104909-2.png]]
126 126  
127 -
128 128  **3)Set communication port parameters**
129 129  
130 130  Click the communication configuration button on the left to find the communication protocol with LX5V. After selecting the protocol, configure the communication parameters of the COM port.
... ... @@ -137,38 +137,33 @@
137 137  
138 138  Parity:No verification
139 139  
140 -[[image:image-20220811104012-1.png]]
108 +[[image:image-20220824142130-1.png]]
141 141  
142 -
143 143  **hardware connection**
144 144  
145 145  **1)Hardware wiring diagram**
146 146  
147 -This example introduces WeconHMI with LX5V PLC to establish communication through serial port. The connection diagram is as follows:
114 +[[image:image-20220824142546-2.png]]
148 148  
116 +[[image:image-20220824142643-3.png]]
149 149  
118 +The above are all the steps for establishing serial port communication between V-BOX with LX5V PLC.
150 150  
151 -[[image:image-20220811103005-4.png]]
120 +== **LX5V-N Ethernet protocol** ==
152 152  
153 -[[image:image-20220811103227-7.png]]
122 +This example introduces the establishment of Ethernet communication between V-BOX and LX5V-N. It is introduced through three parts: PLC software configuration, V-BOX software configuration, and hardware wiring.
154 154  
155 -The above are all the steps for establishing serial port communication between Wecon HMI with LX5V PLC.
156 -
157 -== **LX5V-N Ethernet communication** ==
158 -
159 - This example introduces the establishment of Ethernet communication between Wecon HMI and LX5V. It is introduced through three parts: PLC software configuration, HMI software configuration, and hardware wiring.
160 -
161 161  **Software configuration of PLC**
162 162  
163 163  **1)PLC programming software**
164 164  
165 -[[image:image-20220810164710-1.png]]
128 +[[image:image-20220824142722-1.png]]
166 166  
167 167  **2)New PLC project**
168 168  
169 169  Click New Project and select the PLC model.
170 170  
171 -[[image:image-20220811115454-1.png]]
134 +[[image:image-20220824143613-1.png]]
172 172  
173 173  **3)Set Ethernet port parameters**
174 174  
... ... @@ -180,56 +180,41 @@
180 180  
181 181  subnet mask:255.255.255.0
182 182  
183 -[[image:image-20220811140530-2.png]]
146 +[[image:image-20220824143744-2.png]]
184 184  
185 185  **4)Registers list**
186 186  
187 -[[image:image-20220811102219-3.png]]
150 +[[image:image-20220822172730-4.png]]
188 188  
189 -**HMI software configuration**
152 +(% id="cke_bm_22473S" style="display:none" %)** **(%%)**V-BOX software configuration**
190 190  
191 -**1)HMI programming software**
154 +**1)V-BOX programming software**
192 192  
193 - [[image:image-20220810171237-4.png]]
156 + [[image:image-20220824104124-1.png]]
194 194  
195 -**2)New HMI project**
158 +**2)V-NET add device**
196 196  
197 -Click New Project and select the HMI model.
160 +Open V-NET client software → add device. As shown in the figure below, click "+" in the order of steps, and the Add Device window will pop up, enter the access key, password and remark, to add the device.
198 198  
199 -[[image:image-20220810172010-5.png]]
162 +[[image:image-20220824104909-2.png]]
200 200  
201 -**3)Set communication port parameters**
164 +**3)Set communication Protocol**
202 202  
203 -Click the project setting button on the left to configure the IP address of the HMI machine to ensure that the HMI and PLC IP remain in a local area network.
166 +Click Communication to configure the LX5V plc protocol and IP address.
204 204  
205 -HMI IP address:192.168.39.201
168 +[[image:image-20220824144619-1.png]]
206 206  
207 -default gateway:192.168.39.1
208 -
209 -subnet mask:255.255.255.0
210 -
211 -[[image:image-20220811170753-2.png]]
212 -
213 -Next, click Communication Settings to configure the IP of the HMI communication object.
214 -
215 -[[image:image-20220811163047-1.png]]
216 -
217 217  **hardware connection**
218 218  
219 219  **1)Hardware wiring diagram**
220 220  
221 -This example introduces WeconHMI with LX5V-N PLC to establish communication through ethernet. The connection diagram is as follows:
174 +[[image:image-20220824151127-2.png]]
222 222  
223 -[[image:image-20220811170248-1.png]]
176 +The above are all the steps for establishing ethernet communication between V-BOX with LX5V PLC.
224 224  
225 -The above are all the steps for establishing ethernet communication between Wecon HMI with LX5V PLC.
226 -
227 -(% style="text-align:center" %)
228 -[[image:1624348978863-771.png||queryString="width=812&height=494" height="487" width="800" class="img-thumbnail"]]
229 -
230 230  = **Rockwell PLC** =
231 231  
232 -== (% id="cke_bm_5621S" style="display:none" %)** **(%%)**MicroLogix** ==
180 +== (% id="cke_bm_5621S" style="display:none" %)** **(%%)**MicroLogix Protocol** ==
233 233  
234 234  MicroLogix 1000/1100/1200/1400/1500; SLC 5/03 5/04 5/05 PLC-5
235 235  
... ... @@ -268,7 +268,7 @@
268 268  
269 269  
270 270  
271 -== **CompactLogix** ==
219 +== **CompactLogix Protocol** ==
272 272  
273 273  (((
274 274  (((
... ... @@ -477,51 +477,46 @@
477 477  
478 478  
479 479  = **Siemens PLC** =
428 +
429 +== **S7-200 Smart Ethernet Protocol** ==
430 +
431 +[[download link>>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]]
480 480  )))
481 481  )))
482 482  
483 -== **Siemens S7-1200** ==
435 +== **S7-1200 Ethernet Protocol** ==
484 484  
485 485  [[download link>>https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Demo/%E9%80%9A%E8%AE%AF%E6%A1%88%E4%BE%8B/Communicate%20with%20S7-1200%20via%20Ehernet.zip]]
486 486  
487 -== **Communication with S7-200 Smart** ==
439 += **Mitsubishi PLC** =
488 488  
489 -[[download link>>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]]
441 +== **Mitsubishi FX Series Protocol** ==
490 490  
443 +[[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/Communicate%20with%20Mitsubishi%20FX%20Series.zip]]
444 +
491 491  = **Delta PLC** =
492 492  
493 -== **Delta DVP Ethernet** ==
447 +== **DVP Ethernet Protocol** ==
494 494  
495 495  [[download link>>https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Demo/%E9%80%9A%E8%AE%AF%E6%A1%88%E4%BE%8B/Delta%20DVP%20Ethernet.zip]]
496 496  
497 -== **Delta DVP Serial Protocol** ==
451 +== **DVP Serial Protocol** ==
498 498  
499 499  [[download link>>https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Demo/%E9%80%9A%E8%AE%AF%E6%A1%88%E4%BE%8B/Delta%20DVP%20Ethernet.zip]]
500 500  
501 -= **Mitsubishi PLC** =
502 -
503 -== **Communicate with Mitsubishi FX Series** ==
504 -
505 -[[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/Communicate%20with%20Mitsubishi%20FX%20Series.zip]]
506 -
507 -== **Communicate with VB inverter** ==
508 -
509 -[[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/Communicate%20with%20VB%20inverter.zip]]
510 -
511 511  = **Omron PLC** =
512 512  
513 -== **Omron CP1 Series** ==
457 +== **CP1 Series Protocol** ==
514 514  
515 515  [[download link>>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%20ORMON%20CP1%20Series.zip]]
516 516  
517 -== **Omron CJ2M** ==
461 +== **CJ2M Series Protocol** ==
518 518  
519 519  [[download link>>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%20ORMON%20CJ2M.zip]]
520 520  
521 -
522 522  = **Modbus RTU** =
523 523  
524 -=== **V-BOX as master** ===
467 +== **V-BOX as master** ==
525 525  
526 526  Select the protocol “(% class="mark" %)Modbus RTU Slave(All Fuction)”,
527 527  
... ... @@ -530,7 +530,7 @@
530 530  (% style="text-align:center" %)
531 531  [[image:1624342015914-382.png||height="486" width="800" class="img-thumbnail"]]
532 532  
533 -=== **V-BOX as slave** ===
476 +== **V-BOX as slave** ==
534 534  
535 535  Select the protocol “(% class="mark" %)**Modbus RTU Master”**,
536 536  
... ... @@ -566,8 +566,12 @@
566 566  |(% rowspan="2" %)W15|01 (Read coil state to obtain the current state of a set of logic coils)
567 567  |0F (Write multiple bits)
568 568  
569 -= **2 User define protocol** =
512 +== **communicate with VB inverter** ==
570 570  
514 +[[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/Communicate%20with%20VB%20inverter.zip]]
515 +
516 += **User define protocol** =
517 +
571 571  More serial port script instruction,please refer manual:[[Lua script function>>doc:V-BOX.V-Net.Manual.04 Lua Script.01 Lua Functions.WebHome]]~-~-->[[3.Serial port operation>>url:http://docs.we-con.com.cn/wiki/vbox/view/HMI/04.Lua%20script%20%20function%20and%20operation/01.Lua%20script%20function/#H3.Serialportoperation]]
572 572  
573 573  == **Read the temperature sensor.** ==
image-20220824120406-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +31.9 KB
Content
image-20220824120507-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +10.3 KB
Content
image-20220824120524-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +23.4 KB
Content
image-20220824120547-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +49.2 KB
Content
image-20220824120614-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +30.9 KB
Content
image-20220824142130-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +122.2 KB
Content
image-20220824142546-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +111.2 KB
Content
image-20220824142643-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +38.3 KB
Content
image-20220824142722-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +7.3 KB
Content
image-20220824143613-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +206.2 KB
Content
image-20220824143744-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +126.0 KB
Content
image-20220824144619-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +126.2 KB
Content
image-20220824151127-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +85.5 KB
Content
image-20220824152217-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +123.6 KB
Content