Changes for page 12 PLC Protocol OLD
Last modified by Mora Zhou on 2024/12/05 14:53
From version 10.1
edited by Ben
on 2022/08/10 16:44
on 2022/08/10 16:44
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 24 added, 0 removed)
- S7-XXXCommunication Settings.png
- S7-XXXCommunication SettingsPI.png
- S7-XXXCommunication SettingsPIStudio.png
- SiemensLOGODeviceIP.png
- 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
- image-20220811163047-1.png
- image-20220811163943-2.png
- image-20220811170248-1.png
- image-20220811170753-2.png
- image-20220817154212-1.jpeg
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Ben1 +XWiki.Stone - Content
-
... ... @@ -1896,7 +1896,7 @@ 1896 1896 1897 1897 == **LOGO Ethernet** == 1898 1898 1899 -Supported Series: Siemens Logo 1899 +Supported Series: Siemens Logo 0BA0 series 1900 1900 1901 1901 **HMI Settings** 1902 1902 ... ... @@ -1959,9 +1959,8 @@ 1959 1959 Set PLC IP in [Device IP] settings; 1960 1960 1961 1961 (% style="text-align:center" %) 1962 -[[image: 12.PLC Protocol_html_573fc64ad393cd4f.png||data-xwiki-image-style-alignment="center" height="655" width="379" class="img-thumbnail"]]1962 +[[image:SiemensLOGODeviceIP.png]] 1963 1963 1964 - 1965 1965 Enable HMI Ethernet in [Project Settings]; 1966 1966 1967 1967 (% style="text-align:center" %) ... ... @@ -1993,17 +1993,28 @@ 1993 1993 1994 1994 == **S7-XXX Ethernet** == 1995 1995 1996 -Supported Series: Siemens S7-1200 and S7-1500 1995 +Supported Series: Siemens S7-400, S7-1200 and S7-1500 1997 1997 1998 1998 **HMI Setting** 1999 1999 2000 -(% class="table-bordered" %) 2001 -|**Items**|**Settings**|**Note** 2002 -|Protocol|Siemens S7-XXX| 2003 -|Connection|Ethernet| 2004 -|Port No.|102| 2005 -|PLC station No.|1 (for S7-1500)/ 2 (for S7-1200)| 1999 +(% class="table-bordered" style="width:823px" %) 2000 +|=**Items**|=(% style="width: 437px;" %)**Settings**|=(% style="width: 201px;" %)**Note** 2001 +|Protocol|(% style="width:437px" %)Siemens S7-XXX|(% style="width:201px" %) 2002 +|Connection|(% style="width:437px" %)Ethernet|(% style="width:201px" %) 2003 +|Port No.|(% style="width:437px" %)102|(% style="width:201px" %) 2004 +|Device No.|(% style="width:437px" %)Slot (Default 1 for S7-1500/ 2 for S7-1200/ 3 for S7-400)|(% style="width:201px" %) 2005 +|HMI No.|(% style="width:437px" %)Rack (Default as 0)|(% style="width:201px" %) 2006 2006 2007 +Slot from TIA Portal is equal to Device No. of PIStudio 2008 + 2009 +Rack from TIA Portal is equal to HMI No. of PIStudio 2010 + 2011 +(% style="text-align:center" %) 2012 +[[image:S7-XXXCommunication Settings.png]] 2013 + 2014 +(% style="text-align:center" %) 2015 +[[image:S7-XXXCommunication SettingsPIStudio.png||alt="S7-XXXCommunication SettingsPI.png"]] 2016 + 2007 2007 **Address List** 2008 2008 2009 2009 (% class="table-bordered" %) ... ... @@ -2477,86 +2477,190 @@ 2477 2477 2478 2478 **✎Note:** COM3 only available in PI8000/PI9000 series. 2479 2479 2490 +== HMI and Wecon LX5V serial communication == 2480 2480 2481 - ==**2CommunicationwithAllen-Bradley CompactLogixL1769**==2492 +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. 2482 2482 2483 - This example introduces the establishment ofEthernet communication between Wecon V-boxand Allen-BradleyL1769. It is introduced through three parts: PLC software configuration,V-box softwareconfiguration, and hardware wiring.2494 +**Software configuration of PLC** 2484 2484 2496 +**1)PLC programming software** 2485 2485 2498 +[[image:image-20220810164710-1.png]] 2499 + 2500 +**2)New PLC project** 2501 + 2502 +Click New Project and select the PLC model. 2503 + 2504 +[[image:image-20220810172412-1.png]] 2505 + 2506 + 2507 +**3)Set Serial port parameters** 2508 + 2509 +Follow the steps below to configure Serial port parameters 2510 + 2511 +Baud rate:115200 2512 + 2513 +Data bit:8 2514 + 2515 +Stop bit:1 2516 + 2517 +Parity:No verification 2518 + 2519 +[[image:image-20220810165759-3.png]] 2520 + 2521 + 2522 +**4)Registers list** 2523 + 2524 +[[image:image-20220811102219-3.png]] 2525 + 2526 + 2527 +**HMI software configuration** 2528 + 2529 +**1)HMI programming software** 2530 + 2531 + [[image:image-20220810171237-4.png]] 2532 + 2533 +**2)New HMI project** 2534 + 2535 +Click New Project and select the HMI model. 2536 + 2537 +[[image:image-20220810172010-5.png]] 2538 + 2539 +**3)Set communication port parameters** 2540 + 2541 +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. 2542 + 2543 +Baud rate:115200 2544 + 2545 +Data bit:8 2546 + 2547 +Stop bit:1 2548 + 2549 +Parity:No verification 2550 + 2551 + 2552 +[[image:image-20220811104012-1.png]] 2553 + 2554 + 2555 +**hardware connection** 2556 + 2557 +**1)Hardware wiring diagram** 2558 + 2559 +This example introduces WeconHMI with LX5V PLC to establish communication through serial port. The connection diagram is as follows: 2560 + 2561 +[[image:image-20220811103005-4.png]] 2562 + 2563 + 2564 +[[image:image-20220811103227-7.png]] 2565 + 2566 +The above are all the steps for establishing serial port communication between Wecon HMI with LX5V PLC. 2567 + 2568 +== HMI and Wecon LX5V-N Ethernet communication == 2569 + 2570 +(% 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. 2571 + 2572 + 2486 2486 **Software configuration of PLC** 2487 2487 2488 2488 **1)PLC programming software** 2489 2489 2490 -[[image: https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162600-1.png?rev=1.1||alt="image-20220714162600-1.png"]]2577 +[[image:image-20220810164710-1.png]] 2491 2491 2492 2492 **2)New PLC project** 2493 2493 2494 2494 Click New Project and select the PLC model. 2495 2495 2496 -[[image: https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162617-2.png?rev=1.1||alt="image-20220714162617-2.png"]]2583 +[[image:image-20220811115454-1.png]] 2497 2497 2498 2498 2499 - [[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162652-4.png?rev=1.1||alt="image-20220714162652-4.png"]]2586 +**3)Set Ethernet port parameters** 2500 2500 2501 -**3)Set Ethernet parameters** 2502 - 2503 2503 Follow the steps below to configure Ethernet parameters 2504 2504 2505 -PLC IP address:192.168. 40.1012590 +PLC IP address:192.168.39.200 2506 2506 2507 -default gateway:192.168. 40.12592 +default gateway:192.168.39.1 2508 2508 2509 2509 subnet mask:255.255.255.0 2510 2510 2511 -[[image: https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162713-5.png?rev=1.1||alt="image-20220714162713-5.png"]]2596 +[[image:image-20220811140530-2.png]] 2512 2512 2513 2513 2514 -** V-boxsoftwareconfiguration**2599 +**4)Registers list** 2515 2515 2516 - **1)V-boxprogrammingsoftware**2601 +[[image:image-20220811102219-3.png]] 2517 2517 2518 - [[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162725-6.png?rev=1.1||alt="image-20220714162725-6.png"]] 2519 2519 2520 -** 2)Configuredevicenetwork**2604 +**HMI software configuration** 2521 2521 2522 - Clickthe Configuration Download button[[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714115308-8.png?width=15&height=22&rev=1.1||alt="image-20220714115308-8.png"]],It isused toconfigurethe device network, update the device time, obtain the device machine code, check the device network,etc.2606 +**1)HMI programming software** 2523 2523 2524 - In the example below, the IPaddress of V-Boxis configured as 192.168.40.66, and the networkingmethod is 4G connection2608 + [[image:image-20220810171237-4.png]] 2525 2525 2526 - [[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162737-7.png?rev=1.1||alt="image-20220714162737-7.png"]]2610 +**2)New HMI project** 2527 2527 2612 +Click New Project and select the HMI model. 2528 2528 2529 - **3)V-netadd device**2614 +[[image:image-20220810172010-5.png]] 2530 2530 2531 - Open VNET clientsoftware → add device. As shownn the figure below,click "+" in the order of steps,andthe Add Device window will pop up, enter the device machine code/product code, device password, and device aliasto add the device. [[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162752-8.png?rev=1.1||alt="image-20220714162752-8.png"]]2616 +**3)Set communication port parameters** 2532 2532 2618 +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. 2533 2533 2534 - **4)Setcommunicationport parameters**2620 +HMI IP address:192.168.39.201 2535 2535 2536 - In thedevice list on the left, find the Vbox that communicates with the L1769, click itand select configuration,communication port configuration in themain interface to add a communication protocol.2622 +default gateway:192.168.39.1 2537 2537 2538 - [[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"]]2624 +subnet mask:255.255.255.0 2539 2539 2540 - The communication port is selected as Ethernet, the device type is selectedas Allen-Bradley, the protocol is Allen-BradleyMicro850_FreeTag EthemetIP, and the IP is the internal IP address of the L1769 PLC.Theportnumber is 44818.2626 +[[image:image-20220811170753-2.png]] 2541 2541 2542 - [[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"]]2628 +Next, click Communication Settings to configure the IP of the HMI communication object. 2543 2543 2544 - 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"]]2630 +[[image:image-20220811163047-1.png]] 2545 2545 2546 -** 5)Engineering production**2632 +**hardware connection** 2547 2547 2548 - According to your own needs, use the V-NET client softwareto edit therequireddataonitoring points.2634 +**1)Hardware wiring diagram** 2549 2549 2550 - [[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"]]2636 +This example introduces WeconHMI with LX5V-N PLC to establish communication through ethernet. The connection diagram is as follows: 2551 2551 2552 - **hardwareconnection**2638 +[[image:image-20220811170248-1.png]] 2553 2553 2554 - **1)Hardwarewiringdiagram**2640 +The above are all the steps for establishing ethernet communication between Wecon HMI with LX5V PLC. 2555 2555 2556 - This example introduces Wecon V-box with Allen-Bradley L1769 PLC to establish communication through Ethernet.The connection diagram is as follows:2642 += **Schneider MODBUS RTU** = 2557 2557 2558 - [[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"]]2644 +**HMI Setting** 2559 2559 2560 -The above are all the steps for establishing Ethernet communication between Wecon V-box with Allen-Bradley L1769 PLC. 2646 +|=(% scope="row" %)**Parameters**|=**Recommended**|=**Options**|=**Notes** 2647 +|=**Protocol**|(% colspan="2" %)Schneider MODBUS RTU| 2648 +|=Connection|RS485|RS232/RS485| 2649 +|=**Baud rate**|19200|9600~~115200| 2650 +|=**Data bit**|8|7,8| 2651 +|=**Parity**|Even|Even, Odd, None| 2652 +|=**Stop bit**|1|1,2| 2653 +|=**PLC station No.**|1|0-255| 2561 2561 2562 - 2655 +|=(% scope="row" style="width: 266px;" %)**Online simulator**|(% style="width:319px" %)YES|(% style="width:336px" %)**Broadcast command**|(% style="width:155px" %)YES 2656 +|=(% style="width: 266px;" %)**Extend address mode**|(% style="width:319px" %)YES|(% style="width:336px" %) |(% style="width:155px" %) 2657 + 2658 +**PLC Setting** 2659 + 2660 +|=(% scope="row" %)**Communication mode**|Modbus RTU protocol 2661 + 2662 +**Device Address** 2663 + 2664 +|=(% scope="row" %)**Bit/Word**|=**Device type**|=**Format**|=**Range**|=**Memo** 2665 +|=B|IX|DDDDDo|0 ~~ 655357|Input bit (read only) 2666 +|=B|QX|DDDDDo|0 ~~ 655357|Write multiple coils 2667 +|=B|MX|DDDDDDo|0 ~~ 9999997|Output register bit (octal) 2668 +|=W|MW|DDDDDD|0 ~~ 999999|Output register 2669 +|=DW|MD|DDDDDD|0 ~~ 999999|Output register 2670 + 2671 +**Wiring Diagram** 2672 + 2673 +**RS-485 2W **(RJ45 Connector): The following is the view from the soldering point of a connector. 2674 + 2675 +(% style="text-align:center" %) 2676 +[[image:image-20220817154212-1.jpeg||height="315" width="554" class="img-thumbnail"]]
- S7-XXXCommunication Settings.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +32.6 KB - Content
- S7-XXXCommunication SettingsPI.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +24.6 KB - Content
- S7-XXXCommunication SettingsPIStudio.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +24.9 KB - Content
- SiemensLOGODeviceIP.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +24.9 KB - Content
- image-20220810164710-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +7.3 KB - Content
- image-20220810165247-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +131.7 KB - Content
- image-20220810165759-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +127.8 KB - Content
- image-20220810171237-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +12.2 KB - Content
- image-20220810172010-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +350.7 KB - Content
- image-20220810172412-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +165.3 KB - Content
- image-20220811102219-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +49.8 KB - Content
- image-20220811103005-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +72.7 KB - Content
- image-20220811103131-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +256.1 KB - Content
- image-20220811103200-6.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +17.6 KB - Content
- image-20220811103227-7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +16.0 KB - Content
- image-20220811104012-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +113.6 KB - Content
- image-20220811115454-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +204.7 KB - Content
- image-20220811140308-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +122.3 KB - Content
- image-20220811140530-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +126.0 KB - Content
- image-20220811163047-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +165.7 KB - Content
- image-20220811163943-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +153.6 KB - Content
- image-20220811170248-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +91.7 KB - Content
- image-20220811170753-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +154.4 KB - Content
- image-20220817154212-1.jpeg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Stone - Size
-
... ... @@ -1,0 +1,1 @@ 1 +51.8 KB - Content