Changes for page 12 PLC Protocol OLD

Last modified by Mora Zhou on 2024/12/05 14:53

From version 78.1
edited by Ben
on 2022/08/29 14:19
Change comment: There is no comment for this version
To version 70.1
edited by Ben
on 2022/08/29 14:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -399,6 +399,7 @@
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 +
402 402  **Software configuration of PLC**
403 403  
404 404  **1)PLC programming software**
... ... @@ -468,10 +468,67 @@
468 468  
469 469  The above are all the steps for establishing ethernet communication between Wecon HMI with LX5V PLC.
470 470  
471 -= Create communication with **Rockwell PLC** =
472 += **Allen-Bradley** =
472 472  
473 -== **MicroLogix Protocol** ==
474 +== **FreeTag Ethernet/IP (CompactLogix)** ==
474 474  
476 +Allen-Brandly CompactLogix
477 +
478 +**HMI Settings**
479 +
480 +(% class="table-bordered" %)
481 +|**Items**|**Settings**|**Note**
482 +|Protocol|Allen-Brandley FreeTag Ethernet/IP (CompactLogix)|
483 +|Connection|Ethernet|
484 +|Port No.|44818|
485 +
486 +**PLC Setting**
487 +
488 +Create new tags
489 +
490 +(% style="text-align:center" %)
491 +[[image:12.PLC Protocol_html_a748a27dcf7f1124.png||data-xwiki-image-style-alignment="center" height="411" width="700" class="img-thumbnail"]]
492 +
493 +Export tags to CSV file. ([Tools] » [Export] » [Tags and Logic Comments])
494 +
495 +(% style="text-align:center" %)
496 +[[image:12.PLC Protocol_html_151379170bb8ff3e.png||data-xwiki-image-style-alignment="center" height="352" width="700" class="img-thumbnail"]]
497 +
498 +Import labels, please open [Communication] window and click [Import label];
499 +
500 +Select csv file, all tags will be displayed as belows;
501 +
502 +(% style="text-align:center" %)
503 +[[image:12.PLC Protocol_html_af192e54dee96f38.png||data-xwiki-image-style-alignment="center" height="586" width="700" class="img-thumbnail"]]
504 +
505 +**✎Note:**
506 +
507 +Because in different region, the separation symbol is different, we suggest you check this before you want to import your tags. To open csv file as text format.
508 +
509 +(% style="text-align:center" %)
510 +[[image:12.PLC Protocol_html_33df1d63ebe53726.png||data-xwiki-image-style-alignment="center" height="206" width="700" class="img-thumbnail"]]
511 +
512 +The directory of changing system settings: [Control Panel] -> [Date, Time, Language,and Regional Options] -> [Change the format of numbers, dates, and times]->[Customize]-> [List separator]. Please select [,] and export CSV file after setting.
513 +
514 +**Communication settings in HMI**
515 +
516 +Enable HMI Ethernet in [Project Settings];
517 +
518 +(% style="text-align:center" %)
519 +[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="106" width="400" class="img-thumbnail"]]
520 +
521 +Set PLC IP in [Device IP] settings;
522 +
523 +(% style="text-align:center" %)
524 +[[image:12.PLC Protocol_html_27870d373581892e.png||data-xwiki-image-style-alignment="center" height="206" width="600" class="img-thumbnail"]]
525 +
526 +**Cable Wiring**
527 +
528 +(% style="text-align:center" %)
529 +[[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="400" class="img-thumbnail"]]
530 +
531 +== **MicroLogix** ==
532 +
475 475  MicroLogix 1000/1100/1200/1400/1500; SLC 5/03 5/04 5/05 PLC-5
476 476  
477 477  **HMI Settings**
... ... @@ -507,95 +507,315 @@
507 507  
508 508  **Cable Wiring**
509 509  
510 -
511 511  (% style="text-align:center" %)
512 512  [[image:12.PLC Protocol_html_58205bdf82c06d4.png||data-xwiki-image-style-alignment="center" height="307" width="500" class="img-thumbnail"]]
513 513  
514 -== **FreeTag Ethernet/IP (CompactLogix)** ==
571 +== **AB PLC address edit** ==
515 515  
516 -Allen-Brandly CompactLogix
573 +The operational address is determined by the connection of Allen-Bradley PLC to HMI. For extension modules or other special conditions, refer to allen-Bradley PLC instruction manual. The following is an example of allen-bradley MicroLogix1200.
517 517  
575 +* **Bit address I:** The address ranges from 0.0 to 255.15. The value of the data before the decimal point ranges from 0 to 255 (decimal). The value from 0 to 15 after the decimal point is the sub address (decimal).
576 +* **Bit address B:** The address ranges from 000.0 to fff.15. The first f from left to right represents the block number (hexadecimal); The second and third f from left to right represent the word address (hexadecimal). The value 0 to 15 after the decimal point reprensents the sub address (decimal).
577 +* **Word address S:** The word address ranges from 0 to 255 (decimal).
578 +* **Word address TS:** The address ranges from 000.0 to ffff. The first and second f from left to right represents the block number (hexadecimal); The third and fourth f from left to right represent the word address (hexadecimal).
579 +
580 +**✎Note: **Register address TP, CS, CP, N, F and TS address edit are same. D indicates decimal, and F indicates hexadecimal. Different PLC models may support different registers. See the following table.
581 +
582 +|(% style="width:393px" %)**PLC bit address type**|(% style="width:350px" %)**Address format**|(% style="width:333px" %)**Address range**
583 +|(% style="width:393px" %)I|(% style="width:350px" %)dd.dd|(% style="width:333px" %)I 0.0 ~~ 255.15
584 +|(% style="width:393px" %)O|(% style="width:350px" %)dd.dd|(% style="width:333px" %)O 0.0 ~~ 255.15
585 +|(% style="width:393px" %)B|(% style="width:350px" %)fff.dd|(% style="width:333px" %)B 000.0 ~~ fff.15
586 +|(% style="width:393px" %)S|(% style="width:350px" %)dd.dd|(% style="width:333px" %)S 0.0 ~~ 255.15
587 +|(% style="width:393px" %)N|(% style="width:350px" %)ffff.dd|(% style="width:333px" %)N 000.0 ~~ fff.15
588 +|(% style="width:393px" %)**PLC word address type**|(% style="width:350px" %)**Address format**|(% style="width:333px" %)**Address range**
589 +|(% style="width:393px" %)S|(% style="width:350px" %)ddd|(% style="width:333px" %)S0 ~~ 255
590 +|(% style="width:393px" %)TS|(% style="width:350px" %)ffff|(% style="width:333px" %)TS0 ~~ FFFF
591 +|(% style="width:393px" %)TP|(% style="width:350px" %)ffff|(% style="width:333px" %)TP0 ~~ FFFF
592 +|(% style="width:393px" %)CS|(% style="width:350px" %)ffff|(% style="width:333px" %)CS0 ~~ FFFF
593 +|(% style="width:393px" %)CP|(% style="width:350px" %)ffff|(% style="width:333px" %)CP0 ~~ FFFF
594 +|(% style="width:393px" %)N|(% style="width:350px" %)ffff|(% style="width:333px" %)N0 ~~ FFFF
595 +|(% style="width:393px" %)F|(% style="width:350px" %)ffff|(% style="width:333px" %)F0 ~~ FFFF
596 +
597 += **Barcode Scanner** =
598 +
599 +Supported: DELI 14880 barcode scanner
600 +
601 +**HMI Setting**
602 +
603 +(% class="table-bordered" %)
604 +|**Items**|**Settings**|**Note**
605 +|Protocol|Barcode Scanner|
606 +|Connection|USB|
607 +
608 +**Operating Procedures**
609 +
610 +Select [Barcode Scanner];
611 +
612 +(% style="text-align:center" %)
613 +[[image:12.PLC Protocol_html_55a3056357320966.png||data-xwiki-image-style-alignment="center" height="266" width="600" class="img-thumbnail"]]
614 +
615 +Set address for receiving;
616 +
617 +Set correct length;
618 +
619 +(% style="text-align:center" %)
620 +[[image:12.PLC Protocol_html_30a4c9e9dd4db40b.png||data-xwiki-image-style-alignment="center" height="701" width="500" class="img-thumbnail"]]
621 +
622 +**✎Note:**
623 +
624 +* The protocol uploads the information acquired by the USB scanner to the HMI;
625 +* The acquired information is displayed in string mode, so it is necessary to use [characters input/display] object;
626 +* Recommended model: DELI 14880 barcode scanner;
627 +
628 += **Hitachi EHV Series (Ethernet)** =
629 +
630 +Supported series: Hitachi EHV series
631 +
518 518  **HMI Settings**
519 519  
520 520  (% class="table-bordered" %)
521 521  |**Items**|**Settings**|**Note**
522 -|Protocol|Allen-Brandley FreeTag Ethernet/IP (CompactLogix)|
636 +|Protocol|Hitachi EHV series|
523 523  |Connection|Ethernet|
524 -|Port No.|44818|
638 +|Port No.|3004~~3007|
525 525  
526 -**PLC Setting**
640 +**Address List**
527 527  
528 -Create new tags
642 +(% class="table-bordered" %)
643 +|**Type**|**Register**|**Range**|**Format**|**Note**
644 +|(% rowspan="6" %)Bit|T|0 - 2545|T DDDD|
645 +|M|0 - 7FFF.f (Hex)|M HHHH.h|
646 +|X|0 – FFFF.f (Hex)|X H1H2H3H4.h|(% rowspan="2" %)(((
647 +H1H2H3H4 Module main number
529 529  
649 +H1: Remote number
650 +
651 +H2: Unit number
652 +
653 +H3: Slot number
654 +
655 +H4: Word number of Module
656 +
657 +H Sub number of Module
658 +
659 +For example:X21.3
660 +
661 +Slot number 2
662 +
663 +Word number of module is 1
664 +
665 +Bit number of module is 3
666 +
667 +Remote number and unit number are 0
668 +)))
669 +|Y|0 – FFFF.f (Hex)|Y H1H2H3H4.h
670 +|R|0 – FF.f (Hex)|R HH.h|
671 +|L|0 - 73FF.f (Hex)|L HHHH.h|
672 +|(% rowspan="6" %)Word|WM|0 - 7FFF (Hex)|WM HHHH|
673 +|WX|0 – FFFF (Hex)|WX H1H2H3H4|(% rowspan="2" %)(((
674 +H1H2H3H4 Module main number
675 +
676 +H1: Remote number
677 +
678 +H2: Unit number
679 +
680 +H3: Slot number
681 +
682 +H4: Word number of module
683 +
684 +For example:WX21
685 +
686 +Word number of module is 1
687 +
688 +Slot number is 2
689 +
690 +Remote number and unit number are 0
691 +)))
692 +|WY|0 – FFFF (Hex)|WY H1H2H3H4
693 +|WR|0 – FFFF (Hex)|WR HHHH|
694 +|WL|0 - 73FF (Hex)|WL HHHH|
695 +|TC|0 - 2559|TC DDDD|
696 +
697 +**Communication settings in HMI**
698 +
699 +Enable HMI Ethernet in [Project Settings];
700 +
530 530  (% style="text-align:center" %)
531 -[[image:12.PLC Protocol_html_a748a27dcf7f1124.png||data-xwiki-image-style-alignment="center" height="411" width="700" class="img-thumbnail"]]
702 +[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
532 532  
533 -Export tags to CSV file. ([Tools] » [Export] » [Tags and Logic Comments])
704 +Set PLC IP in [Device IP] settings;
534 534  
535 535  (% style="text-align:center" %)
536 -[[image:12.PLC Protocol_html_151379170bb8ff3e.png||data-xwiki-image-style-alignment="center" height="352" width="700" class="img-thumbnail"]]
707 +[[image:12.PLC Protocol_html_d825387f5bde6cdd.png||data-xwiki-image-style-alignment="center" height="190" width="554" class="img-thumbnail"]]
537 537  
538 -Import labels, please open [Communication] window and click [Import label];
709 +**PLC Configuration**
539 539  
540 -Select csv file, all tags will be displayed as belows;
711 +Connect with PLC, select[Online mode];
541 541  
542 542  (% style="text-align:center" %)
543 -[[image:12.PLC Protocol_html_af192e54dee96f38.png||data-xwiki-image-style-alignment="center" height="586" width="700" class="img-thumbnail"]]
714 +[[image:12.PLC Protocol_html_8430dda44e5c199c.png||data-xwiki-image-style-alignment="center" height="420" width="600" class="img-thumbnail"]]
544 544  
716 +Set IP address, it is the same LAN parameters with HMI;
717 +
718 +(% style="text-align:center" %)
719 +[[image:12.PLC Protocol_html_1d8a634f64e25fc3.png||data-xwiki-image-style-alignment="center" height="252" width="347" class="img-thumbnail"]]
720 +
721 +3) Save PLC communication parameter, and restart PLC
722 +
723 +**PLC Monitor Mode**
724 +
725 +Connect with PLC and choose to “online” mode
726 +
727 +(% style="text-align:center" %)
728 +[[image:12.PLC Protocol_html_cdac598e770e3b67.png||data-xwiki-image-style-alignment="center" height="193" width="553" class="img-thumbnail"]]
729 +
730 +Open I/O monitor sheet1
731 +
732 +(% style="text-align:center" %)
733 +[[image:12.PLC Protocol_html_68eb3518e5f80892.png||data-xwiki-image-style-alignment="center" height="369" width="559" class="img-thumbnail"]]
734 +
735 +During monitoring bit address,1 pts should be selected; during monitoring word address, 16 pts should be selected
736 +
737 +(% style="text-align:center" %)
738 +[[image:12.PLC Protocol_html_774652d8daf548d4.png||data-xwiki-image-style-alignment="center" height="118" width="102" class="img-thumbnail"]]
739 +
740 +Enter the register address, click OK to view the value of the register.
741 +
742 +(% style="text-align:center" %)
743 +[[image:12.PLC Protocol_html_bba169c300c92051.png||data-xwiki-image-style-alignment="center" height="404" width="600" class="img-thumbnail"]]
744 +
745 +(% style="text-align:center" %)
746 +[[image:12.PLC Protocol_html_d3b23bb9e81921a3.png||data-xwiki-image-style-alignment="center" height="404" width="600" class="img-thumbnail"]]
747 +
545 545  **✎Note:**
546 546  
547 -Because in different region, the separation symbol is different, we suggest you check this before you want to import your tags. To open csv file as text format.
750 +* Both word registers and bit registers support even continuous read/write functions;
751 +* The range of registers is based on the specific PLC type;
548 548  
753 +**Cable Wiring**
754 +
549 549  (% style="text-align:center" %)
550 -[[image:12.PLC Protocol_html_33df1d63ebe53726.png||data-xwiki-image-style-alignment="center" height="206" width="700" class="img-thumbnail"]]
756 +[[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]]
551 551  
552 -The directory of changing system settings: [Control Panel] -> [Date, Time, Language,and Regional Options] -> [Change the format of numbers, dates, and times]->[Customize]-> [List separator]. Please select [,] and export CSV file after setting.
758 += **IEC60870-5 104 Client** =
553 553  
554 -**Communication settings in HMI**
760 +**HMI Setting**
555 555  
762 +(% class="table-bordered" %)
763 +|**Items**|(% style="width:725px" %)**Settings**|(% style="width:309px" %)**Note**
764 +|Protocol|(% style="width:725px" %)IEC60870-5 104 Client|(% style="width:309px" %)
765 +|Connection|(% style="width:725px" %)Ethernet|(% style="width:309px" %)
766 +|Port No.|(% style="width:725px" %)2404|(% style="width:309px" %)
767 +
768 +**Address List**
769 +
770 +(% class="table-bordered" %)
771 +|(% style="width:460px" %)**Type**|(% style="width:461px" %)**Register**|**Range**
772 +|(% rowspan="9" style="width:460px" %)Bit|(% style="width:461px" %)SPTB|0~~16777215.7
773 +|(% style="width:461px" %)SCNA|0~~16777215.7
774 +|(% style="width:461px" %)DPTB|0~~16777215.7
775 +|(% style="width:461px" %)DCNA|0~~16777215.7
776 +|(% style="width:461px" %)METF|0~~16777215.7
777 +|(% style="width:461px" %)SENC|0~~16777215.7
778 +|(% style="width:461px" %)SENA|0~~16777215.7
779 +|(% style="width:461px" %)MENA|0~~16777215.7
780 +|(% style="width:461px" %)METD|0~~16777215.7
781 +|(% rowspan="11" style="width:460px" %)Word|(% style="width:461px" %)SPTB|0~~16777215
782 +|(% style="width:461px" %)SCNA|0~~16777215
783 +|(% style="width:461px" %)DPTB|0~~16777215
784 +|(% style="width:461px" %)DCNA|0~~16777215
785 +|(% style="width:461px" %)SENA|0~~16777215
786 +|(% style="width:461px" %)MENA|0~~16777215
787 +|(% style="width:461px" %)METD|0~~16777215
788 +|(% style="width:461px" %)INRO|0~~16777215
789 +|(% style="width:461px" %)TIMESYN|0~~16777215
790 +|(% style="width:461px" %)TIMEZ|0~~16777215
791 +|(% style="width:461px" %)NTP|0~~16777215
792 +|(% rowspan="2" style="width:460px" %)Double word|(% style="width:461px" %)METF|0~~16777215
793 +|(% style="width:461px" %)SENC|0~~16777215
794 +
795 +**Address Configuration**
796 +
797 +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.
798 +
799 +(% style="text-align:center" %)
800 +[[image:12.PLC Protocol_html_ba78d143bf457ead.png||data-xwiki-image-style-alignment="center" height="369" width="600" class="img-thumbnail"]]
801 +
802 +(% style="text-align:center" %)
803 +[[image:12.PLC Protocol_html_23533fd5bb81f4ab.png||data-xwiki-image-style-alignment="center" height="389" width="600" class="img-thumbnail"]]
804 +
805 +Extended tag name
806 +
807 +Address range for the extended tag.
808 +
809 +**Communication Settings**
810 +
556 556  Enable HMI Ethernet in [Project Settings];
557 557  
558 558  (% style="text-align:center" %)
559 -[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="106" width="400" class="img-thumbnail"]]
814 +[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
560 560  
561 561  Set PLC IP in [Device IP] settings;
562 562  
563 563  (% style="text-align:center" %)
564 -[[image:12.PLC Protocol_html_27870d373581892e.png||data-xwiki-image-style-alignment="center" height="206" width="600" class="img-thumbnail"]]
819 +[[image:12.PLC Protocol_html_f848736ec68b125.png||data-xwiki-image-style-alignment="center" height="191" width="554" class="img-thumbnail"]]
565 565  
566 566  **Cable Wiring**
567 567  
568 568  (% style="text-align:center" %)
569 -[[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="400" class="img-thumbnail"]]
824 +[[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]]
570 570  
571 -== **AB PLC address edit** ==
826 += **LG XGK FEnet Ethernet** =
572 572  
573 -The operational address is determined by the connection of Allen-Bradley PLC to HMI. For extension modules or other special conditions, refer to allen-Bradley PLC instruction manual. The following is an example of allen-bradley MicroLogix1200.
828 +Supported Series: LS XGT series XGK CPU with XGL-EFMT Ethernet module
574 574  
575 -* **Bit address I:** The address ranges from 0.0 to 255.15. The value of the data before the decimal point ranges from 0 to 255 (decimal). The value from 0 to 15 after the decimal point is the sub address (decimal).
576 -* **Bit address B:** The address ranges from 000.0 to fff.15. The first f from left to right represents the block number (hexadecimal); The second and third f from left to right represent the word address (hexadecimal). The value 0 to 15 after the decimal point reprensents the sub address (decimal).
577 -* **Word address S:** The word address ranges from 0 to 255 (decimal).
578 -* **Word address TS:** The address ranges from 000.0 to ffff. The first and second f from left to right represents the block number (hexadecimal); The third and fourth f from left to right represent the word address (hexadecimal).
830 +**HMI Settings**
579 579  
580 -**✎Note: **Register address TP, CS, CP, N, F and TS address edit are same. D indicates decimal, and F indicates hexadecimal. Different PLC models may support different registers. See the following table.
832 +(% class="table-bordered" %)
833 +|**Items**|**Settings**|**Note**
834 +|Protocol|LG XGK FEnet(Ethernet)|
835 +|Connection|Ethernet|
836 +|Port No.|2004|
581 581  
582 -|(% style="width:393px" %)**PLC bit address type**|(% style="width:350px" %)**Address format**|(% style="width:333px" %)**Address range**
583 -|(% style="width:393px" %)I|(% style="width:350px" %)dd.dd|(% style="width:333px" %)I 0.0 ~~ 255.15
584 -|(% style="width:393px" %)O|(% style="width:350px" %)dd.dd|(% style="width:333px" %)O 0.0 ~~ 255.15
585 -|(% style="width:393px" %)B|(% style="width:350px" %)fff.dd|(% style="width:333px" %)B 000.0 ~~ fff.15
586 -|(% style="width:393px" %)S|(% style="width:350px" %)dd.dd|(% style="width:333px" %)S 0.0 ~~ 255.15
587 -|(% style="width:393px" %)N|(% style="width:350px" %)ffff.dd|(% style="width:333px" %)N 000.0 ~~ fff.15
588 -|(% style="width:393px" %) |(% style="width:350px" %) |(% style="width:333px" %)
589 -|(% style="width:393px" %) |(% style="width:350px" %) |(% style="width:333px" %)
590 -|(% style="width:393px" %) |(% style="width:350px" %) |(% style="width:333px" %)
591 -|(% style="width:393px" %) |(% style="width:350px" %) |(% style="width:333px" %)
592 -|(% style="width:393px" %) |(% style="width:350px" %) |(% style="width:333px" %)
593 -|(% style="width:393px" %) |(% style="width:350px" %) |(% style="width:333px" %)
594 -|(% style="width:393px" %) |(% style="width:350px" %) |(% style="width:333px" %)
595 -|(% style="width:393px" %) |(% style="width:350px" %) |(% style="width:333px" %)
838 +**Address List**
596 596  
597 -= =
840 +(% class="table-bordered" %)
841 +|**Type**|**Register**|**Range**|**Format**|**Note**
842 +|(% rowspan="14" %)Word|P|0~~2047|P d|
843 +|M|0~~2047|M d|
844 +|K|0~~2047|K d|
845 +|F|0~~2047|F d|
846 +|T|0~~2047|T d|
847 +|C|0~~2047|C d|
848 +|Z|0~~127|Z d|
849 +|S|0~~127|S d|
850 +|L|0~~11263|L d|
851 +|N|0~~21503|N d|
852 +|D|0~~32767|D d|
853 +|R|0~~32767|R d|
854 +|ZR|0~~65535|ZR d|
855 +|UxDD|0~~6331|UxDD nndd|nn: 0~~63, dd: 0~~31
598 598  
857 +**✎Note:**
858 +
859 +* In addition to the "UxDD" register, the others correspond to the PLC register one by one. UxDD corresponds to U in the PLC;
860 +* 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;
861 +* All bit registers are in the form of bits in word, and the range is the same as the word register;
862 +
863 +**Communication settings in HMI**
864 +
865 +Enable HMI Ethernet in [Project Settings];
866 +
867 +(% style="text-align:center" %)
868 +[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
869 +
870 +Set PLC IP in [Device IP] settings;
871 +
872 +(% style="text-align:center" %)
873 +[[image:12.PLC Protocol_html_a2a19b5003ad4090.png||data-xwiki-image-style-alignment="center" height="189" width="554" class="img-thumbnail"]]
874 +
875 +**Cable Wiring**
876 +
599 599  = **Mitsubishi** =
600 600  
601 601  == **FX1S, 1N, 2N Series** ==
... ... @@ -2369,6 +2369,8 @@
2369 2369  
2370 2370  **✎Note:** COM3 only available in PI8000/PI9000 series.
2371 2371  
2650 += =
2651 +
2372 2372  = **Printer** =
2373 2373  
2374 2374  == **TSPL label printer** ==
... ... @@ -2569,282 +2569,3 @@
2569 2569  
2570 2570  (% style="text-align:center" %)
2571 2571  [[image:image-20220817154212-1.jpeg||height="315" width="554" class="img-thumbnail"]]
2572 -
2573 -= **Barcode Scanner** =
2574 -
2575 -Supported: DELI 14880 barcode scanner
2576 -
2577 -**HMI Setting**
2578 -
2579 -|**Items**|**Settings**|**Note**
2580 -|Protocol|Barcode Scanner|
2581 -|Connection|USB|
2582 -
2583 -**Operating Procedures**
2584 -
2585 -Select [Barcode Scanner];
2586 -
2587 -(% style="text-align:center" %)
2588 -[[image:12.PLC Protocol_html_55a3056357320966.png||data-xwiki-image-style-alignment="center" height="266" width="600" class="img-thumbnail"]]
2589 -
2590 -Set address for receiving;
2591 -
2592 -Set correct length;
2593 -
2594 -(% style="text-align:center" %)
2595 -[[image:12.PLC Protocol_html_30a4c9e9dd4db40b.png||data-xwiki-image-style-alignment="center" height="701" width="500" class="img-thumbnail"]]
2596 -
2597 -**✎Note:**
2598 -
2599 -* The protocol uploads the information acquired by the USB scanner to the HMI;
2600 -* The acquired information is displayed in string mode, so it is necessary to use [characters input/display] object;
2601 -* Recommended model: DELI 14880 barcode scanner;
2602 -
2603 -= **Hitachi EHV Series (Ethernet)** =
2604 -
2605 -Supported series: Hitachi EHV series
2606 -
2607 -**HMI Settings**
2608 -
2609 -(% class="table-bordered" %)
2610 -|**Items**|**Settings**|**Note**
2611 -|Protocol|Hitachi EHV series|
2612 -|Connection|Ethernet|
2613 -|Port No.|3004~~3007|
2614 -
2615 -**Address List**
2616 -
2617 -(% class="table-bordered" %)
2618 -|**Type**|**Register**|**Range**|**Format**|**Note**
2619 -|(% rowspan="6" %)Bit|T|0 - 2545|T DDDD|
2620 -|M|0 - 7FFF.f (Hex)|M HHHH.h|
2621 -|X|0 – FFFF.f (Hex)|X H1H2H3H4.h|(% rowspan="2" %)(((
2622 -H1H2H3H4 Module main number
2623 -
2624 -H1: Remote number
2625 -
2626 -H2: Unit number
2627 -
2628 -H3: Slot number
2629 -
2630 -H4: Word number of Module
2631 -
2632 -H Sub number of Module
2633 -
2634 -For example:X21.3
2635 -
2636 -Slot number 2
2637 -
2638 -Word number of module is 1
2639 -
2640 -Bit number of module is 3
2641 -
2642 -Remote number and unit number are 0
2643 -)))
2644 -|Y|0 – FFFF.f (Hex)|Y H1H2H3H4.h
2645 -|R|0 – FF.f (Hex)|R HH.h|
2646 -|L|0 - 73FF.f (Hex)|L HHHH.h|
2647 -|(% rowspan="6" %)Word|WM|0 - 7FFF (Hex)|WM HHHH|
2648 -|WX|0 – FFFF (Hex)|WX H1H2H3H4|(% rowspan="2" %)(((
2649 -H1H2H3H4 Module main number
2650 -
2651 -H1: Remote number
2652 -
2653 -H2: Unit number
2654 -
2655 -H3: Slot number
2656 -
2657 -H4: Word number of module
2658 -
2659 -For example:WX21
2660 -
2661 -Word number of module is 1
2662 -
2663 -Slot number is 2
2664 -
2665 -Remote number and unit number are 0
2666 -)))
2667 -|WY|0 – FFFF (Hex)|WY H1H2H3H4
2668 -|WR|0 – FFFF (Hex)|WR HHHH|
2669 -|WL|0 - 73FF (Hex)|WL HHHH|
2670 -|TC|0 - 2559|TC DDDD|
2671 -
2672 -**Communication settings in HMI**
2673 -
2674 -Enable HMI Ethernet in [Project Settings];
2675 -
2676 -(% style="text-align:center" %)
2677 -[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
2678 -
2679 -Set PLC IP in [Device IP] settings;
2680 -
2681 -(% style="text-align:center" %)
2682 -[[image:12.PLC Protocol_html_d825387f5bde6cdd.png||data-xwiki-image-style-alignment="center" height="190" width="554" class="img-thumbnail"]]
2683 -
2684 -**PLC Configuration**
2685 -
2686 -Connect with PLC, select[Online mode];
2687 -
2688 -(% style="text-align:center" %)
2689 -[[image:12.PLC Protocol_html_8430dda44e5c199c.png||data-xwiki-image-style-alignment="center" height="420" width="600" class="img-thumbnail"]]
2690 -
2691 -Set IP address, it is the same LAN parameters with HMI;
2692 -
2693 -(% style="text-align:center" %)
2694 -[[image:12.PLC Protocol_html_1d8a634f64e25fc3.png||data-xwiki-image-style-alignment="center" height="252" width="347" class="img-thumbnail"]]
2695 -
2696 -3) Save PLC communication parameter, and restart PLC
2697 -
2698 -**PLC Monitor Mode**
2699 -
2700 -Connect with PLC and choose to “online” mode
2701 -
2702 -(% style="text-align:center" %)
2703 -[[image:12.PLC Protocol_html_cdac598e770e3b67.png||data-xwiki-image-style-alignment="center" height="193" width="553" class="img-thumbnail"]]
2704 -
2705 -Open I/O monitor sheet1
2706 -
2707 -(% style="text-align:center" %)
2708 -[[image:12.PLC Protocol_html_68eb3518e5f80892.png||data-xwiki-image-style-alignment="center" height="369" width="559" class="img-thumbnail"]]
2709 -
2710 -During monitoring bit address,1 pts should be selected; during monitoring word address, 16 pts should be selected
2711 -
2712 -(% style="text-align:center" %)
2713 -[[image:12.PLC Protocol_html_774652d8daf548d4.png||data-xwiki-image-style-alignment="center" height="118" width="102" class="img-thumbnail"]]
2714 -
2715 -Enter the register address, click OK to view the value of the register.
2716 -
2717 -(% style="text-align:center" %)
2718 -[[image:12.PLC Protocol_html_bba169c300c92051.png||data-xwiki-image-style-alignment="center" height="404" width="600" class="img-thumbnail"]]
2719 -
2720 -(% style="text-align:center" %)
2721 -[[image:12.PLC Protocol_html_d3b23bb9e81921a3.png||data-xwiki-image-style-alignment="center" height="404" width="600" class="img-thumbnail"]]
2722 -
2723 -**✎Note:**
2724 -
2725 -* Both word registers and bit registers support even continuous read/write functions;
2726 -* The range of registers is based on the specific PLC type;
2727 -
2728 -**Cable Wiring**
2729 -
2730 -(% style="text-align:center" %)
2731 -[[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]]
2732 -
2733 -= **IEC60870-5 104 Client** =
2734 -
2735 -**HMI Setting**
2736 -
2737 -(% class="table-bordered" %)
2738 -|**Items**|(% style="width:725px" %)**Settings**|(% style="width:309px" %)**Note**
2739 -|Protocol|(% style="width:725px" %)IEC60870-5 104 Client|(% style="width:309px" %)
2740 -|Connection|(% style="width:725px" %)Ethernet|(% style="width:309px" %)
2741 -|Port No.|(% style="width:725px" %)2404|(% style="width:309px" %)
2742 -
2743 -**Address List**
2744 -
2745 -(% class="table-bordered" %)
2746 -|(% style="width:460px" %)**Type**|(% style="width:461px" %)**Register**|**Range**
2747 -|(% rowspan="9" style="width:460px" %)Bit|(% style="width:461px" %)SPTB|0~~16777215.7
2748 -|(% style="width:461px" %)SCNA|0~~16777215.7
2749 -|(% style="width:461px" %)DPTB|0~~16777215.7
2750 -|(% style="width:461px" %)DCNA|0~~16777215.7
2751 -|(% style="width:461px" %)METF|0~~16777215.7
2752 -|(% style="width:461px" %)SENC|0~~16777215.7
2753 -|(% style="width:461px" %)SENA|0~~16777215.7
2754 -|(% style="width:461px" %)MENA|0~~16777215.7
2755 -|(% style="width:461px" %)METD|0~~16777215.7
2756 -|(% rowspan="11" style="width:460px" %)Word|(% style="width:461px" %)SPTB|0~~16777215
2757 -|(% style="width:461px" %)SCNA|0~~16777215
2758 -|(% style="width:461px" %)DPTB|0~~16777215
2759 -|(% style="width:461px" %)DCNA|0~~16777215
2760 -|(% style="width:461px" %)SENA|0~~16777215
2761 -|(% style="width:461px" %)MENA|0~~16777215
2762 -|(% style="width:461px" %)METD|0~~16777215
2763 -|(% style="width:461px" %)INRO|0~~16777215
2764 -|(% style="width:461px" %)TIMESYN|0~~16777215
2765 -|(% style="width:461px" %)TIMEZ|0~~16777215
2766 -|(% style="width:461px" %)NTP|0~~16777215
2767 -|(% rowspan="2" style="width:460px" %)Double word|(% style="width:461px" %)METF|0~~16777215
2768 -|(% style="width:461px" %)SENC|0~~16777215
2769 -
2770 -**Address Configuration**
2771 -
2772 -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.
2773 -
2774 -(% style="text-align:center" %)
2775 -[[image:12.PLC Protocol_html_ba78d143bf457ead.png||data-xwiki-image-style-alignment="center" height="369" width="600" class="img-thumbnail"]]
2776 -
2777 -(% style="text-align:center" %)
2778 -[[image:12.PLC Protocol_html_23533fd5bb81f4ab.png||data-xwiki-image-style-alignment="center" height="389" width="600" class="img-thumbnail"]]
2779 -
2780 -Extended tag name
2781 -
2782 -Address range for the extended tag.
2783 -
2784 -**Communication Settings**
2785 -
2786 -Enable HMI Ethernet in [Project Settings];
2787 -
2788 -(% style="text-align:center" %)
2789 -[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
2790 -
2791 -Set PLC IP in [Device IP] settings;
2792 -
2793 -(% style="text-align:center" %)
2794 -[[image:12.PLC Protocol_html_f848736ec68b125.png||data-xwiki-image-style-alignment="center" height="191" width="554" class="img-thumbnail"]]
2795 -
2796 -**Cable Wiring**
2797 -
2798 -(% style="text-align:center" %)
2799 -[[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]]
2800 -
2801 -= **LG XGK FEnet Ethernet** =
2802 -
2803 -Supported Series: LS XGT series XGK CPU with XGL-EFMT Ethernet module
2804 -
2805 -**HMI Settings**
2806 -
2807 -(% class="table-bordered" %)
2808 -|**Items**|**Settings**|**Note**
2809 -|Protocol|LG XGK FEnet(Ethernet)|
2810 -|Connection|Ethernet|
2811 -|Port No.|2004|
2812 -
2813 -**Address List**
2814 -
2815 -(% class="table-bordered" %)
2816 -|**Type**|**Register**|**Range**|**Format**|**Note**
2817 -|(% rowspan="14" %)Word|P|0~~2047|P d|
2818 -|M|0~~2047|M d|
2819 -|K|0~~2047|K d|
2820 -|F|0~~2047|F d|
2821 -|T|0~~2047|T d|
2822 -|C|0~~2047|C d|
2823 -|Z|0~~127|Z d|
2824 -|S|0~~127|S d|
2825 -|L|0~~11263|L d|
2826 -|N|0~~21503|N d|
2827 -|D|0~~32767|D d|
2828 -|R|0~~32767|R d|
2829 -|ZR|0~~65535|ZR d|
2830 -|UxDD|0~~6331|UxDD nndd|nn: 0~~63, dd: 0~~31
2831 -
2832 -**✎Note:**
2833 -
2834 -* In addition to the "UxDD" register, the others correspond to the PLC register one by one. UxDD corresponds to U in the PLC;
2835 -* 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;
2836 -* All bit registers are in the form of bits in word, and the range is the same as the word register;
2837 -
2838 -**Communication settings in HMI**
2839 -
2840 -Enable HMI Ethernet in [Project Settings];
2841 -
2842 -(% style="text-align:center" %)
2843 -[[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
2844 -
2845 -Set PLC IP in [Device IP] settings;
2846 -
2847 -(% style="text-align:center" %)
2848 -[[image:12.PLC Protocol_html_a2a19b5003ad4090.png||data-xwiki-image-style-alignment="center" height="189" width="554" class="img-thumbnail"]]
2849 -
2850 -**Cable Wiring**