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)
Details
- Page properties
-
- Content
-
... ... @@ -399,7 +399,6 @@ 399 399 400 400 (% 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. 401 401 402 - 403 403 **Software configuration of PLC** 404 404 405 405 **1)PLC programming software** ... ... @@ -471,7 +471,6 @@ 471 471 472 472 = Create communication with **Rockwell PLC** = 473 473 474 - 475 475 == **MicroLogix Protocol** == 476 476 477 477 MicroLogix 1000/1100/1200/1400/1500; SLC 5/03 5/04 5/05 PLC-5 ... ... @@ -587,117 +587,280 @@ 587 587 |(% style="width:393px" %)B|(% style="width:350px" %)fff.dd|(% style="width:333px" %)B 000.0 ~~ fff.15 588 588 |(% style="width:393px" %)S|(% style="width:350px" %)dd.dd|(% style="width:333px" %)S 0.0 ~~ 255.15 589 589 |(% style="width:393px" %)N|(% style="width:350px" %)ffff.dd|(% style="width:333px" %)N 000.0 ~~ fff.15 590 -| (% style="width:393px" %)**PLC word address type**|(% style="width:350px" %)**Address format**|(% style="width:333px" %)**Address range**591 -| (% style="width:393px" %)S|(% style="width:350px" %)ddd|(% style="width:333px" %)S0 ~~ 255592 -| (% style="width:393px" %)TS|(% style="width:350px" %)ffff|(% style="width:333px" %)TS0 ~~ FFFF593 -| (% style="width:393px" %)TP|(% style="width:350px" %)ffff|(% style="width:333px" %)TP0 ~~ FFFF594 -| (% style="width:393px" %)CS|(% style="width:350px" %)ffff|(% style="width:333px" %)CS0 ~~ FFFF595 -| (% style="width:393px" %)CP|(% style="width:350px" %)ffff|(% style="width:333px" %)CP0 ~~ FFFF596 -| (% style="width:393px" %)N|(% style="width:350px" %)ffff|(% style="width:333px" %)N0 ~~ FFFF597 -| (% style="width:393px" %)F|(% style="width:350px" %)ffff|(% style="width:333px" %)F0 ~~ FFFF588 +|**PLC word address type**|**Address format**|**Address range** 589 +|S|ddd|S0 ~~ 255 590 +|TS|ffff|TS0 ~~ FFFF 591 +|TP|ffff|TP0 ~~ FFFF 592 +|CS|ffff|CS0 ~~ FFFF 593 +|CP|ffff|CP0 ~~ FFFF 594 +|N|ffff|N0 ~~ FFFF 595 +|F|ffff|F0 ~~ FFFF 598 598 599 -= **Barcodecanner** =597 += Create communication with (% id="cke_bm_43878S" style="display:none" %)** **(%%)**Siemens** = 600 600 601 - Supported:DELI 14880barcodescanner599 +== **S7-200 Smart Ethernet Protocol** == 602 602 601 +Supported Series: Siemens S7-200 SMART Series Ethernet Module. 602 + 603 +Website: [[http:~~/~~/www.siemens.com/entry/cc/en/>>url:http://www.siemens.com/entry/cc/en/]] 604 + 603 603 **HMI Setting** 604 604 605 605 (% class="table-bordered" %) 606 606 |**Items**|**Settings**|**Note** 607 -|Protocol|Barcode Scanner| 608 -|Connection|USB| 609 +|Protocol|Simens S7-200 Smart Ethernet| 610 +|Connection|Ethernet| 611 +|Port No.|102| 612 +|PLC station No.|2| 609 609 610 -** Operating Procedures**614 +**Address List** 611 611 612 -Select [Barcode Scanner]; 616 +(% class="table-bordered" %) 617 +|**Type**|**Device register**|**HMI register**|**Format**|**Range**|**Note** 618 +|(% rowspan="9" %)Bit|I|I|I ddddd.o|0.0~~99999.7| 619 +|Q|Q|Q ddddd.o|0.0~~99999.7| 620 +|V|VWbit|VWbit ddddd.o|0.0~~99999.7| 621 +|V|V|V ddddd.o|0.0~~99999.7| 622 +|M|M|M ddddd.o|0.0~~99999.7| 623 +|SM|SM|ddddd.o|0.0~~99999.7| 624 +|S|S|ddddd.o|0.0~~99999.7|Read only 625 +|T|T|ddddd|0~~99999|Timer state, read only 626 +|C|C|ddddd|0~~99999|Counter state, read only 627 +|(% rowspan="12" %)Word|I|IW|IW ddddd|0~~99999| 628 +|Q|QW|QW ddddd|0~~99999| 629 +|AI|AIW|AIW ddddd|0~~99999| 630 +|AQ|VB|VB ddddd|0~~99999| 631 +|V|VW|VW ddddd|0~~99998|((( 632 +VW0=VB (0~~1) 613 613 634 +VW2=VB (2~~3) 635 + 636 +Address value is a multiple of 2 637 +))) 638 +|V|VD|VD ddddd|0~~99998|((( 639 +VD0=VB (0~~3) 640 + 641 +VD2=VB (4~~7) 642 + 643 +Address value is a multiple of 4 644 +))) 645 +|M|MB|MB ddddd|0~~99999| 646 +|M|MW|MW ddddd|0~~99999|((( 647 +MW0=MB(0~~1) 648 + 649 +MW2=MB(2~~3) 650 + 651 +Address value is a multiple of 2 652 +))) 653 +|M|MD|MD ddddd|0~~99999|((( 654 +MD0=MB(0~~3) 655 + 656 +MD4=MB(4~~7) 657 + 658 +Address value is a multiple of 4 659 +))) 660 +|T|TW|TW ddddd|0~~99999|Value of timer 661 +|C|CW|CW ddddd|0~~99999|Value of counter 662 +|W|SW|SW ddddd|0~~99999| 663 + 664 +**Communication Settings** 665 + 666 +Enable HMI Ethernet in [Project Settings]; 667 + 614 614 (% style="text-align:center" %) 615 -[[image:12.PLC Protocol_html_ 55a3056357320966.png||data-xwiki-image-style-alignment="center" height="266" width="600" class="img-thumbnail"]]669 +[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]] 616 616 617 -Set addressforreceiving;671 +Set PLC IP in [Device IP] settings; 618 618 619 -Set correct length; 673 +(% style="text-align:center" %) 674 +[[image:12.PLC Protocol_html_70b0c4c2ee21b10d.png||data-xwiki-image-style-alignment="center" height="189" width="554" class="img-thumbnail"]] 620 620 676 +* PLC IP Address: PLC IP 677 +* PLC pot No.: 102(fixed) 678 +* Network:TCP_Client_2N(fixed) 679 + 621 621 (% style="text-align:center" %) 622 -[[image:12.PLC Protocol_html_ 30a4c9e9dd4db40b.png||data-xwiki-image-style-alignment="center" height="701" width="500" class="img-thumbnail"]]681 +[[image:12.PLC Protocol_html_5891afd92901b7ad.png||data-xwiki-image-style-alignment="center" height="276" width="347" class="img-thumbnail"]] 623 623 624 -* *✎Note:**683 +* Wait timeout: depend on actual network situation (more than 1500 ms) 625 625 626 -* The protocol uploads the information acquired by the USB scanner to the HMI; 627 -* The acquired information is displayed in string mode, so it is necessary to use [characters input/display] object; 628 -* Recommended model: DELI 14880 barcode scanner; 685 +**Cable Wiring** 629 629 630 -= **Hitachi EHV Series (Ethernet)** = 687 +(% style="text-align:center" %) 688 +[[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]] 631 631 632 -S upported series:HitachiEHV series690 +== **S7-300 Ethernet Protocol** == 633 633 634 - **HMISettings**692 +Supported Series: Siemens S7-300 series PLC 635 635 694 +**HMI Setting** 695 + 636 636 (% class="table-bordered" %) 637 637 |**Items**|**Settings**|**Note** 638 -|Protocol| HitachiEHVseries|698 +|Protocol|Simens S7-300 Ethernet| 639 639 |Connection|Ethernet| 640 -|Port No.|3004~~3007| 700 +|Port No.|102| 701 +|PLC station No.|2|Need to be same as the PLC setting 641 641 642 642 **Address List** 643 643 644 644 (% class="table-bordered" %) 645 -|**Type**|**Register**|**Range**|**Format**|**Note** 646 -|(% rowspan="6" %)Bit|T|0 - 2545|T DDDD| 647 -|M|0 - 7FFF.f (Hex)|M HHHH.h| 648 -|X|0 – FFFF.f (Hex)|X H1H2H3H4.h|(% rowspan="2" %)((( 649 -H1H2H3H4 Module main number 706 +|**Type**|**Device register**|**HMI register**|**Format**|**Range**|**Note** 707 +|(% rowspan="4" %)Bit|I|I|I ddddd.o|0.0~~99999.7| 708 +|Q|Q|Q ddddd.o|0.0~~99999.7| 709 +|M|M|M ddddd.o|0.0~~99999.7| 710 +|DB0.DB~~DB99.DB|DBxDBD|DBxDB nndddd.o|0.0~~99999999.7|((( 711 +nn: block number; 650 650 651 -H1: Remote number 713 +dddd: address; 714 +))) 715 +|(% rowspan="8" %)Word|I|IW|IW ddddd|0~~99999| 716 +|Q|QW|QW ddddd|0~~99999| 717 +|(% rowspan="3" %)M|MB|MB ddddd|0~~99999| 718 +|MW|MW ddddd|0~~99999|((( 719 +MW0=MB(0~~1) 652 652 653 - H2: Unit number721 +MW2=MB(2~~3) 654 654 655 -H3: Slot number 723 +Address value is a multiple of 2 724 +))) 725 +|MD|MD ddddd|0~~99999|((( 726 +MD0=MB(0~~3) 656 656 657 - H4: Word number ofModule728 +MD4=MB(4~~7) 658 658 659 -H Sub number of Module 730 +Address value is a multiple of 4 731 +))) 732 +|(% rowspan="3" %)DB0.DB~~DB99.DB|DBxDBB|DBxDBB nndddd|0~~99999999|(% rowspan="3" %)((( 733 +nn: block number; 660 660 661 -For example:X21.3 735 +dddd: address 736 +))) 737 +|DBxDBW|DBxDBW nndddd|0~~99999999 738 +|DBxDBD|DBxDBD nndddd|0~~99999999 662 662 663 - Slotumber2740 +**Communication Settings** 664 664 665 - Wordnumberofmodule is1742 +Enable HMI Ethernet in [Project Settings]; 666 666 667 -Bit number of module is 3 744 +(% style="text-align:center" %) 745 +[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]] 668 668 669 -Remote number and unit number are 0 747 +Set PLC IP in [Device IP] settings; 748 + 749 +(% style="text-align:center" %) 750 +[[image:12.PLC Protocol_html_910b1a0aa9e2201c.png||data-xwiki-image-style-alignment="center" height="188" width="554" class="img-thumbnail"]] 751 + 752 +* PLC IP Address: PLC IP 753 +* PLC pot No.: 102(fixed) 754 +* Network:TCP_Client_2N(fixed) 755 + 756 +(% style="text-align:center" %) 757 +[[image:12.PLC Protocol_html_5891afd92901b7ad.png||data-xwiki-image-style-alignment="center" height="276" width="347" class="img-thumbnail"]] 758 + 759 +* Wait timeout: depend on actual network situation (more than 1500 ms) 760 + 761 +**Cable Wiring** 762 + 763 +(% style="text-align:center" %) 764 +[[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]] 765 + 766 +== **S7-1200 Ethernet** == 767 + 768 +Supported Series: Siemens S7-1200 769 + 770 +**HMI Setting** 771 + 772 +(% class="table-bordered" %) 773 +|**Items**|**Settings**|**Note** 774 +|Protocol|Siemens S7-1200| 775 +|Connection|Ethernet| 776 +|Port No.|102| 777 +|PLC station No.|2| 778 + 779 +**Address List** 780 + 781 +(% class="table-bordered" %) 782 +|**Type**|**Device register**|**HMI register**|**Format**|**Range**|**Note** 783 +|(% rowspan="4" %)Bit|I|I|M d.o|((( 784 +d:0~-~-9999 785 + 786 +o:0-7 787 +)))| 788 +|Q|Q|Q d.o|((( 789 +d:0~-~-9999 790 + 791 +o:0-7 792 +)))| 793 +|M|M|M d.o|((( 794 +d:0~-~-9999 795 + 796 +o:0-7 797 +)))| 798 +|DB0.DB-DB99.DB|DBxDB|DBxDBnndddd.o|((( 799 +nn:0-9999, 800 + 801 +dddd:0-9999, 802 + 803 +o:0-7 804 +)))|((( 805 +nn:DB No. 806 + 807 +dddd:address value 808 + 809 +o: digit address 670 670 ))) 671 -|Y|0 – FFFF.f (Hex)|Y H1H2H3H4.h 672 -|R|0 – FF.f (Hex)|R HH.h| 673 -|L|0 - 73FF.f (Hex)|L HHHH.h| 674 -|(% rowspan="6" %)Word|WM|0 - 7FFF (Hex)|WM HHHH| 675 -|WX|0 – FFFF (Hex)|WX H1H2H3H4|(% rowspan="2" %)((( 676 -H1H2H3H4 Module main number 811 +|(% rowspan="8" %)Word|M|MB|MB d|d:0-99999| 812 +|M|MW|MW d|d:0-99999|((( 813 +MW0=MB(0~~1) 677 677 678 - H1: Remote number815 +MW2=MB(2~~3) 679 679 680 -H2: Unit number 817 +Address value is a multiple of 2 818 +))) 819 +|M|MD|MD d|d:0-99999|((( 820 +MD0=MB(0~~3) 681 681 682 - H3: Slot number822 +MD4=MB(4~~7) 683 683 684 -H4: Word number of module 824 +Address value is a multiple of 4 825 +))) 826 +|I|IW|IW d|d:0-99999| 827 +|Q|QW|QW d|d:0-99999| 828 +|DB0.DB-DB99.DB|DBxDBB|DBxDBBnndddd|((( 829 +nn:0-9999 685 685 686 -For example:WX21 831 +dddd:0-9999 832 +)))|((( 833 +nn:DB No. 687 687 688 -Word number of module is 1 835 +dddd:address value 836 +))) 837 +|DB0.DB-DB99.DB|DBxDBW|DBxDBWnndddd|((( 838 +nn:0-9999 689 689 690 -Slot number is 2 840 +dddd:0-9999 841 +)))|((( 842 +nn:DB No. 691 691 692 -Remote number and unit number are 0 844 +dddd:address value 845 + 846 +Address value is a multiple of 2 693 693 ))) 694 -|WY|0 – FFFF (Hex)|WY H1H2H3H4 695 -|WR|0 – FFFF (Hex)|WR HHHH| 696 -|WL|0 - 73FF (Hex)|WL HHHH| 697 -|TC|0 - 2559|TC DDDD| 848 +|DB0.DB-DB99.DB|DBxDBD|DBxDBDnndddd|((( 849 +nn:0-9999 698 698 699 -**Communication settings in HMI** 851 +dddd:0-9999 852 +)))|((( 853 +nn:DB No. 700 700 855 +dddd:address value 856 + 857 +Address value is a multiple of 4 858 +))) 859 + 860 +**Communication Settings** 861 + 701 701 Enable HMI Ethernet in [Project Settings]; 702 702 703 703 (% style="text-align:center" %) ... ... @@ -706,178 +706,284 @@ 706 706 Set PLC IP in [Device IP] settings; 707 707 708 708 (% style="text-align:center" %) 709 -[[image:12.PLC Protocol_html_ d825387f5bde6cdd.png||data-xwiki-image-style-alignment="center" height="190" width="554" class="img-thumbnail"]]870 +[[image:12.PLC Protocol_html_f7b3eb9abda33833.png||data-xwiki-image-style-alignment="center" height="190" width="554" class="img-thumbnail"]] 710 710 711 -** PLC Configuration**872 +**✎Note:** 712 712 713 -Connect with PLC, select[Online mode]; 874 +* The S7-1200 supports simultaneous connection of three devices, so the driver supports simultaneous access to PLC by three touch screens. 875 +* HMI access PLC, use S7 protocol, access PLC TSAP 02.01 (s7-1200 PROFINET interface only supports three connections, the default support), detailed reference to the system manual of S7-1200. 714 714 715 -(% style="text-align:center" %) 716 -[[image:12.PLC Protocol_html_8430dda44e5c199c.png||data-xwiki-image-style-alignment="center" height="420" width="600" class="img-thumbnail"]] 877 +**PLC Settings** 717 717 718 - Set IP address,it is the same LAN parameters with HMI;879 +Add BD 719 719 881 +* Please uncheck [Symbolic access only] option; 882 + 720 720 (% style="text-align:center" %) 721 -[[image:12.PLC Protocol_html_ 1d8a634f64e25fc3.png||data-xwiki-image-style-alignment="center" height="252" width="347" class="img-thumbnail"]]884 +[[image:12.PLC Protocol_html_643144c591994418.png||data-xwiki-image-style-alignment="center" height="546" width="550" class="img-thumbnail"]] 722 722 723 - 3)SavePLC communicationparameter,andrestart PLC886 +Address settings, using BD2 as example. 724 724 725 -**PLC Monitor Mode** 888 +* DB×DBB2xxxx, DB×DBW2xxxx, DB×DBD2xxxx for accessing data of DB2 in B1. 889 +* 2 represent DB block number 890 +* xxxx represent address 726 726 727 - Connect withPLCand choose to “online” mode892 +**Such as:** 728 728 894 +* DBxDBB20000 = DB2.DBB0 895 +* DBxDBW20004 = DB2.DBW4 896 + 729 729 (% style="text-align:center" %) 730 -[[image:12.PLC Protocol_html_c dac598e770e3b67.png||data-xwiki-image-style-alignment="center" height="193" width="553" class="img-thumbnail"]]898 +[[image:12.PLC Protocol_html_87ceaea84d552e62.png||data-xwiki-image-style-alignment="center" height="245" width="537" class="img-thumbnail"]] 731 731 732 - OpenI/Omonitorsheet1900 +**How to connect with S7-1200 Firmware V4.0** 733 733 734 -(% style="text-align:center" %) 735 -[[image:12.PLC Protocol_html_68eb3518e5f80892.png||data-xwiki-image-style-alignment="center" height="369" width="559" class="img-thumbnail"]] 902 +PLC configuration 736 736 737 -During monitoring bit address,1 pts should be selected; during monitoring word address, 16 pts should be selected 904 +* Double click [device configuration] in Siemens via software 905 +* Double click [protection] to enter protection configuration screen 738 738 739 739 (% style="text-align:center" %) 740 -[[image:12.PLC Protocol_html_774 652d8daf548d4.png||data-xwiki-image-style-alignment="center" height="118" width="102" class="img-thumbnail"]]908 +[[image:12.PLC Protocol_html_9779940d38da8e07.png||data-xwiki-image-style-alignment="center" height="426" width="341" class="img-thumbnail"]] 741 741 742 - Entertheregisteraddress,click OKtoviewthevalueof the register.910 +* Check [Permit access with PUT / GET communication from remote partner (PLC, HMI, OPC, ...)] 743 743 744 744 (% style="text-align:center" %) 745 -[[image:12.PLC Protocol_html_ bba169c300c92051.png||data-xwiki-image-style-alignment="center" height="404" width="600" class="img-thumbnail"]]913 +[[image:12.PLC Protocol_html_d2c667b02f9720b1.png||data-xwiki-image-style-alignment="center" height="296" width="554" class="img-thumbnail"]] 746 746 747 -(% style="text-align:center" %) 748 -[[image:12.PLC Protocol_html_d3b23bb9e81921a3.png||data-xwiki-image-style-alignment="center" height="404" width="600" class="img-thumbnail"]] 915 +DB settings 749 749 750 -**✎Note:** 917 +* Right click [DB], select [properties] 918 +* Uncheck [optimized block access] 751 751 752 -* Both word registers and bit registers support even continuous read/write functions; 753 -* The range of registers is based on the specific PLC type; 754 - 755 755 **Cable Wiring** 756 756 757 757 (% style="text-align:center" %) 758 758 [[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]] 759 759 760 -= ** IEC60870-5104 Client** =925 +== **S7-XXX Ethernet** == 761 761 927 +Supported Series: Siemens S7-400, S7-1200 and S7-1500 928 + 762 762 **HMI Setting** 763 763 764 -(% class="table-bordered" %) 765 -|**Items**|(% style="width:725px" %)**Settings**|(% style="width:309px" %)**Note** 766 -|Protocol|(% style="width:725px" %)IEC60870-5 104 Client|(% style="width:309px" %) 767 -|Connection|(% style="width:725px" %)Ethernet|(% style="width:309px" %) 768 -|Port No.|(% style="width:725px" %)2404|(% style="width:309px" %) 931 +(% class="table-bordered" style="width:823px" %) 932 +|=**Items**|=(% style="width: 437px;" %)**Settings**|=(% style="width: 201px;" %)**Note** 933 +|Protocol|(% style="width:437px" %)Siemens S7-XXX|(% style="width:201px" %) 934 +|Connection|(% style="width:437px" %)Ethernet|(% style="width:201px" %) 935 +|Port No.|(% style="width:437px" %)102|(% style="width:201px" %) 936 +|Device No.|(% style="width:437px" %)Slot (Default 1 for S7-1500/ 2 for S7-1200/ 3 for S7-400)|(% style="width:201px" %) 937 +|HMI No.|(% style="width:437px" %)Rack (Default as 0)|(% style="width:201px" %) 769 769 939 +Slot from TIA Portal is equal to Device No. of PIStudio 940 + 941 +Rack from TIA Portal is equal to HMI No. of PIStudio 942 + 943 +(% style="text-align:center" %) 944 +[[image:S7-XXXCommunication Settings.png]] 945 + 946 +(% style="text-align:center" %) 947 +[[image:S7-XXXCommunication SettingsPIStudio.png||alt="S7-XXXCommunication SettingsPI.png"]] 948 + 770 770 **Address List** 771 771 772 772 (% class="table-bordered" %) 773 -|(% style="width:460px" %)**Type**|(% style="width:461px" %)**Register**|**Range** 774 -|(% rowspan="9" style="width:460px" %)Bit|(% style="width:461px" %)SPTB|0~~16777215.7 775 -|(% style="width:461px" %)SCNA|0~~16777215.7 776 -|(% style="width:461px" %)DPTB|0~~16777215.7 777 -|(% style="width:461px" %)DCNA|0~~16777215.7 778 -|(% style="width:461px" %)METF|0~~16777215.7 779 -|(% style="width:461px" %)SENC|0~~16777215.7 780 -|(% style="width:461px" %)SENA|0~~16777215.7 781 -|(% style="width:461px" %)MENA|0~~16777215.7 782 -|(% style="width:461px" %)METD|0~~16777215.7 783 -|(% rowspan="11" style="width:460px" %)Word|(% style="width:461px" %)SPTB|0~~16777215 784 -|(% style="width:461px" %)SCNA|0~~16777215 785 -|(% style="width:461px" %)DPTB|0~~16777215 786 -|(% style="width:461px" %)DCNA|0~~16777215 787 -|(% style="width:461px" %)SENA|0~~16777215 788 -|(% style="width:461px" %)MENA|0~~16777215 789 -|(% style="width:461px" %)METD|0~~16777215 790 -|(% style="width:461px" %)INRO|0~~16777215 791 -|(% style="width:461px" %)TIMESYN|0~~16777215 792 -|(% style="width:461px" %)TIMEZ|0~~16777215 793 -|(% style="width:461px" %)NTP|0~~16777215 794 -|(% rowspan="2" style="width:460px" %)Double word|(% style="width:461px" %)METF|0~~16777215 795 -|(% style="width:461px" %)SENC|0~~16777215 952 +|**Type**|**Device register**|**HMI register**|**Format**|**Range**|**Note** 953 +|(% rowspan="4" %)Bit|I|I|M d.o|((( 954 +d:0~-~-9999 796 796 797 -**Address Configuration** 956 +o:0-7 957 +)))| 958 +|Q|Q|Q d.o|((( 959 +d:0~-~-9999 798 798 799 -The address registers of the IEC60870-5-104 protocol are SPTB, SCNA, DPTB, DCNA, METF, and SENC. The protocol needs to be added with an extension tag "ASDU", which could only be added in the [Address Identification Library], other places are not editable, that is, the read address in the object or script is not editable. 961 +o:0-7 962 +)))| 963 +|M|M|M d.o|((( 964 +d:0~-~-9999 800 800 801 -(% style="text-align:center" %) 802 -[[image:12.PLC Protocol_html_ba78d143bf457ead.png||data-xwiki-image-style-alignment="center" height="369" width="600" class="img-thumbnail"]] 966 +o:0-7 967 +)))| 968 +|DB0.DB-DB99.DB|DBxDB|DBxDBnndddd.o|((( 969 +nn:0-9999, 803 803 804 -(% style="text-align:center" %) 805 -[[image:12.PLC Protocol_html_23533fd5bb81f4ab.png||data-xwiki-image-style-alignment="center" height="389" width="600" class="img-thumbnail"]] 971 +dddd:0-9999, 806 806 807 -Extended tag name 973 +o:0-7 974 +)))|((( 975 +nn:DB No. 808 808 809 - Addressrangefor the extended tag.977 +dddd:address value 810 810 979 +o: digit address 980 +))) 981 +|(% rowspan="8" %)Word|M|MB|MB d|d:0-99999| 982 +|M|MW|MW d|d:0-99999|((( 983 +MW0=MB(0~~1) 984 + 985 +MW2=MB(2~~3) 986 + 987 +Address value is a multiple of 2 988 +))) 989 +|M|MD|MD d|d:0-99999|((( 990 +MD0=MB(0~~3) 991 + 992 +MD4=MB(4~~7) 993 + 994 +Address value is a multiple of 4 995 +))) 996 +|I|IW|IW d|d:0-99999| 997 +|Q|QW|QW d|d:0-99999| 998 +|DB0.DB-DB99.DB|DBxDBB|DBxDBBnndddd|((( 999 +nn:0-9999 1000 + 1001 +dddd:0-9999 1002 +)))|((( 1003 +nn:DB No. 1004 + 1005 +dddd:address value 1006 +))) 1007 +|DB0.DB-DB99.DB|DBxDBW|DBxDBWnndddd|((( 1008 +nn:0-9999 1009 + 1010 +dddd:0-9999 1011 +)))|((( 1012 +nn:DB No. 1013 + 1014 +dddd:address value 1015 + 1016 +Address value is a multiple of 2 1017 +))) 1018 +|DB0.DB-DB99.DB|DBxDBD|DBxDBDnndddd|((( 1019 +nn:0-9999 1020 + 1021 +dddd:0-9999 1022 +)))|((( 1023 +nn:DB No. 1024 + 1025 +dddd:address value 1026 + 1027 +Address value is a multiple of 4 1028 +))) 1029 + 811 811 **Communication Settings** 812 812 813 813 Enable HMI Ethernet in [Project Settings]; 814 814 815 815 (% style="text-align:center" %) 816 -[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]] 1035 +[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-rounded img-thumbnail"]] 817 817 818 818 Set PLC IP in [Device IP] settings; 819 819 820 820 (% style="text-align:center" %) 821 -[[image:12.PLC Protocol_html_f 848736ec68b125.png||data-xwiki-image-style-alignment="center" height="191" width="554" class="img-thumbnail"]]1040 +[[image:12.PLC Protocol_html_f7b3eb9abda33833.png||data-xwiki-image-style-alignment="center" height="190" width="554" class="img-thumbnail"]] 822 822 1042 +**✎Note:** 1043 + 1044 +* The S7-1200 supports simultaneous connection of three devices, so the driver supports simultaneous access to PLC by three touch screens. 1045 +* HMI access PLC, use S7 protocol, access PLC TSAP 02.01 (s7-1200 PROFINET interface only supports three connections, the default support), detailed reference to the system manual of S7-1200. 1046 + 823 823 **Cable Wiring** 824 824 825 -(% style="text-align:center" %) 826 -[[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]] 1049 +[[image:https://docs.we-con.com.cn/bin/download/PIStudio/12.PLC%20protocols/WebHome/12.PLC%20Protocol_html_2297240b57346b2a.png?width=401&height=170&rev=1.1||alt="12.可编程逻辑控制器Protocol_html_2297240b57346b2a.png" height="170" width="401"]] 827 827 828 -= **LG XGK FEnetEthernet** =1051 +== (% id="cke_bm_25456S" style="display:none" %)** **(%%)**LOGO Ethernet** == 829 829 830 -Supported Series: LSXGT seriesXGK CPU with XGL-EFMTEthernet module1053 +Supported Series: Siemens Logo 0BA0 series 831 831 832 832 **HMI Settings** 833 833 834 834 (% class="table-bordered" %) 835 835 |**Items**|**Settings**|**Note** 836 -|Protocol| LG XGK FEnet(Ethernet)|1059 +|Protocol|Siemens LOGO| 837 837 |Connection|Ethernet| 838 -|Port No.|2004| 1061 +|Port No.|102| 1062 +|PLC station No.|2| 839 839 840 840 **Address List** 841 841 842 842 (% class="table-bordered" %) 843 -|**Type**|**Register**|**Range**|**Format**|**Note** 844 -|(% rowspan="14" %)Word|P|0~~2047|P d| 845 -|M|0~~2047|M d| 846 -|K|0~~2047|K d| 847 -|F|0~~2047|F d| 848 -|T|0~~2047|T d| 849 -|C|0~~2047|C d| 850 -|Z|0~~127|Z d| 851 -|S|0~~127|S d| 852 -|L|0~~11263|L d| 853 -|N|0~~21503|N d| 854 -|D|0~~32767|D d| 855 -|R|0~~32767|R d| 856 -|ZR|0~~65535|ZR d| 857 -|UxDD|0~~6331|UxDD nndd|nn: 0~~63, dd: 0~~31 1067 +|**Number**|**Address Type**|**Data Type**|**Range**|**DB Address**|**PLC Address** 1068 +|1|RTC|Word|1-7|DB1.DBX984.0|0x001ec0 1069 +|2|VB|Byte|0-1469|DB1.DBX0.0|0x000000 1070 +|3|VD|Double Word|0-1466|DB1.DBX0.0|0x000000 1071 +|4|VW|Word|0-1468|DB1.DBX0.0|0x000000 1072 +|5|NAQ|Word|1-32|DB1.DBX1406.0|0x002bf0 1073 +|6|NAI|Word|1-64|DB1.DBX1262.0|0x002770 1074 +|7|AM|Word|1-64|DB1.DBX1118.0|0x0022f0 1075 +|8|AQ|Word|1-16|DB1.DBX1072.0|0x002180 1076 +|9|AI|Word|1-16|DB1.DBX1032.0|0x002040 1077 +|10|I|Bit|1-64|DB1.DBX1024.0|0x002000 1078 +|11|Q|Bit|1-64|DB1.DBX1064.0|0x002140 1079 +|12|M|Bit|1-112|DB1.DBX1104.0|0x002280 1080 +|13|NI|Bit|1-128|DB1.DBX1246.0|0x0026f0 1081 +|14|NQ|Bit|1-128|DB1.DBX1390.0|0x002b70 1082 +|15|V|Bit|0-14697|DB1.DBX0.0|0x000000 858 858 859 -** ✎Note:**1084 +**PLC Settings in LOGO Software:** 860 860 861 -* In addition to the "UxDD" register, the others correspond to the PLC register one by one. UxDD corresponds to U in the PLC; 862 -* The [UxDD] register, defined in the PLC is Ux.dd, x represents the block, and dd represents 0-31 of each block. There are 64 blocks in the PLC; 863 -* All bit registers are in the form of bits in word, and the range is the same as the word register; 1086 +Click [Tools]~-~-[Ethernet Connections],shown as below. 864 864 865 -**Communication settings in HMI** 1088 +(% style="text-align:center" %) 1089 +[[image:12.PLC Protocol_html_8b9d2322edf89519.png||data-xwiki-image-style-alignment="center" height="641" width="423" class="img-thumbnail"]] 866 866 867 - EnableHMIEthernet in[Project Settings];1091 +Set Ethernet connection parameter. IP, Subnet Mask, shown as below. 868 868 869 869 (% style="text-align:center" %) 870 -[[image:12.PLC Protocol_html_4 3b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]1094 +[[image:12.PLC Protocol_html_6c4dd041b26cd8a1.png||data-xwiki-image-style-alignment="center" height="481" width="363" class="img-thumbnail"]] 871 871 1096 +**TSAP set**:The value set by local TSAP is the remote TSAP set in HMI. PLC's remote TSAP is the opposite,shown as below. 1097 + 1098 +(% style="text-align:center" %) 1099 +[[image:12.PLC Protocol_html_7af2611d3790a77d.png||data-xwiki-image-style-alignment="center" height="359" width="426" class="img-thumbnail"]] 1100 + 1101 +**Download Project**: Click "Address book" to add the IP address to be downloaded (fi."Detect" to check whether the IP address can be detected. Then click “ok”, and the system will prompt that PLC will be "STOP" mode. Click “YES” to start download. 1102 + 1103 +(% style="text-align:center" %) 1104 +[[image:12.PLC Protocol_html_3243e4cd600595cc.png||data-xwiki-image-style-alignment="center" height="368" width="554" class="img-thumbnail"]] 1105 + 1106 + 1107 +(% style="text-align:center" %) 1108 +[[image:12.PLC Protocol_html_cb1d92e2cc91a8db.png||data-xwiki-image-style-alignment="center" height="320" width="553" class="img-thumbnail"]] 1109 + 1110 + 1111 +**HMI Communication Settings** 1112 + 872 872 Set PLC IP in [Device IP] settings; 873 873 874 874 (% style="text-align:center" %) 875 -[[image: 12.PLC Protocol_html_a2a19b5003ad4090.png||data-xwiki-image-style-alignment="center" height="189" width="554" class="img-thumbnail"]]1116 +[[image:SiemensLOGODeviceIP.png]] 876 876 1118 +Enable HMI Ethernet in [Project Settings]; 1119 + 1120 +(% style="text-align:center" %) 1121 +[[image:12.PLC Protocol_html_95917a3d92068467.png||data-xwiki-image-style-alignment="center" height="311" width="553" class="img-thumbnail"]] 1122 + 1123 +TSAP setting 1124 + 1125 +* Regarding the setting of PLC TSAP, HMI provides system special address for setting, it is recommended to run in HMI script initialization, write PLC TSAP to corresponding system special register. 1126 +* HSW10118 = local TSAP of HMI, this is remote TSAP of PLC. 1127 +* HSW10119 = Remote TSAP of HMI, this is local TSAP of PLC. 1128 + 1129 +**✎Note:** 1130 + 1131 +* The data of TSAP is hexadecimal format. For example: the remote TSAP configured in the PLC is set to 20.00, then HSW10118 should be set to 0x2000, that is, HSW10118 = 8192. 1132 + 1133 +(% style="text-align:center" %) 1134 +[[image:12.PLC Protocol_html_5c6374b21f46e01e.png||data-xwiki-image-style-alignment="center" height="139" width="498" class="img-thumbnail"]] 1135 + 1136 + 1137 +* AI word address and Ibit address are read-only and cannot be written on HMI. 1138 +* VW address should be even number.such as VW0, VW2, VW4... 1139 +* VD address it takes two VW addresses.such as VD0,VD4,VD8... 1140 +* Written value of RTC cannot exceed 255. 1141 + 877 877 **Cable Wiring** 878 878 879 - = **Mitsubishi**=1144 +[[image:https://docs.we-con.com.cn/bin/download/PIStudio/12.PLC%20protocols/WebHome/12.PLC%20Protocol_html_2297240b57346b2a.png?width=401&height=170&rev=1.1||alt="12.可编程逻辑控制器Protocol_html_2297240b57346b2a.png" height="170" width="401"]] 880 880 1146 += Create communication with **Mitsubishi** = 1147 + 881 881 == **FX1S, 1N, 2N Series** == 882 882 883 883 Supported Series: Mitsubishi FX1S, FX1N, FX2N series ... ... @@ -2649,8 +2649,6 @@ 2649 2649 2650 2650 **✎Note:** COM3 only available in PI8000/PI9000 series. 2651 2651 2652 -= = 2653 - 2654 2654 = **Printer** = 2655 2655 2656 2656 == **TSPL label printer** == ... ... @@ -2851,3 +2851,284 @@ 2851 2851 2852 2852 (% style="text-align:center" %) 2853 2853 [[image:image-20220817154212-1.jpeg||height="315" width="554" class="img-thumbnail"]] 3119 + 3120 += **Barcode Scanner** = 3121 + 3122 +Supported: DELI 14880 barcode scanner 3123 + 3124 +**HMI Setting** 3125 + 3126 +|**Items**|**Settings**|**Note** 3127 +|Protocol|Barcode Scanner| 3128 +|Connection|USB| 3129 + 3130 +**Operating Procedures** 3131 + 3132 +Select [Barcode Scanner]; 3133 + 3134 +(% style="text-align:center" %) 3135 +[[image:12.PLC Protocol_html_55a3056357320966.png||data-xwiki-image-style-alignment="center" height="266" width="600" class="img-thumbnail"]] 3136 + 3137 +Set address for receiving; 3138 + 3139 +Set correct length; 3140 + 3141 +(% style="text-align:center" %) 3142 +[[image:12.PLC Protocol_html_30a4c9e9dd4db40b.png||data-xwiki-image-style-alignment="center" height="701" width="500" class="img-thumbnail"]] 3143 + 3144 +**✎Note:** 3145 + 3146 +* The protocol uploads the information acquired by the USB scanner to the HMI; 3147 +* The acquired information is displayed in string mode, so it is necessary to use [characters input/display] object; 3148 +* Recommended model: DELI 14880 barcode scanner; 3149 + 3150 += **Hitachi EHV Series (Ethernet)** = 3151 + 3152 +Supported series: Hitachi EHV series 3153 + 3154 +**HMI Settings** 3155 + 3156 +(% class="table-bordered" %) 3157 +|**Items**|**Settings**|**Note** 3158 +|Protocol|Hitachi EHV series| 3159 +|Connection|Ethernet| 3160 +|Port No.|3004~~3007| 3161 + 3162 +**Address List** 3163 + 3164 +(% class="table-bordered" %) 3165 +|**Type**|**Register**|**Range**|**Format**|**Note** 3166 +|(% rowspan="6" %)Bit|T|0 - 2545|T DDDD| 3167 +|M|0 - 7FFF.f (Hex)|M HHHH.h| 3168 +|X|0 – FFFF.f (Hex)|X H1H2H3H4.h|(% rowspan="2" %)((( 3169 +H1H2H3H4 Module main number 3170 + 3171 +H1: Remote number 3172 + 3173 +H2: Unit number 3174 + 3175 +H3: Slot number 3176 + 3177 +H4: Word number of Module 3178 + 3179 +H Sub number of Module 3180 + 3181 +For example:X21.3 3182 + 3183 +Slot number 2 3184 + 3185 +Word number of module is 1 3186 + 3187 +Bit number of module is 3 3188 + 3189 +Remote number and unit number are 0 3190 +))) 3191 +|Y|0 – FFFF.f (Hex)|Y H1H2H3H4.h 3192 +|R|0 – FF.f (Hex)|R HH.h| 3193 +|L|0 - 73FF.f (Hex)|L HHHH.h| 3194 +|(% rowspan="6" %)Word|WM|0 - 7FFF (Hex)|WM HHHH| 3195 +|WX|0 – FFFF (Hex)|WX H1H2H3H4|(% rowspan="2" %)((( 3196 +H1H2H3H4 Module main number 3197 + 3198 +H1: Remote number 3199 + 3200 +H2: Unit number 3201 + 3202 +H3: Slot number 3203 + 3204 +H4: Word number of module 3205 + 3206 +For example:WX21 3207 + 3208 +Word number of module is 1 3209 + 3210 +Slot number is 2 3211 + 3212 +Remote number and unit number are 0 3213 +))) 3214 +|WY|0 – FFFF (Hex)|WY H1H2H3H4 3215 +|WR|0 – FFFF (Hex)|WR HHHH| 3216 +|WL|0 - 73FF (Hex)|WL HHHH| 3217 +|TC|0 - 2559|TC DDDD| 3218 + 3219 +**Communication settings in HMI** 3220 + 3221 +Enable HMI Ethernet in [Project Settings]; 3222 + 3223 +(% style="text-align:center" %) 3224 +[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]] 3225 + 3226 +Set PLC IP in [Device IP] settings; 3227 + 3228 +(% style="text-align:center" %) 3229 +[[image:12.PLC Protocol_html_d825387f5bde6cdd.png||data-xwiki-image-style-alignment="center" height="190" width="554" class="img-thumbnail"]] 3230 + 3231 +**PLC Configuration** 3232 + 3233 +Connect with PLC, select[Online mode]; 3234 + 3235 +(% style="text-align:center" %) 3236 +[[image:12.PLC Protocol_html_8430dda44e5c199c.png||data-xwiki-image-style-alignment="center" height="420" width="600" class="img-thumbnail"]] 3237 + 3238 +Set IP address, it is the same LAN parameters with HMI; 3239 + 3240 +(% style="text-align:center" %) 3241 +[[image:12.PLC Protocol_html_1d8a634f64e25fc3.png||data-xwiki-image-style-alignment="center" height="252" width="347" class="img-thumbnail"]] 3242 + 3243 +3) Save PLC communication parameter, and restart PLC 3244 + 3245 +**PLC Monitor Mode** 3246 + 3247 +Connect with PLC and choose to “online” mode 3248 + 3249 +(% style="text-align:center" %) 3250 +[[image:12.PLC Protocol_html_cdac598e770e3b67.png||data-xwiki-image-style-alignment="center" height="193" width="553" class="img-thumbnail"]] 3251 + 3252 +Open I/O monitor sheet1 3253 + 3254 +(% style="text-align:center" %) 3255 +[[image:12.PLC Protocol_html_68eb3518e5f80892.png||data-xwiki-image-style-alignment="center" height="369" width="559" class="img-thumbnail"]] 3256 + 3257 +During monitoring bit address,1 pts should be selected; during monitoring word address, 16 pts should be selected 3258 + 3259 +(% style="text-align:center" %) 3260 +[[image:12.PLC Protocol_html_774652d8daf548d4.png||data-xwiki-image-style-alignment="center" height="118" width="102" class="img-thumbnail"]] 3261 + 3262 +Enter the register address, click OK to view the value of the register. 3263 + 3264 +(% style="text-align:center" %) 3265 +[[image:12.PLC Protocol_html_bba169c300c92051.png||data-xwiki-image-style-alignment="center" height="404" width="600" class="img-thumbnail"]] 3266 + 3267 +(% style="text-align:center" %) 3268 +[[image:12.PLC Protocol_html_d3b23bb9e81921a3.png||data-xwiki-image-style-alignment="center" height="404" width="600" class="img-thumbnail"]] 3269 + 3270 +**✎Note:** 3271 + 3272 +* Both word registers and bit registers support even continuous read/write functions; 3273 +* The range of registers is based on the specific PLC type; 3274 + 3275 +**Cable Wiring** 3276 + 3277 +(% style="text-align:center" %) 3278 +[[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]] 3279 + 3280 += **IEC60870-5 104 Client** = 3281 + 3282 +**HMI Setting** 3283 + 3284 +(% class="table-bordered" %) 3285 +|**Items**|(% style="width:725px" %)**Settings**|(% style="width:309px" %)**Note** 3286 +|Protocol|(% style="width:725px" %)IEC60870-5 104 Client|(% style="width:309px" %) 3287 +|Connection|(% style="width:725px" %)Ethernet|(% style="width:309px" %) 3288 +|Port No.|(% style="width:725px" %)2404|(% style="width:309px" %) 3289 + 3290 +**Address List** 3291 + 3292 +(% class="table-bordered" %) 3293 +|(% style="width:460px" %)**Type**|(% style="width:461px" %)**Register**|**Range** 3294 +|(% rowspan="9" style="width:460px" %)Bit|(% style="width:461px" %)SPTB|0~~16777215.7 3295 +|(% style="width:461px" %)SCNA|0~~16777215.7 3296 +|(% style="width:461px" %)DPTB|0~~16777215.7 3297 +|(% style="width:461px" %)DCNA|0~~16777215.7 3298 +|(% style="width:461px" %)METF|0~~16777215.7 3299 +|(% style="width:461px" %)SENC|0~~16777215.7 3300 +|(% style="width:461px" %)SENA|0~~16777215.7 3301 +|(% style="width:461px" %)MENA|0~~16777215.7 3302 +|(% style="width:461px" %)METD|0~~16777215.7 3303 +|(% rowspan="11" style="width:460px" %)Word|(% style="width:461px" %)SPTB|0~~16777215 3304 +|(% style="width:461px" %)SCNA|0~~16777215 3305 +|(% style="width:461px" %)DPTB|0~~16777215 3306 +|(% style="width:461px" %)DCNA|0~~16777215 3307 +|(% style="width:461px" %)SENA|0~~16777215 3308 +|(% style="width:461px" %)MENA|0~~16777215 3309 +|(% style="width:461px" %)METD|0~~16777215 3310 +|(% style="width:461px" %)INRO|0~~16777215 3311 +|(% style="width:461px" %)TIMESYN|0~~16777215 3312 +|(% style="width:461px" %)TIMEZ|0~~16777215 3313 +|(% style="width:461px" %)NTP|0~~16777215 3314 +|(% rowspan="2" style="width:460px" %)Double word|(% style="width:461px" %)METF|0~~16777215 3315 +|(% style="width:461px" %)SENC|0~~16777215 3316 + 3317 +**Address Configuration** 3318 + 3319 +The address registers of the IEC60870-5-104 protocol are SPTB, SCNA, DPTB, DCNA, METF, and SENC. The protocol needs to be added with an extension tag "ASDU", which could only be added in the [Address Identification Library], other places are not editable, that is, the read address in the object or script is not editable. 3320 + 3321 +(% style="text-align:center" %) 3322 +[[image:12.PLC Protocol_html_ba78d143bf457ead.png||data-xwiki-image-style-alignment="center" height="369" width="600" class="img-thumbnail"]] 3323 + 3324 +(% style="text-align:center" %) 3325 +[[image:12.PLC Protocol_html_23533fd5bb81f4ab.png||data-xwiki-image-style-alignment="center" height="389" width="600" class="img-thumbnail"]] 3326 + 3327 +Extended tag name 3328 + 3329 +Address range for the extended tag. 3330 + 3331 +**Communication Settings** 3332 + 3333 +Enable HMI Ethernet in [Project Settings]; 3334 + 3335 +(% style="text-align:center" %) 3336 +[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]] 3337 + 3338 +Set PLC IP in [Device IP] settings; 3339 + 3340 +(% style="text-align:center" %) 3341 +[[image:12.PLC Protocol_html_f848736ec68b125.png||data-xwiki-image-style-alignment="center" height="191" width="554" class="img-thumbnail"]] 3342 + 3343 +**Cable Wiring** 3344 + 3345 +(% style="text-align:center" %) 3346 +[[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]] 3347 + 3348 += **LG XGK FEnet Ethernet** = 3349 + 3350 +Supported Series: LS XGT series XGK CPU with XGL-EFMT Ethernet module 3351 + 3352 +**HMI Settings** 3353 + 3354 +(% class="table-bordered" %) 3355 +|**Items**|**Settings**|**Note** 3356 +|Protocol|LG XGK FEnet(Ethernet)| 3357 +|Connection|Ethernet| 3358 +|Port No.|2004| 3359 + 3360 +**Address List** 3361 + 3362 +(% class="table-bordered" %) 3363 +|**Type**|**Register**|**Range**|**Format**|**Note** 3364 +|(% rowspan="14" %)Word|P|0~~2047|P d| 3365 +|M|0~~2047|M d| 3366 +|K|0~~2047|K d| 3367 +|F|0~~2047|F d| 3368 +|T|0~~2047|T d| 3369 +|C|0~~2047|C d| 3370 +|Z|0~~127|Z d| 3371 +|S|0~~127|S d| 3372 +|L|0~~11263|L d| 3373 +|N|0~~21503|N d| 3374 +|D|0~~32767|D d| 3375 +|R|0~~32767|R d| 3376 +|ZR|0~~65535|ZR d| 3377 +|UxDD|0~~6331|UxDD nndd|nn: 0~~63, dd: 0~~31 3378 + 3379 +**✎Note:** 3380 + 3381 +* In addition to the "UxDD" register, the others correspond to the PLC register one by one. UxDD corresponds to U in the PLC; 3382 +* The [UxDD] register, defined in the PLC is Ux.dd, x represents the block, and dd represents 0-31 of each block. There are 64 blocks in the PLC; 3383 +* All bit registers are in the form of bits in word, and the range is the same as the word register; 3384 + 3385 +**Communication settings in HMI** 3386 + 3387 +Enable HMI Ethernet in [Project Settings]; 3388 + 3389 +(% style="text-align:center" %) 3390 +[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]] 3391 + 3392 +Set PLC IP in [Device IP] settings; 3393 + 3394 +(% style="text-align:center" %) 3395 +[[image:12.PLC Protocol_html_a2a19b5003ad4090.png||data-xwiki-image-style-alignment="center" height="189" width="554" class="img-thumbnail"]] 3396 + 3397 +**Cable Wiring** 3398 + 3399 +[[image:https://docs.we-con.com.cn/bin/download/PIStudio/12.PLC%20protocols/WebHome/12.PLC%20Protocol_html_2297240b57346b2a.png?width=401&height=170&rev=1.1||alt="12.可编程逻辑控制器Protocol_html_2297240b57346b2a.png" height="170" width="401"]]