Changes for page 1 Communication

Last modified by Hunter on 2024/07/01 10:54

From version 164.1
edited by Ben
on 2022/09/02 11:24
Change comment: There is no comment for this version
To version 169.2
edited by Bob
on 2022/11/16 10:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Ben
1 +XWiki.Bob
Content
... ... @@ -704,6 +704,109 @@
704 704  [[image:image-20220825100845-4.png]]
705 705  
706 706  
707 +== **FX3U Ethernet Protocol** ==
708 +
709 + Mitsubishi FX3U series PLC
710 +
711 +**HMI Settings**
712 +
713 +|Items|Settings|Note
714 +|Protocol|Mitsubishi FX3U|
715 +|Connection|Ethernet|
716 +|Port No.|5009|Must be the same as the PLC setting
717 +|PLC station No.|0|
718 +
719 +**Address List**
720 +
721 +|**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
722 +|(% colspan="1" rowspan="7" %)Bit|X|X|X OOO|0~~377|
723 +|Y|Y|Y OOO|0~~377|
724 +|M|M|M DDDD|0~~7679|
725 +|SM|SM|SM DDDD|8000~~8511|
726 +|S|S|S DDDD|0~~4095|
727 +|TS|TS|TS DDD|0~~511|
728 +|CS|CS|CS DDD|0~~255|
729 +|(% colspan="1" rowspan="9" %)Word|CN|CN|CN DDD|0~~199|
730 +|TN|TN|TN DDD|0~~511|
731 +|D|D|D DDDD|0~~7999|
732 +|SD|SD|SD DDDD|8000~~8511|
733 +|R|R|R DDDDD|0~~32767|
734 +
735 +**Ethernet Module Settings**
736 +
737 +FX3U-ENET-L module configuration
738 +Set up the FX3U-ENET-L Ethernet module settings as follows.
739 +Select the module location, which in this document is Module 0.
740 +
741 +[[image:image-20221116094003-1.png]]
742 +
743 +
744 +Select "Operational setting" to enter the following screen.
745 +
746 +The Ethernet module IP is set to 192.168.39.254 in this document, and other options are default.
747 +
748 +[[image:image-20221116094019-2.png]]
749 +
750 +
751 +Select "Open setting" to enter the setting interface, the settings are as follows.
752 +
753 +The third item "Protocol" selects TCP, and "Open system" selects MELSOFT connection, which allows the
754 +
755 +Mitsubishi programming software GX works2 to communicate with the FX3U via the Ethernet module.
756 +
757 +[[image:image-20221116094038-3.png]]
758 +
759 +
760 +Click on "transter setup" - "PC side I/F setting", see the following figure.
761 +
762 +After setting, the first download must use the programming cable, as shown in the figure; after that, can
763 +
764 +use the IP set in the "Ethernet board" to communicate directly with the network cable.
765 +
766 +[[image:image-20221116094122-4.png||height="422" width="707"]]
767 +
768 +
769 +Read and write data from the Ethernet module
770 +
771 +[[image:image-20221116094131-5.png||height="551" width="708"]]
772 +
773 +
774 +Set "Transter setup" to COM communication, and read or write operation as shown below
775 +
776 +[[image:image-20221116094150-6.png]]
777 +
778 +
779 +**PLC Settings (GX Works 2)**
780 +
781 +Create a blank FX5U project
782 +
783 +Find Current Connection in the navigation
784 +
785 +[[image:image-20221116094206-7.png||height="425" width="711"]]
786 +
787 +
788 +Select Connection Channel List
789 +
790 +Select Ethernet board communication
791 +
792 +[[image:image-20221116094709-9.png||height="427" width="715"]]
793 +
794 +
795 +Select Ethernet Module
796 +Set the IP address of the PLC
797 +
798 +[[image:image-20221116094736-11.png||height="682" width="716"]]
799 +
800 +
801 +Read or write PLC data, in this document is read
802 +
803 +[[image:image-20221116094755-12.png||height="426" width="715"]]
804 +
805 +[[image:image-20221116094803-13.png||height="427" width="715"]]
806 +
807 +
808 +
809 +
707 707  == **FX5U Serial Protocol** ==
708 708  
709 709  Mitsubishi FX5U series PLC