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, 24 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
-
- Content
-
... ... @@ -1896,7 +1896,7 @@ 1896 1896 1897 1897 == **LOGO Ethernet** == 1898 1898 1899 -Supported Series: Siemens Logo 0BA0 series1899 +Supported Series: Siemens Logo 1900 1900 1901 1901 **HMI Settings** 1902 1902 ... ... @@ -1959,8 +1959,9 @@ 1959 1959 Set PLC IP in [Device IP] settings; 1960 1960 1961 1961 (% style="text-align:center" %) 1962 -[[image: SiemensLOGODeviceIP.png]]1962 +[[image:12.PLC Protocol_html_573fc64ad393cd4f.png||data-xwiki-image-style-alignment="center" height="655" width="379" class="img-thumbnail"]] 1963 1963 1964 + 1964 1964 Enable HMI Ethernet in [Project Settings]; 1965 1965 1966 1966 (% style="text-align:center" %) ... ... @@ -1992,28 +1992,17 @@ 1992 1992 1993 1993 == **S7-XXX Ethernet** == 1994 1994 1995 -Supported Series: Siemens S7- 400, S7-1200 and S7-15001996 +Supported Series: Siemens S7-1200 and S7-1500 1996 1996 1997 1997 **HMI Setting** 1998 1998 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" %) 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)| 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 - 2017 2017 **Address List** 2018 2018 2019 2019 (% class="table-bordered" %) ... ... @@ -2320,159 +2320,6 @@ 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 - 2476 2476 = **Printer** = 2477 2477 2478 2478 == **TSPL label printer** == ... ... @@ -2641,35 +2641,85 @@ 2641 2641 **✎Note:** COM3 only available in PI8000/PI9000 series. 2642 2642 2643 2643 2644 -= ** SchneiderMODBUS RTU** =2481 +== **2 Communication with Allen-Bradley CompactLogix L1769** == 2645 2645 2646 - **HMISetting**2483 +This example introduces the establishment of Ethernet communication between Wecon V-box and Allen-Bradley L1769. It is introduced through three parts: PLC software configuration, V-box software configuration, and hardware wiring. 2647 2647 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| 2656 2656 2657 -** PLCSetting**2486 +**Software configuration of PLC** 2658 2658 2659 - |=(%scope="row" %)**Communicationmode**|Modbus RTU protocol2488 +**1)PLC programming software** 2660 2660 2661 - **DeviceAddress**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"]] 2662 2662 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 2492 +**2)New PLC project** 2669 2669 2670 - **WiringDiagram**2494 +Click New Project and select the PLC model. 2671 2671 2672 - **RS-485 2W **(RJ45 Connector): The followingsthe view fromthesolderingointofaconnector.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"]] 2673 2673 2674 -(% style="text-align:center" %) 2675 -[[image:image-20220817154212-1.jpeg||height="315" width="554" class="img-thumbnail"]] 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"]] 2500 + 2501 +**3)Set Ethernet parameters** 2502 + 2503 +Follow the steps below to configure Ethernet parameters 2504 + 2505 +PLC IP address:192.168.40.101 2506 + 2507 +default gateway:192.168.40.1 2508 + 2509 +subnet mask:255.255.255.0 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"]] 2512 + 2513 + 2514 +**V-box software configuration** 2515 + 2516 +**1)V-box programming software** 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 + 2520 +**2)Configure device network** 2521 + 2522 +Click the 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 is used to configure the device network, update the device time, obtain the device machine code, check the device network, etc. 2523 + 2524 +In the example below, the IP address of V-Box is configured as 192.168.40.66, and the networking method is 4G connection 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"]] 2527 + 2528 + 2529 +**3)V-net add device** 2530 + 2531 +Open VNET client software → add device. As shown in the figure below, click "+" in the order of steps, and the Add Device window will pop up, enter the device machine code/product code, device password, and device alias to 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"]] 2532 + 2533 + 2534 +**4)Set communication port parameters** 2535 + 2536 +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. 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"]] 2539 + 2540 +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. 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"]] 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"]] 2545 + 2546 +**5)Engineering production** 2547 + 2548 +According to your own needs, use the V-NET client software to edit the required data monitoring points. 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"]] 2551 + 2552 +**hardware connection** 2553 + 2554 +**1)Hardware wiring diagram** 2555 + 2556 +This example introduces Wecon V-box with Allen-Bradley L1769 PLC to establish communication through Ethernet. The connection diagram is as follows: 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"]] 2559 + 2560 +The above are all the steps for establishing Ethernet communication between Wecon V-box with Allen-Bradley L1769 PLC. 2561 + 2562 +
- S7-XXXCommunication Settings.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -32.6 KB - Content
- S7-XXXCommunication SettingsPI.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -24.6 KB - Content
- S7-XXXCommunication SettingsPIStudio.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -24.9 KB - Content
- SiemensLOGODeviceIP.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -24.9 KB - Content
- 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
- 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
- image-20220817154212-1.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -51.8 KB - Content