Changes for page 1 Communication

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

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

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Bob
1 +XWiki.Ben
Content
... ... @@ -704,109 +704,6 @@
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 -
810 810  == **FX5U Serial Protocol** ==
811 811  
812 812  Mitsubishi FX5U series PLC
... ... @@ -1420,11 +1420,11 @@
1420 1420  
1421 1421  == **Schneider MODBUS RTU** ==
1422 1422  
1423 -**1)V-BOX Setting**
1320 +**HMI Setting**
1424 1424  
1425 1425  |=**Parameters**|=**Recommended**|=**Notes**
1426 1426  |**Protocol**|(% colspan="1" %)Schneider MODBUS RTU|
1427 -|**Connection**|RS485|
1324 +|Connection|RS485|
1428 1428  |**Baud rate**|19200|
1429 1429  |**Data bit**|8|
1430 1430  |**Parity**|Even|
... ... @@ -1431,8 +1431,12 @@
1431 1431  |**Stop bit**|1|
1432 1432  |**PLC station No.**|1|
1433 1433  
1434 -**2)Address List**
1331 +**PLC Setting**
1435 1435  
1333 +|=**Communication mode**|Modbus RTU protocol
1334 +
1335 +**Device Address**
1336 +
1436 1436  |=**Bit/Word**|=**Device type**|=**Format**|=**Range**|=**Memo**
1437 1437  |B|IX|DDDDDo|0 ~~ 655357|Input bit (read only)
1438 1438  |B|QX|DDDDDo|0 ~~ 655357|Write multiple coils
... ... @@ -1440,12 +1440,8 @@
1440 1440  |W|MW|DDDDDD|0 ~~ 999999|Output register
1441 1441  |DW|MD|DDDDDD|0 ~~ 999999|Output register
1442 1442  
1443 -**3)Configure the communication protocol**
1344 +**Wiring Diagram**
1444 1444  
1445 -[[image:image-20220902104329-1.png]]
1446 -
1447 -**4)Cable Wiring**
1448 -
1449 1449  **RS-485 2W **(RJ45 Connector): The following is the view from the soldering point of a connector.
1450 1450  
1451 1451  [[image:https://docs.we-con.com.cn/bin/download/PIStudio/12.PLC%20protocols/WebHome/image-20220817154212-1.jpeg?width=554&height=315&rev=1.1||alt="image-20220817154212-1.jpeg" height="315" width="554"]]
... ... @@ -1649,9 +1649,9 @@
1649 1649  
1650 1650  [[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"]]
1651 1651  
1652 -= Create communication with **Modbus ** =
1549 += Create communication with **Modbus RTU** =
1653 1653  
1654 -== **MODBUS RTU Slave (All function)** ==
1551 +== **V-BOX as Slave** ==
1655 1655  
1656 1656  Select the protocol "Modbus RTU Slave (All Fuction)",
1657 1657  
... ... @@ -1660,7 +1660,7 @@
1660 1660  (% style="text-align:center" %)
1661 1661  [[image:1624342015914-382.png||height="486" width="800" class="img-thumbnail"]]
1662 1662  
1663 -== **MODBUS RTU Master** ==
1560 +== **V-BOX as Master** ==
1664 1664  
1665 1665  Select the protocol "Modbus RTU Master",
1666 1666  
... ... @@ -1696,61 +1696,6 @@
1696 1696  |(% rowspan="2" %)W15|01 (Read coil state to obtain the current state of a set of logic coils)
1697 1697  |0F (Write multiple bits)
1698 1698  
1699 -== **MODBUS TCP Slave (All function)** ==
1700 -
1701 -Supported series: MODBUS TCP controller
1702 -
1703 -V-B0X works as MODBUS TCP MASTER connecting with TCP SLAVE
1704 -
1705 -**1)V-BOX Setting**
1706 -
1707 -|**Items**|**Settings**|**Note**
1708 -|Protocol|MODBUS TCP Slave (All function)|
1709 -|Connection|Ethernet|
1710 -|Port No.|502|
1711 -|PLC station No.|1
1712 -
1713 -**2)Address List**
1714 -
1715 -|**Type**|**Register**|**Function code & Description**
1716 -|(% rowspan="11" %)Word|(% rowspan="3" %)3|04 (read input register: read current binary value in one or more input registers)
1717 -|06 (write single register: write a binary value to a holding register)
1718 -|10 (write values to multiple addresses )
1719 -|(% rowspan="3" %)4|03 (read holding register: read current binary value in one or more holding registers)
1720 -|06 (write single register: write a binary value to a holding register)
1721 -|10 (write values to multiple addresses )
1722 -|(% rowspan="3" %)W6|03 (read holding register: read current binary value in one or more holding registers)
1723 -|06 (write single register: write a binary value to a holding register)
1724 -|10 (write values to multiple addresses )
1725 -|(% rowspan="2" %)W16|03 (read holding register: read current binary value in one or more holding registers)
1726 -|10 (write values to multiple addresses )
1727 -|(% rowspan="11" %)Bit|(% rowspan="3" %)0|01 (Read coil state)
1728 -|05 (Force a single coil to force the on/off state of a logic coil)
1729 -|0F (Write multiple bits, ie write continuously)
1730 -|(% rowspan="3" %)1|02 (Read the input state)
1731 -|05 (Force a single coil to force the on/off state of a logic coil)
1732 -|0F (Write multiple bits)
1733 -|(% rowspan="3" %)W5|01 (Read coil state to obtain the current state of a set of logic coils)
1734 -|05 (Force a single coil to force the on/off state of a logic coil)
1735 -|0F (Write multiple bits)
1736 -|(% rowspan="2" %)W15|01 (Read coil state to obtain the current state of a set of logic coils)
1737 -|0F (Write multiple bits)
1738 -
1739 -**3)Communication Settings**
1740 -
1741 -Configure V-BOX Ethernet IP in Networking Settings
1742 -
1743 -[[image:image-20220902111833-3.png]]
1744 -
1745 -
1746 -Configure PLC Ethernet IP in Communication;
1747 -
1748 -[[image:image-20220902111121-1.png]]
1749 -
1750 -**4)Cable Wiring**
1751 -
1752 -[[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.PLC Protocol_html_2297240b57346b2a.png" height="170" width="401"]]
1753 -
1754 1754  == **communicate with VB inverter** ==
1755 1755  
1756 1756  [[download link>>url:https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Demo/%E9%80%9A%E8%AE%AF%E6%A1%88%E4%BE%8B/Communicate%20with%20VB%20inverter.zip]]
image-20220902104329-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Ben
Size
... ... @@ -1,1 +1,0 @@
1 -58.7 KB
Content
image-20220902111121-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Ben
Size
... ... @@ -1,1 +1,0 @@
1 -60.9 KB
Content
image-20220902111754-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Ben
Size
... ... @@ -1,1 +1,0 @@
1 -57.6 KB
Content
image-20220902111833-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Ben
Size
... ... @@ -1,1 +1,0 @@
1 -56.1 KB
Content