Changes for page 12 PLC Protocol OLD

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

From version 25.1
edited by Hunter
on 2022/08/15 17:09
Change comment: There is no comment for this version
To version 36.1
edited by Ben
on 2022/08/19 11:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Hunter
1 +XWiki.Ben
Content
... ... @@ -2320,6 +2320,159 @@
2320 2320  
2321 2321  [[https:~~/~~/drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing>>url:https://drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing]]
2322 2322  
2323 +
2324 +== HMI and Wecon LX5V serial communication ==
2325 +
2326 +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.
2327 +
2328 +**Software configuration of PLC**
2329 +
2330 +**1)PLC programming software**
2331 +
2332 +[[image:image-20220810164710-1.png]]
2333 +
2334 +**2)New PLC project**
2335 +
2336 +Click New Project and select the PLC model.
2337 +
2338 +[[image:image-20220810172412-1.png]]
2339 +
2340 +
2341 +**3)Set Serial port parameters**
2342 +
2343 +Follow the steps below to configure Serial port parameters
2344 +
2345 +Baud rate:115200
2346 +
2347 +Data bit:8
2348 +
2349 +Stop bit:1
2350 +
2351 +Parity:No verification
2352 +
2353 +[[image:image-20220810165759-3.png]]
2354 +
2355 +
2356 +**4)Registers list**
2357 +
2358 +[[image:image-20220811102219-3.png]]
2359 +
2360 +
2361 +**HMI software configuration**
2362 +
2363 +**1)HMI programming software**
2364 +
2365 + [[image:image-20220810171237-4.png]]
2366 +
2367 +**2)New HMI project**
2368 +
2369 +Click New Project and select the HMI model.
2370 +
2371 +[[image:image-20220810172010-5.png]]
2372 +
2373 +**3)Set communication port parameters**
2374 +
2375 +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.
2376 +
2377 +Baud rate:115200
2378 +
2379 +Data bit:8
2380 +
2381 +Stop bit:1
2382 +
2383 +Parity:No verification
2384 +
2385 +
2386 +[[image:image-20220811104012-1.png]]
2387 +
2388 +
2389 +**hardware connection**
2390 +
2391 +**1)Hardware wiring diagram**
2392 +
2393 +This example introduces WeconHMI with LX5V PLC to establish communication through serial port. The connection diagram is as follows:
2394 +
2395 +[[image:image-20220811103005-4.png]]
2396 +
2397 +
2398 +[[image:image-20220811103227-7.png]]
2399 +
2400 +The above are all the steps for establishing serial port communication between Wecon HMI with LX5V PLC.
2401 +
2402 +== HMI and Wecon LX5V-N Ethernet communication ==
2403 +
2404 +(% 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.
2405 +
2406 +
2407 +**Software configuration of PLC**
2408 +
2409 +**1)PLC programming software**
2410 +
2411 +[[image:image-20220810164710-1.png]]
2412 +
2413 +**2)New PLC project**
2414 +
2415 +Click New Project and select the PLC model.
2416 +
2417 +[[image:image-20220811115454-1.png]]
2418 +
2419 +
2420 +**3)Set Ethernet port parameters**
2421 +
2422 +Follow the steps below to configure Ethernet parameters
2423 +
2424 +PLC IP address:192.168.39.200
2425 +
2426 +default gateway:192.168.39.1
2427 +
2428 +subnet mask:255.255.255.0
2429 +
2430 +[[image:image-20220811140530-2.png]]
2431 +
2432 +
2433 +**4)Registers list**
2434 +
2435 +[[image:image-20220811102219-3.png]]
2436 +
2437 +
2438 +**HMI software configuration**
2439 +
2440 +**1)HMI programming software**
2441 +
2442 + [[image:image-20220810171237-4.png]]
2443 +
2444 +**2)New HMI project**
2445 +
2446 +Click New Project and select the HMI model.
2447 +
2448 +[[image:image-20220810172010-5.png]]
2449 +
2450 +**3)Set communication port parameters**
2451 +
2452 +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.
2453 +
2454 +HMI IP address:192.168.39.201
2455 +
2456 +default gateway:192.168.39.1
2457 +
2458 +subnet mask:255.255.255.0
2459 +
2460 +[[image:image-20220811170753-2.png]]
2461 +
2462 +Next, click Communication Settings to configure the IP of the HMI communication object.
2463 +
2464 +[[image:image-20220811163047-1.png]]
2465 +
2466 +**hardware connection**
2467 +
2468 +**1)Hardware wiring diagram**
2469 +
2470 +This example introduces WeconHMI with LX5V-N PLC to establish communication through ethernet. The connection diagram is as follows:
2471 +
2472 +[[image:image-20220811170248-1.png]]
2473 +
2474 +The above are all the steps for establishing ethernet communication between Wecon HMI with LX5V PLC.
2475 +
2323 2323  = **Printer** =
2324 2324  
2325 2325  == **TSPL label printer** ==
... ... @@ -2488,155 +2488,35 @@
2488 2488  **✎Note:** COM3 only available in PI8000/PI9000 series.
2489 2489  
2490 2490  
2491 -== **1. HMI and Wecon LX5V serial communication** ==
2644 += **Schneider MODBUS RTU** =
2492 2492  
2493 -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.
2646 +**HMI Setting**
2494 2494  
2648 +|=**Parameters**|=**Recommended**|=**Notes**
2649 +|**Protocol**|(% colspan="1" %)Schneider MODBUS RTU|
2650 +|Connection|RS485|
2651 +|**Baud rate**|19200|
2652 +|**Data bit**|8|
2653 +|**Parity**|Even|
2654 +|**Stop bit**|1|
2655 +|**PLC station No.**|1|
2495 2495  
2496 -**Software configuration of PLC**
2657 +**PLC Setting**
2497 2497  
2498 -**1)PLC programming software**
2659 +|=(% scope="row" %)**Communication mode**|Modbus RTU protocol
2499 2499  
2500 -[[image:image-20220810164710-1.png]]
2661 +**Device Address**
2501 2501  
2502 -**2)New PLC project**
2663 +|=**Bit/Word**|=**Device type**|=**Format**|=**Range**|=**Memo**
2664 +|B|IX|DDDDDo|0 ~~ 655357|Input bit (read only)
2665 +|B|QX|DDDDDo|0 ~~ 655357|Write multiple coils
2666 +|B|MX|DDDDDDo|0 ~~ 9999997|Output register bit (octal)
2667 +|W|MW|DDDDDD|0 ~~ 999999|Output register
2668 +|DW|MD|DDDDDD|0 ~~ 999999|Output register
2503 2503  
2504 -Click New Project and select the PLC model.
2670 +**Wiring Diagram**
2505 2505  
2506 -[[image:image-20220810172412-1.png]]
2672 +**RS-485 2W **(RJ45 Connector): The following is the view from the soldering point of a connector.
2507 2507  
2508 -
2509 -**3)Set Serial port parameters**
2510 -
2511 -Follow the steps below to configure Serial port parameters
2512 -
2513 -Baud rate:115200
2514 -
2515 -Data bit:8
2516 -
2517 -Stop bit:1
2518 -
2519 -Parity:No verification
2520 -
2521 -[[image:image-20220810165759-3.png]]
2522 -
2523 -
2524 -**4)Registers list**
2525 -
2526 -[[image:image-20220811102219-3.png]]
2527 -
2528 -
2529 -**HMI software configuration**
2530 -
2531 -**1)HMI programming software**
2532 -
2533 - [[image:image-20220810171237-4.png]]
2534 -
2535 -**2)New HMI project**
2536 -
2537 -Click New Project and select the HMI model.
2538 -
2539 -[[image:image-20220810172010-5.png]]
2540 -
2541 -**3)Set communication port parameters**
2542 -
2543 -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.
2544 -
2545 -Baud rate:115200
2546 -
2547 -Data bit:8
2548 -
2549 -Stop bit:1
2550 -
2551 -Parity:No verification
2552 -
2553 -
2554 -[[image:image-20220811104012-1.png]]
2555 -
2556 -
2557 -**hardware connection**
2558 -
2559 -**1)Hardware wiring diagram**
2560 -
2561 -This example introduces WeconHMI with LX5V PLC to establish communication through serial port. The connection diagram is as follows:
2562 -
2563 -[[image:image-20220811103005-4.png]]
2564 -
2565 -
2566 -[[image:image-20220811103227-7.png]]
2567 -
2568 -The above are all the steps for establishing serial port communication between Wecon HMI with LX5V PLC.
2569 -
2570 -== **2. HMI and Wecon LX5V-N Ethernet communication** ==
2571 -
2572 -(% 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.
2573 -
2574 -
2575 -**Software configuration of PLC**
2576 -
2577 -**1)PLC programming software**
2578 -
2579 -[[image:image-20220810164710-1.png]]
2580 -
2581 -**2)New PLC project**
2582 -
2583 -Click New Project and select the PLC model.
2584 -
2585 -[[image:image-20220811115454-1.png]]
2586 -
2587 -
2588 -**3)Set Ethernet port parameters**
2589 -
2590 -Follow the steps below to configure Ethernet parameters
2591 -
2592 -PLC IP address:192.168.39.200
2593 -
2594 -default gateway:192.168.39.1
2595 -
2596 -subnet mask:255.255.255.0
2597 -
2598 -[[image:image-20220811140530-2.png]]
2599 -
2600 -
2601 -**4)Registers list**
2602 -
2603 -[[image:image-20220811102219-3.png]]
2604 -
2605 -
2606 -**HMI software configuration**
2607 -
2608 -**1)HMI programming software**
2609 -
2610 - [[image:image-20220810171237-4.png]]
2611 -
2612 -**2)New HMI project**
2613 -
2614 -Click New Project and select the HMI model.
2615 -
2616 -[[image:image-20220810172010-5.png]]
2617 -
2618 -**3)Set communication port parameters**
2619 -
2620 -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.
2621 -
2622 -HMI IP address:192.168.39.201
2623 -
2624 -default gateway:192.168.39.1
2625 -
2626 -subnet mask:255.255.255.0
2627 -
2628 -[[image:image-20220811170753-2.png]]
2629 -
2630 -Next, click Communication Settings to configure the IP of the HMI communication object.
2631 -
2632 -[[image:image-20220811163047-1.png]]
2633 -
2634 -**hardware connection**
2635 -
2636 -**1)Hardware wiring diagram**
2637 -
2638 -This example introduces WeconHMI with LX5V-N PLC to establish communication through ethernet. The connection diagram is as follows:
2639 -
2640 -[[image:image-20220811170248-1.png]]
2641 -
2642 -The above are all the steps for establishing ethernet communication between Wecon HMI with LX5V PLC.
2674 +(% style="text-align:center" %)
2675 +[[image:image-20220817154212-1.jpeg||height="315" width="554" class="img-thumbnail"]]
image-20220817154212-1.jpeg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +51.8 KB
Content