Changes for page 12 PLC Protocol OLD
Last modified by Mora Zhou on 2024/12/05 14:53
From version 17.1
edited by Ben
on 2022/08/11 16:22
on 2022/08/11 16:22
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 15 removed)
- image-20220810164710-1.png
- image-20220810165247-2.png
- image-20220810165759-3.png
- image-20220810171237-4.png
- image-20220810172010-5.png
- image-20220810172412-1.png
- image-20220811102219-3.png
- image-20220811103005-4.png
- image-20220811103131-5.png
- image-20220811103200-6.png
- image-20220811103227-7.png
- image-20220811104012-1.png
- image-20220811115454-1.png
- image-20220811140308-1.png
- image-20220811140530-2.png
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Ben1 +XWiki.Stone - Content
-
... ... @@ -873,7 +873,7 @@ 873 873 * Disable [Pairing open]; 874 874 * Set [No confirm] in [Existence confirmation]; 875 875 * Host station port number: 1025; 876 -* (% id="cke_bm_8547S" style="display:none" %)[[image:12.PLC Protocol_html_f2c432006cdd2f9.png||height="220" width="553"]](%%)Save settings; 876 +* (% id="cke_bm_8547S" style="display:none" %) [[image:12.PLC Protocol_html_f2c432006cdd2f9.png||height="220" width="553"]](%%)Save settings; 877 877 * Download project into PLC and restart it 878 878 879 879 **Cable Wiring** ... ... @@ -1155,7 +1155,7 @@ 1155 1155 * Because of the mechanism problem, this protocol could not support CompoWay/F function that is read-write function of variables in protocol document. 1156 1156 * When using double-word address, set the data format to 32 bits, otherwise the read/write function is unable. 1157 1157 * Please set the communication delay time of 10ms in setting, to avoid that the instrument may not be able to communicate in a short time due to too fast data access and too much connection requests. 1158 -* (% id="cke_bm_8690S" style="display:none" %)[[image:12.PLC Protocol_html_d428cad280fdefb3.png||height="276" width="347"]](%%)Because of the particularity of the instrument, it is necessary to write the value of the address in the menu interface corresponding to the address, and to enter the menu where the address locates, so that the value could be written. 1158 +* (% id="cke_bm_8690S" style="display:none" %) [[image:12.PLC Protocol_html_d428cad280fdefb3.png||height="276" width="347"]](%%)Because of the particularity of the instrument, it is necessary to write the value of the address in the menu interface corresponding to the address, and to enter the menu where the address locates, so that the value could be written. 1159 1159 1160 1160 == EtherNet/IP NX series == 1161 1161 ... ... @@ -1852,6 +1852,7 @@ 1852 1852 1853 1853 * Please uncheck [Symbolic access only] option; 1854 1854 1855 + 1855 1855 (% style="text-align:center" %) 1856 1856 [[image:12.PLC Protocol_html_643144c591994418.png||data-xwiki-image-style-alignment="center" height="546" width="550" class="img-thumbnail"]] 1857 1857 ... ... @@ -2476,161 +2476,3 @@ 2476 2476 [[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]] 2477 2477 2478 2478 **✎Note:** COM3 only available in PI8000/PI9000 series. 2479 - 2480 - 2481 -== **1 HMI and Wecon LX5V serial communication** == 2482 - 2483 -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. 2484 - 2485 - 2486 -**Software configuration of PLC** 2487 - 2488 -**1)PLC programming software** 2489 - 2490 -[[image:image-20220810164710-1.png]] 2491 - 2492 -**2)New PLC project** 2493 - 2494 -Click New Project and select the PLC model. 2495 - 2496 -[[image:image-20220810172412-1.png]] 2497 - 2498 - 2499 -**3)Set Serial port parameters** 2500 - 2501 -Follow the steps below to configure Serial port parameters 2502 - 2503 -Baud rate:115200 2504 - 2505 -Data bit:8 2506 - 2507 -Stop bit:1 2508 - 2509 -Parity:No verification 2510 - 2511 -[[image:image-20220810165759-3.png]] 2512 - 2513 - 2514 -**4)Registers list** 2515 - 2516 -[[image:image-20220811102219-3.png]] 2517 - 2518 - 2519 -**HMI software configuration** 2520 - 2521 -**1)HMI programming software** 2522 - 2523 - [[image:image-20220810171237-4.png]] 2524 - 2525 -**2)New HMI project** 2526 - 2527 -Click New Project and select the HMI model. 2528 - 2529 -[[image:image-20220810172010-5.png]] 2530 - 2531 -**3)Set communication port parameters** 2532 - 2533 -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. 2534 - 2535 -Baud rate:115200 2536 - 2537 -Data bit:8 2538 - 2539 -Stop bit:1 2540 - 2541 -Parity:No verification 2542 - 2543 - 2544 -[[image:image-20220811104012-1.png]] 2545 - 2546 - 2547 -**hardware connection** 2548 - 2549 -**1)Hardware wiring diagram** 2550 - 2551 -This example introduces WeconHMI with LX5V PLC to establish communication through serial port. The connection diagram is as follows: 2552 - 2553 -[[image:image-20220811103005-4.png]] 2554 - 2555 - 2556 -[[image:image-20220811103227-7.png]] 2557 - 2558 -The above are all the steps for establishing serial port communication between Wecon HMI with LX5V PLC. 2559 - 2560 - 2561 -== **2 HMI and Wecon LX5V-N Ethernet communication** == 2562 - 2563 -(% 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. 2564 - 2565 - 2566 -**Software configuration of PLC** 2567 - 2568 -**1)PLC programming software** 2569 - 2570 -[[image:image-20220810164710-1.png]] 2571 - 2572 -**2)New PLC project** 2573 - 2574 -Click New Project and select the PLC model. 2575 - 2576 -[[image:image-20220811115454-1.png]] 2577 - 2578 - 2579 -**3)Set Ethernet port parameters** 2580 - 2581 -Follow the steps below to configure Ethernet parameters 2582 - 2583 -PLC IP address:192.168.39.200 2584 - 2585 -default gateway:192.168.39.1 2586 - 2587 -subnet mask:255.255.255.0 2588 - 2589 -[[image:image-20220811140530-2.png]] 2590 - 2591 - 2592 -**4)Registers list** 2593 - 2594 -[[image:image-20220811102219-3.png]] 2595 - 2596 - 2597 -**HMI software configuration** 2598 - 2599 -**1)HMI programming software** 2600 - 2601 - [[image:image-20220810171237-4.png]] 2602 - 2603 -**2)New HMI project** 2604 - 2605 -Click New Project and select the HMI model. 2606 - 2607 -[[image:image-20220810172010-5.png]] 2608 - 2609 -**3)Set communication port parameters** 2610 - 2611 -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. 2612 - 2613 -Baud rate:115200 2614 - 2615 -Data bit:8 2616 - 2617 -Stop bit:1 2618 - 2619 -Parity:No verification 2620 - 2621 - 2622 -[[image:image-20220811104012-1.png]] 2623 - 2624 - 2625 -**hardware connection** 2626 - 2627 -**1)Hardware wiring diagram** 2628 - 2629 -This example introduces WeconHMI with LX5V PLC to establish communication through serial port. The connection diagram is as follows: 2630 - 2631 -[[image:image-20220811103005-4.png]] 2632 - 2633 - 2634 -[[image:image-20220811103227-7.png]] 2635 - 2636 -The above are all the steps for establishing serial port communication between Wecon HMI with LX5V PLC.
- image-20220810164710-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -7.3 KB - Content
- image-20220810165247-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -131.7 KB - Content
- image-20220810165759-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -127.8 KB - Content
- image-20220810171237-4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -12.2 KB - Content
- image-20220810172010-5.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -350.7 KB - Content
- image-20220810172412-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -165.3 KB - Content
- image-20220811102219-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -49.8 KB - Content
- image-20220811103005-4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -72.7 KB - Content
- image-20220811103131-5.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -256.1 KB - Content
- image-20220811103200-6.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -17.6 KB - Content
- image-20220811103227-7.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -16.0 KB - Content
- image-20220811104012-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -113.6 KB - Content
- image-20220811115454-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -204.7 KB - Content
- image-20220811140308-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -122.3 KB - Content
- image-20220811140530-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -126.0 KB - Content