Changes for page 12 PLC Protocol OLD

Last modified by Mora Zhou on 2024/12/05 14:53

From version 69.1
edited by Ben
on 2022/08/29 14:09
Change comment: There is no comment for this version
To version 24.1
edited by Hunter
on 2022/08/15 10:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Ben
1 +XWiki.Hunter
Content
... ... @@ -85,392 +85,6 @@
85 85  
86 86  Click [OK] button to save settings and close the dialog;
87 87  
88 -= Create communication with WECON PLC =
89 -
90 -== **LX3V Serial Protocol** ==
91 -
92 -Supported series: WECON LX2V/ LX2E/ LX3V/LX3VP/LX3VE/LX3VM
93 -
94 -**HMI Settings**
95 -
96 -(% class="table-bordered" %)
97 -|**Item**|**Settings**|**Note**
98 -|Protocol|WECON LX2V/ LX2E/ LX3V/LX3VP/LX3VE/LX3VM|
99 -|Connection|RS422/RS485|
100 -|Baud rate|9600|
101 -|Data bit|7|
102 -|Parity|EVEN|
103 -|Stop bit|1|
104 -|PLC station No.|1|
105 -
106 -**Address List**
107 -
108 -(% class="table-bordered" %)
109 -|**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
110 -|(% rowspan="6" %)Bit|X|X|Xo|0~~303237|
111 -|Y|Y|Y o|0~~303237|
112 -|M|M|M d|0~~99999|
113 -|T|T|T d|0~~99999|
114 -|C|C|C d|0~~99999|
115 -|S|S|S d|0~~99999|
116 -|(% rowspan="8" %)Word|X|X|Xo|0~~303237|
117 -|Y|Y|Y o|0~~303237|
118 -|M|M|M d|0~~99999|
119 -|T|T|T d|0~~99999|
120 -|C|C|C d|0~~199|
121 -|D|D|D d|0~~7999|
122 -|S|S|S d|0~~99999|
123 -|SD|SD|SD d|8000~~9999|
124 -
125 -**Cable Wiring**
126 -
127 -* **RS485**
128 -
129 -(% style="text-align:center" %)
130 -[[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
131 -
132 -* **RS422**
133 -
134 -(% style="text-align:center" %)
135 -[[image:12.PLC Protocol_html_5c7fca9a70da2ee8.png||data-xwiki-image-style-alignment="center" height="247" width="389" class="img-thumbnail"]]
136 -
137 -**✎Note:**
138 -
139 -* HMI COM3 is available in PI8000 series and COM3 is in COM2(hardware PIN 7 and PIN 8) .
140 -* 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.
141 -
142 -[[https:~~/~~/drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing>>url:https://drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing]]
143 -
144 -(% class="wikigeneratedid" id="HHMIsettings" %)
145 -**HMI settings**
146 -
147 -**Download PIStudio Software**
148 -
149 -Please visit the link below to get the latest version PIstudio for HMI programming:
150 -
151 -* [[Download link>>doc:PIStudio.Download.3 Software.WebHome]]
152 -
153 -**Create a new HMI project connect with PLC**
154 -
155 -Check the link below for the video to show you how to get started with a new project
156 -
157 -* [[Video>>https://youtu.be/0FpmDZe_8U8]]
158 -
159 -For more videos, please visit our Youtube channel: [[http:~~/~~/www.youtube.com/user/Wecon2004/videos>>url:http://www.youtube.com/user/Wecon2004/videos]]
160 -
161 -**General**
162 -
163 -HMI could communicate with PLC and support many PLC protocols.  It is easy to operate and set communication parameters. This demo shows how to make a communication with PLC device, use WECON LX3V Series PLC as an example.
164 -
165 -**Protocol settings**
166 -
167 -The communication between two devices requires a protocol. The following contents show the steps of protocol settings.
168 -
169 -Please select the protocol, when creating a new project.
170 -
171 -1. Select the COM port for communication;
172 -1. PLC type: It means PLC brand, like WECON;
173 -1. PLC model: It shows the model of PLC, such as LX3V;
174 -
175 -(% style="text-align:center" %)
176 -[[image:image-20220819093729-1.png]]
177 -
178 -If you want to change the protocol for existing project, please click [Program] → [Communication] to open the [Communication] windows, shown as the following figure.
179 -
180 -(% style="text-align:center" %)
181 -[[image:image-20220819093729-2.png]]
182 -
183 -
184 -The steps to change the protocol for project are as follows.
185 -
186 -1. Click [Setting] to open the [Communication device] window;
187 -1. Select communication port, such as COM1;
188 -1. Select Serial port for communication, such as RS422;
189 -1. Select device type (device brand), such as WECON;
190 -1. Select the protocol for communication, such as WECON LX3V;
191 -
192 -(% style="text-align:center" %)
193 -[[image:image-20220819093729-3.png]]
194 -
195 -**Parameter settings**
196 -
197 -The parameters settings are in [Communication] window, shown as following below.
198 -
199 -1. Click [Setting] to open the [COM port setting] window;
200 -1. Set the parameters such as [connection], [Baud rate] and so on;
201 -
202 -(% style="text-align:center" %)
203 -[[image:image-20220819093729-4.png||height="636" width="818"]]
204 -
205 -(% start="3" %)
206 -1. Click [Setting] to open [Timeout] setting window, you could set the parameters according your requirements, or just use the default value.
207 -
208 -(% style="text-align:center" %)
209 -[[image:image-20220819093729-5.png]]
210 -
211 -**Set PLC address in HMI screen**
212 -
213 -1. Place the objects to HMI screen;
214 -1. Double-click the object to open the setting window;
215 -1. Click “Edit” to open the address setting windows;
216 -1. Connection: select the serial port in HMI;
217 -1. Address type: All the PLC address types will be display in this list, such as M;
218 -1. Address No.: Please input the number of this address, such as 0;
219 -
220 -[[image:image-20220819093729-6.jpeg]]
221 -
222 -**Communication cable**
223 -
224 -In order to ensure the stability of communication, please use the twisted-pair communication cable with good grounding. The following figure shows the pin out definition.
225 -
226 -(% style="text-align:center" %)
227 -[[image:image-20220819093729-7.png]]
228 -
229 -**HMI communication PLC use Modbus **
230 -
231 -* HMI setting: [[https:~~/~~/docs.we-con.com.cn/bin/view/PIStudio/12.PLC%20protocols/>>https://docs.we-con.com.cn/bin/view/PIStudio/12.PLC%20protocols/]]
232 -* PLC setting: [[https:~~/~~/docs.we-con.com.cn/bin/view/PLC%20Editor/8.1.%09Communication/>>https://docs.we-con.com.cn/bin/view/PLC%20Editor/8.1.%09Communication/]]
233 -
234 -(% class="wikigeneratedid" id="HPLCsettings" %)
235 -**PLC settings**
236 -
237 -**Download PLC Software**
238 -
239 -Please visit below link to get the latest version PLC Editor for HMI programming
240 -
241 -* LX3V:[[Download link>>doc:PLC Editor.10 Hardware .Software.WebHome]]
242 -* LX5V:[[Download link>>doc:PLC Editor2.Download.03 Software.WebHome]]
243 -
244 -**Start a new PLC project**
245 -
246 -Start a new PLC project by clicking “New” on the left top corner of screen, select the PLC mode from the drop-down list.
247 -
248 -(% style="text-align:center" %)
249 -[[image:image-20220819101447-3.jpeg]]
250 -
251 -
252 -
253 -**Add a new instruction **
254 -
255 -Double click on the ladder, select the ladder symbol (instruction) from the drop-down list, then enter the address for this symbol.
256 -
257 -(% style="text-align:center" %)
258 -[[image:image-20220819105530-1.png]]
259 -
260 -You could also select the ladder symbol from the menu bar directly.
261 -
262 -[[image:image-20220819093729-11.png]]
263 -
264 -[[image:image-20220819093729-12.png]]
265 -
266 -**Add comment to PLC program**
267 -
268 -(% style="text-align:center" %)
269 -[[image:image-20220819105630-3.png]]
270 -
271 -**Add the statement to PLC program**
272 -
273 -Add the statement by single click on “Statement”, when finished, single click on “Statement” again to go back to Ladder edit.
274 -
275 -(% style="text-align:center" %)
276 -[[image:image-20220819105644-4.png]]
277 -
278 -**Compile **
279 -
280 -You need to compile the PLC program before downloading or running Off-line simulator. The background color will be changed from purple to white when there is no error.
281 -
282 -[[image:image-20220819093729-15.png]]
283 -
284 -**Download setting **
285 -
286 -Click on “Transfer Setup” to select download mode.
287 -
288 -[[image:image-20220820150853-1.png]]**Download PLC program to PLC**
289 -
290 -Quick select the parameters and main program of PLC program, then download to PLC, “Yes”-”Yes”-”OK”
291 -
292 -[[image:image-20220819093729-17.png]]
293 -
294 -**Upload PLC program from PLC**
295 -
296 -Read the PLC program from PLC to computer.
297 -
298 -[[image:image-20220819093729-18.png]]
299 -
300 -**Device monitor**
301 -
302 -Monitor the value of certain address in PLC, double click “Current value” to change the value in this address.
303 -
304 -[[image:image-20220819093730-19.png]]
305 -
306 -**Online monitor**
307 -
308 -Monitor the each address in PLC by online monitor. Changing the state or value in PLC is also allowd.
309 -
310 -[[image:image-20220819093730-20.png]]
311 -
312 -**Monitor edit**
313 -
314 -In this mode, you could edit the PLC program during PLC is running. 
315 -
316 -
317 -(% style="text-align:center" %)
318 -[[image:image-20220819105928-9.png||height="229" width="669"]]
319 -
320 -== **LX5V Serial Protocol** ==
321 -
322 -This example introduces the establishment of serial port communication between Wecon HMI and LX5V. It is introduced through three parts: PLC software configuration, HMI software configuration, and hardware wiring.
323 -
324 -**Software configuration of PLC**
325 -
326 -**1)PLC programming software**
327 -
328 -[[image:image-20220810164710-1.png]]
329 -
330 -**2)New PLC project**
331 -
332 -Click New Project and select the PLC model.
333 -
334 -[[image:image-20220810172412-1.png]]
335 -
336 -
337 -**3)Set Serial port parameters**
338 -
339 -Follow the steps below to configure Serial port parameters
340 -
341 -Baud rate:115200
342 -
343 -Data bit:8
344 -
345 -Stop bit:1
346 -
347 -Parity:No verification
348 -
349 -[[image:image-20220810165759-3.png]]
350 -
351 -
352 -**4)Registers list**
353 -
354 -[[image:image-20220811102219-3.png]]
355 -
356 -
357 -**HMI software configuration**
358 -
359 -**1)HMI programming software**
360 -
361 - [[image:image-20220810171237-4.png]]
362 -
363 -**2)New HMI project**
364 -
365 -Click New Project and select the HMI model.
366 -
367 -[[image:image-20220810172010-5.png]]
368 -
369 -**3)Set communication port parameters**
370 -
371 -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.
372 -
373 -Baud rate:115200
374 -
375 -Data bit:8
376 -
377 -Stop bit:1
378 -
379 -Parity:No verification
380 -
381 -
382 -[[image:image-20220811104012-1.png]]
383 -
384 -
385 -**hardware connection**
386 -
387 -**1)Hardware wiring diagram**
388 -
389 -This example introduces WeconHMI with LX5V PLC to establish communication through serial port. The connection diagram is as follows:
390 -
391 -[[image:image-20220811103005-4.png]]
392 -
393 -
394 -[[image:image-20220811103227-7.png]]
395 -
396 -The above are all the steps for establishing serial port communication between Wecon HMI with LX5V PLC.
397 -
398 -== **LX5V-N Ethernet protocol** ==
399 -
400 -(% id="cke_bm_147709S" style="display:none" %) (%%)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.
401 -
402 -
403 -**Software configuration of PLC**
404 -
405 -**1)PLC programming software**
406 -
407 -[[image:image-20220810164710-1.png]]
408 -
409 -**2)New PLC project**
410 -
411 -Click New Project and select the PLC model.
412 -
413 -[[image:image-20220811115454-1.png]]
414 -
415 -
416 -**3)Set Ethernet port parameters**
417 -
418 -Follow the steps below to configure Ethernet parameters
419 -
420 -PLC IP address:192.168.39.200
421 -
422 -default gateway:192.168.39.1
423 -
424 -subnet mask:255.255.255.0
425 -
426 -[[image:image-20220811140530-2.png]]
427 -
428 -
429 -**4)Registers list**
430 -
431 -[[image:image-20220811102219-3.png]]
432 -
433 -
434 -**HMI software configuration**
435 -
436 -**1)HMI programming software**
437 -
438 - [[image:image-20220810171237-4.png]]
439 -
440 -**2)New HMI project**
441 -
442 -Click New Project and select the HMI model.
443 -
444 -[[image:image-20220810172010-5.png]]
445 -
446 -**3)Set communication port parameters**
447 -
448 -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.
449 -
450 -HMI IP address:192.168.39.201
451 -
452 -default gateway:192.168.39.1
453 -
454 -subnet mask:255.255.255.0
455 -
456 -[[image:image-20220811170753-2.png]]
457 -
458 -Next, click Communication Settings to configure the IP of the HMI communication object.
459 -
460 -[[image:image-20220811163047-1.png]]
461 -
462 -**hardware connection**
463 -
464 -**1)Hardware wiring diagram**
465 -
466 -This example introduces WeconHMI with LX5V-N PLC to establish communication through ethernet. The connection diagram is as follows:
467 -
468 -[[image:image-20220811170248-1.png]]
469 -
470 -The above are all the steps for establishing ethernet communication between Wecon HMI with LX5V PLC.
471 -
472 -= =
473 -
474 474  = **Allen-Bradley** =
475 475  
476 476  == **FreeTag Ethernet/IP (CompactLogix)** ==
... ... @@ -579,7 +579,7 @@
579 579  * **Word address S:** The word address ranges from 0 to 255 (decimal).
580 580  * **Word address TS:** The address ranges from 000.0 to ffff. The first and second f from left to right represents the block number (hexadecimal); The third and fourth f from left to right represent the word address (hexadecimal).
581 581  
582 -**✎Note: **Register address TP, CS, CP, N, F and TS address edit are same. D indicates decimal, and F indicates hexadecimal. Different PLC models may support different registers. See the following table.
196 +**✎Note: **Register address TP, CS, CP, N, F and TS address edit tare he same. D indicates decimal, and F indicates hexadecimal. Different PLC models may support different registers. See the following table.
583 583  
584 584  |(% style="width:393px" %)**PLC bit address type**|(% style="width:350px" %)**Address format**|(% style="width:333px" %)**Address range**
585 585  |(% style="width:393px" %)I|(% style="width:350px" %)dd.dd|(% style="width:333px" %)I 0.0 ~~ 255.15
... ... @@ -2282,7 +2282,7 @@
2282 2282  
2283 2283  == **LOGO Ethernet** ==
2284 2284  
2285 -Supported Series: Siemens Logo 0BA0 series
1899 +Supported Series: Siemens Logo
2286 2286  
2287 2287  **HMI Settings**
2288 2288  
... ... @@ -2345,8 +2345,9 @@
2345 2345  Set PLC IP in [Device IP] settings;
2346 2346  
2347 2347  (% style="text-align:center" %)
2348 -[[image:SiemensLOGODeviceIP.png]]
1962 +[[image:12.PLC Protocol_html_573fc64ad393cd4f.png||data-xwiki-image-style-alignment="center" height="655" width="379" class="img-thumbnail"]]
2349 2349  
1964 +
2350 2350  Enable HMI Ethernet in [Project Settings];
2351 2351  
2352 2352  (% style="text-align:center" %)
... ... @@ -2649,8 +2649,63 @@
2649 2649  
2650 2650  **✎Note:** COM3 only available in PI8000/PI9000 series.
2651 2651  
2652 -= =
2267 += **WECON PLC** =
2653 2653  
2269 +Supported series: WECON LX2V/ LX2E/ LX3V/LX3VP/LX3VE/LX3VM
2270 +
2271 +**HMI Settings**
2272 +
2273 +(% class="table-bordered" %)
2274 +|**Item**|**Settings**|**Note**
2275 +|Protocol|WECON LX2V/ LX2E/ LX3V/LX3VP/LX3VE/LX3VM|
2276 +|Connection|RS422/RS485|
2277 +|Baud rate|9600|
2278 +|Data bit|7|
2279 +|Parity|EVEN|
2280 +|Stop bit|1|
2281 +|PLC station No.|1|
2282 +
2283 +**Address List**
2284 +
2285 +(% class="table-bordered" %)
2286 +|**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
2287 +|(% rowspan="6" %)Bit|X|X|Xo|0~~303237|
2288 +|Y|Y|Y o|0~~303237|
2289 +|M|M|M d|0~~99999|
2290 +|T|T|T d|0~~99999|
2291 +|C|C|C d|0~~99999|
2292 +|S|S|S d|0~~99999|
2293 +|(% rowspan="8" %)Word|X|X|Xo|0~~303237|
2294 +|Y|Y|Y o|0~~303237|
2295 +|M|M|M d|0~~99999|
2296 +|T|T|T d|0~~99999|
2297 +|C|C|C d|0~~199|
2298 +|D|D|D d|0~~7999|
2299 +|S|S|S d|0~~99999|
2300 +|SD|SD|SD d|8000~~9999|
2301 +
2302 +**Cable Wiring**
2303 +
2304 +* **RS485**
2305 +
2306 +(% style="text-align:center" %)
2307 +[[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
2308 +
2309 +(% style="text-align:center" %)
2310 +[[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2311 +
2312 +* **RS422**
2313 +
2314 +(% style="text-align:center" %)
2315 +[[image:12.PLC Protocol_html_5c7fca9a70da2ee8.png||data-xwiki-image-style-alignment="center" height="247" width="389" class="img-thumbnail"]]
2316 +
2317 +**✎Note:**
2318 +
2319 +* HMI COM3 is available in PI8000 series and COM3 is in COM2(hardware PIN 7 and PIN 8) .
2320 +* 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.
2321 +
2322 +[[https:~~/~~/drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing>>url:https://drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing]]
2323 +
2654 2654  = **Printer** =
2655 2655  
2656 2656  == **TSPL label printer** ==
... ... @@ -2819,35 +2819,155 @@
2819 2819  **✎Note:** COM3 only available in PI8000/PI9000 series.
2820 2820  
2821 2821  
2822 -= **Schneider MODBUS RTU** =
2492 +== **1. HMI and Wecon LX5V serial communication** ==
2823 2823  
2824 -**HMI Setting**
2494 +This example introduces the establishment of serial port communication between Wecon HMI and LX5V. It is introduced through three parts: PLC software configuration, HMI software configuration, and hardware wiring.
2825 2825  
2826 -|=**Parameters**|=**Recommended**|=**Notes**
2827 -|**Protocol**|(% colspan="1" %)Schneider MODBUS RTU|
2828 -|Connection|RS485|
2829 -|**Baud rate**|19200|
2830 -|**Data bit**|8|
2831 -|**Parity**|Even|
2832 -|**Stop bit**|1|
2833 -|**PLC station No.**|1|
2834 2834  
2835 -**PLC Setting**
2497 +**Software configuration of PLC**
2836 2836  
2837 -|=(% scope="row" %)**Communication mode**|Modbus RTU protocol
2499 +**1)PLC programming software**
2838 2838  
2839 -**Device Address**
2501 +[[image:image-20220810164710-1.png]]
2840 2840  
2841 -|=**Bit/Word**|=**Device type**|=**Format**|=**Range**|=**Memo**
2842 -|B|IX|DDDDDo|0 ~~ 655357|Input bit (read only)
2843 -|B|QX|DDDDDo|0 ~~ 655357|Write multiple coils
2844 -|B|MX|DDDDDDo|0 ~~ 9999997|Output register bit (octal)
2845 -|W|MW|DDDDDD|0 ~~ 999999|Output register
2846 -|DW|MD|DDDDDD|0 ~~ 999999|Output register
2503 +**2)New PLC project**
2847 2847  
2848 -**Wiring Diagram**
2505 +Click New Project and select the PLC model.
2849 2849  
2850 -**RS-485 2W **(RJ45 Connector): The following is the view from the soldering point of a connector.
2507 +[[image:image-20220810172412-1.png]]
2851 2851  
2852 -(% style="text-align:center" %)
2853 -[[image:image-20220817154212-1.jpeg||height="315" width="554" class="img-thumbnail"]]
2509 +
2510 +**3)Set Serial port parameters**
2511 +
2512 +Follow the steps below to configure Serial port parameters
2513 +
2514 +Baud rate:115200
2515 +
2516 +Data bit:8
2517 +
2518 +Stop bit:1
2519 +
2520 +Parity:No verification
2521 +
2522 +[[image:image-20220810165759-3.png]]
2523 +
2524 +
2525 +**4)Registers list**
2526 +
2527 +[[image:image-20220811102219-3.png]]
2528 +
2529 +
2530 +**HMI software configuration**
2531 +
2532 +**1)HMI programming software**
2533 +
2534 + [[image:image-20220810171237-4.png]]
2535 +
2536 +**2)New HMI project**
2537 +
2538 +Click New Project and select the HMI model.
2539 +
2540 +[[image:image-20220810172010-5.png]]
2541 +
2542 +**3)Set communication port parameters**
2543 +
2544 +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.
2545 +
2546 +Baud rate:115200
2547 +
2548 +Data bit:8
2549 +
2550 +Stop bit:1
2551 +
2552 +Parity:No verification
2553 +
2554 +
2555 +[[image:image-20220811104012-1.png]]
2556 +
2557 +
2558 +**hardware connection**
2559 +
2560 +**1)Hardware wiring diagram**
2561 +
2562 +This example introduces WeconHMI with LX5V PLC to establish communication through serial port. The connection diagram is as follows:
2563 +
2564 +[[image:image-20220811103005-4.png]]
2565 +
2566 +
2567 +[[image:image-20220811103227-7.png]]
2568 +
2569 +The above are all the steps for establishing serial port communication between Wecon HMI with LX5V PLC.
2570 +
2571 +== **2. HMI and Wecon LX5V-N Ethernet communication** ==
2572 +
2573 +(% id="cke_bm_147709S" style="display:none" %) (%%)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.
2574 +
2575 +
2576 +**Software configuration of PLC**
2577 +
2578 +**1)PLC programming software**
2579 +
2580 +[[image:image-20220810164710-1.png]]
2581 +
2582 +**2)New PLC project**
2583 +
2584 +Click New Project and select the PLC model.
2585 +
2586 +[[image:image-20220811115454-1.png]]
2587 +
2588 +
2589 +**3)Set Ethernet port parameters**
2590 +
2591 +Follow the steps below to configure Ethernet parameters
2592 +
2593 +PLC IP address:192.168.39.200
2594 +
2595 +default gateway:192.168.39.1
2596 +
2597 +subnet mask:255.255.255.0
2598 +
2599 +[[image:image-20220811140530-2.png]]
2600 +
2601 +
2602 +**4)Registers list**
2603 +
2604 +[[image:image-20220811102219-3.png]]
2605 +
2606 +
2607 +**HMI software configuration**
2608 +
2609 +**1)HMI programming software**
2610 +
2611 + [[image:image-20220810171237-4.png]]
2612 +
2613 +**2)New HMI project**
2614 +
2615 +Click New Project and select the HMI model.
2616 +
2617 +[[image:image-20220810172010-5.png]]
2618 +
2619 +**3)Set communication port parameters**
2620 +
2621 +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.
2622 +
2623 +HMI IP address:192.168.39.201
2624 +
2625 +default gateway:192.168.39.1
2626 +
2627 +subnet mask:255.255.255.0
2628 +
2629 +[[image:image-20220811170753-2.png]]
2630 +
2631 +Next, click Communication Settings to configure the IP of the HMI communication object.
2632 +
2633 +[[image:image-20220811163047-1.png]]
2634 +
2635 +**hardware connection**
2636 +
2637 +**1)Hardware wiring diagram**
2638 +
2639 +This example introduces WeconHMI with LX5V-N PLC to establish communication through ethernet. The connection diagram is as follows:
2640 +
2641 +[[image:image-20220811170248-1.png]]
2642 +
2643 +The above are all the steps for establishing ethernet communication between Wecon HMI with LX5V PLC.
SiemensLOGODeviceIP.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Hunter
Size
... ... @@ -1,1 +1,0 @@
1 -24.9 KB
Content
image-20220817154212-1.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -51.8 KB
Content
image-20220819093729-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -10.3 KB
Content
image-20220819093729-10.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -79.4 KB
Content
image-20220819093729-12.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -147.9 KB
Content
image-20220819093729-15.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -74.6 KB
Content
image-20220819093729-17.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -115.0 KB
Content
image-20220819093729-18.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -112.1 KB
Content
image-20220819093729-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -34.1 KB
Content
image-20220819093729-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -44.2 KB
Content
image-20220819093729-4 (1).png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -82.4 KB
Content
image-20220819093729-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -82.4 KB
Content
image-20220819093729-5.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -6.6 KB
Content
image-20220819093729-6.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -100.2 KB
Content
image-20220819093729-7.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -46.9 KB
Content
image-20220819093730-19.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -122.5 KB
Content
image-20220819093730-20.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -99.6 KB
Content
image-20220819101447-3.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -56.6 KB
Content
image-20220819105530-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -1.0 MB
Content
image-20220819105630-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -1.1 MB
Content
image-20220819105644-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -942.6 KB
Content
image-20220819105928-9.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -72.6 KB
Content
image-20220820150853-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -171.7 KB
Content