Changes for page 12 PLC Protocol OLD
Last modified by Mora Zhou on 2024/12/05 14:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 14 removed)
- 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
- image-20220811163047-1.png
- image-20220811163943-2.png
- image-20220811170248-1.png
- image-20220811170753-2.png
Details
- Page properties
-
- Content
-
... ... @@ -2478,9 +2478,9 @@ 2478 2478 **✎Note:** COM3 only available in PI8000/PI9000 series. 2479 2479 2480 2480 2481 -== ** 1.HMIandWecon LX5Vserial communication** ==2481 +== **2 Communication with Wecon LX5V** == 2482 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.2483 +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. 2484 2484 2485 2485 2486 2486 **Software configuration of PLC** ... ... @@ -2493,7 +2493,7 @@ 2493 2493 2494 2494 Click New Project and select the PLC model. 2495 2495 2496 -[[image:image-202208101 72412-1.png]]2496 +[[image:image-20220810165247-2.png]] 2497 2497 2498 2498 2499 2499 **3)Set Serial port parameters** ... ... @@ -2511,11 +2511,6 @@ 2511 2511 [[image:image-20220810165759-3.png]] 2512 2512 2513 2513 2514 -**4)Registers list** 2515 - 2516 -[[image:image-20220811102219-3.png]] 2517 - 2518 - 2519 2519 **HMI software configuration** 2520 2520 2521 2521 **1)HMI programming software** ... ... @@ -2530,103 +2530,28 @@ 2530 2530 2531 2531 **3)Set communication port parameters** 2532 2532 2533 - Clickthecommunication configurationbutton on thetofindion protocolwithLX5V. Afterselectingthe protocol,configurethearametersofthe COM port.2528 +In the device list on the left, find the Vbox that communicates with the L1769, click it and select configuration,communication port configuration in the main interface to add a communication protocol. 2534 2534 2535 - Baud:1152002530 +[[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162805-9.png?rev=1.1||alt="image-20220714162805-9.png"]] 2536 2536 2537 - Databit:82532 +The communication port is selected as Ethernet, the device type is selected as Allen-Bradley, the protocol is Allen-BradleyMicro850_FreeTag EthemetIP, and the IP is the internal IP address of the L1769 PLC. The port number is 44818. 2538 2538 2539 - Stop:12534 +[[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162814-10.png?rev=1.1||alt="image-20220714162814-10.png"]] 2540 2540 2541 - Parity:No verification2536 +After adding the protocol Allen-BradleyMicro850_FreeTag, click[[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714143838-2.png?rev=1.1||alt="image-20220714143838-2.png"]]icon add label.[[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162827-11.png?rev=1.1||alt="image-20220714162827-11.png"]] 2542 2542 2538 +**5)Engineering production** 2543 2543 2544 - [[image:image-20220811104012-1.png]]2540 +According to your own needs, use the V-NET client software to edit the required data monitoring points. 2545 2545 2542 +[[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162841-12.png?rev=1.1||alt="image-20220714162841-12.png"]] 2546 2546 2547 2547 **hardware connection** 2548 2548 2549 2549 **1)Hardware wiring diagram** 2550 2550 2551 -This HMIwithX5VPLCserial port.2548 +This example introduces Wecon V-box with Allen-Bradley L1769 PLC to establish communication through Ethernet. The connection diagram is as follows: 2552 2552 2553 -[[image:image-2022081110 3005-4.png]]2550 +[[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162856-13.png?rev=1.1||alt="image-20220714162856-13.png"]] 2554 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 -== **2. HMI and Wecon LX5V-N Ethernet communication** == 2561 - 2562 -(% 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. 2563 - 2564 - 2565 -**Software configuration of PLC** 2566 - 2567 -**1)PLC programming software** 2568 - 2569 -[[image:image-20220810164710-1.png]] 2570 - 2571 -**2)New PLC project** 2572 - 2573 -Click New Project and select the PLC model. 2574 - 2575 -[[image:image-20220811115454-1.png]] 2576 - 2577 - 2578 -**3)Set Ethernet port parameters** 2579 - 2580 -Follow the steps below to configure Ethernet parameters 2581 - 2582 -PLC IP address:192.168.39.200 2583 - 2584 -default gateway:192.168.39.1 2585 - 2586 -subnet mask:255.255.255.0 2587 - 2588 -[[image:image-20220811140530-2.png]] 2589 - 2590 - 2591 -**4)Registers list** 2592 - 2593 -[[image:image-20220811102219-3.png]] 2594 - 2595 - 2596 -**HMI software configuration** 2597 - 2598 -**1)HMI programming software** 2599 - 2600 - [[image:image-20220810171237-4.png]] 2601 - 2602 -**2)New HMI project** 2603 - 2604 -Click New Project and select the HMI model. 2605 - 2606 -[[image:image-20220810172010-5.png]] 2607 - 2608 -**3)Set communication port parameters** 2609 - 2610 -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. 2611 - 2612 -HMI IP address:192.168.39.201 2613 - 2614 -default gateway:192.168.39.1 2615 - 2616 -subnet mask:255.255.255.0 2617 - 2618 -[[image:image-20220811170753-2.png]] 2619 - 2620 -Next, click Communication Settings to configure the IP of the HMI communication object. 2621 - 2622 -[[image:image-20220811163047-1.png]] 2623 - 2624 -**hardware connection** 2625 - 2626 -**1)Hardware wiring diagram** 2627 - 2628 -This example introduces WeconHMI with LX5V PLC to establish communication through ethernet. The connection diagram is as follows: 2629 - 2630 -[[image:image-20220811170248-1.png]] 2631 - 2632 -The above are all the steps for establishing ethernet communication between Wecon HMI with LX5V PLC. 2552 +The above are all the steps for establishing Ethernet communication between Wecon V-box with Allen-Bradley L1769 PLC.
- 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
- image-20220811163047-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -165.7 KB - Content
- image-20220811163943-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -153.6 KB - Content
- image-20220811170248-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -91.7 KB - Content
- image-20220811170753-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Ben - Size
-
... ... @@ -1,1 +1,0 @@ 1 -154.4 KB - Content