Changes for page 1 Communication

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

From version 126.1
edited by Ben
on 2022/08/25 15:08
Change comment: There is no comment for this version
To version 137.1
edited by Ben
on 2022/08/29 13:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -= (% style="color:inherit; font-family:inherit" %)**Wecon PLC**(%%) =
1 += Create communication with WECON PLC =
2 2  
3 3  == **LX3V Serial Protocol** ==
4 4  
... ... @@ -176,7 +176,7 @@
176 176  
177 177  The above are all the steps for establishing ethernet communication between V-BOX with LX5V PLC.
178 178  
179 -= **Rockwell PLC** =
179 += Create communication with **Rockwell PLC** =
180 180  
181 181  == (% id="cke_bm_5621S" style="display:none" %)** **(%%)**MicroLogix Protocol** ==
182 182  
... ... @@ -608,7 +608,6 @@
608 608  
609 609  [[image:image-20220824162342-2.png]]
610 610  
611 -
612 612  = **Mitsubishi PLC** =
613 613  
614 614  == **FX1S,1N,2N Serial Protocol** ==
... ... @@ -866,17 +866,20 @@
866 866  
867 867  == **L02 Serial Protocol** ==
868 868  
869 -Mitsubishi L02 series CPU built-in Ethernet port.
868 +Mitsubishi L02 series CPU built-in serial port.
870 870  
871 -**V-BOX Settings**
870 +**1)V-BOX Settings**
872 872  
873 -|**Items**|**Settings**|**Note**
874 -|Protocol|MIT L02 CPU MELSEC|
875 -|Connection|Ethernet|
876 -|Port No.|1025|Must be the same as the PLC setting
877 -|PLC station No.|0|Must be the same as the PLC setting
872 +|**Item**|**Settings**|**Note**
873 +|Protocol|Mitsubishi L02|
874 +|Connection|RS422|
875 +|Baud rate|115200|
876 +|Data bit|8|
877 +|Parity|Odd|
878 +|Stop bit|1|
879 +|PLC station No.|1~~255|Need to be the same as PLC settings
878 878  
879 -**Address List**
881 +**2)Address List**
880 880  
881 881  |**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
882 882  |Bit|X|X|X h|0~~FFFF|
... ... @@ -909,13 +909,17 @@
909 909  |Word|ZR|ZR|ZR h|0~~FFFF|
910 910  |Word|D|D|D d|0~~99999|
911 911  
912 -**Communication Settings**
914 +**3)Communication Settings**
913 913  
916 +[[image:image-20220825160648-3.png]]
914 914  
915 -**Cable Wiring**
918 +**4)Cable Wiring**
916 916  
920 +* **RS422**
917 917  
922 +[[image:image-20220825161612-8.png]]
918 918  
924 +[[image:image-20220825160820-4.png]]
919 919  
920 920  == **L02 Ethernet Protocol** ==
921 921  
... ... @@ -1060,50 +1060,51 @@
1060 1060  
1061 1061  [[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"]]
1062 1062  
1063 -== **Delta PLC
1064 -DVP Ethernet Protocol** ==
1069 += **Delta PLC** =
1065 1065  
1071 +== **DVP Ethernet Protocol** ==
1072 +
1066 1066  [[下载链接>>https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Demo/%E9%80%9A%E8%AE%AF%E6%A1%88%E4%BE%8B/Delta%20DVP%20Ethernet.zip]]
1067 1067  
1068 -== **DVP 串行协议** ==
1075 +== **DVP serial protocol** ==
1069 1069  
1070 1070  [[下载链接>>https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Demo/%E9%80%9A%E8%AE%AF%E6%A1%88%E4%BE%8B/Delta%20DVP%20Ethernet.zip]]
1071 1071  
1072 -= **欧姆龙可编程逻辑控制器** =
1079 += **Omron PLC** =
1073 1073  
1074 -== **CP1 系列协议** ==
1081 +== **CP1 Series Protocols** ==
1075 1075  
1076 1076  [[下载链接>>https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Demo/%E9%80%9A%E8%AE%AF%E6%A1%88%E4%BE%8B/Communication%20with%20ORMON%20CP1%20Series.zip]]
1077 1077  
1078 -== **CJ2M 系列协议** ==
1085 +== **CP2M Series Protocols** ==
1079 1079  
1080 1080  [[下载链接>>https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Demo/%E9%80%9A%E8%AE%AF%E6%A1%88%E4%BE%8B/Communication%20with%20ORMON%20CJ2M.zip]]
1081 1081  
1082 1082  = **Modbus RTU** =
1083 1083  
1084 -== **V-BOX 作为主** ==
1091 +== **V-BOX as Slave** ==
1085 1085  
1086 -选择协议“(% _istranslated="1" class="mark" %)Modbus RTU SlaveAll Fuction)”,
1093 +Select the protocol "Modbus RTU Slave (All Fuction)",
1087 1087  
1088 -(% class="mark" %)然后设置波特率,端口,停止位,数据位,奇偶校验
1095 +Then set baud rate, port, stop bits, data bits, parity.
1089 1089  
1090 1090  (% style="text-align:center" %)
1091 1091  [[image:1624342015914-382.png||height="486" width="800" class="img-thumbnail"]]
1092 1092  
1093 -== **V-BOX 作为从站** ==
1100 +== **V-BOX as Master** ==
1094 1094  
1095 -选择协议“(% _istranslated="1" class="mark" %)**Modbus RTU Master”**,
1102 +Select the protocol "Modbus RTU Master",
1096 1096  
1097 -(% class="mark" %)然后设置波特率,端口,停止位,数据位,奇偶校验
1104 +Then set baud rate, port, stop bits, data bits, parity
1098 1098  
1099 1099  (% style="text-align:center" %)
1100 1100  [[image:1624348709622-711.png||queryString="width=809&height=493" height="488" width="800" class="img-thumbnail"]]
1101 1101  
1102 -**地址列表**
1109 +**address list**
1103 1103  
1104 1104  (% class="table-bordered" %)
1105 -|**类型**|**注册**|**函数代码和描述**
1106 -|(% rowspan="11" %)词|(% rowspan="3" %)3|04(读取输入寄存器:读取一个或多个输入寄存器中的当前二进制值)
1112 +|**type**|**register**|**Function code and description**
1113 +|(% rowspan="11" %)词|(% rowspan="3" %)3|04 (Read Input Registers: Read the current binary value in one or more input registers)
1107 1107  |06 (write single register: write a binary value to a holding register)
1108 1108  |10 (write values to multiple addresses )
1109 1109  |(% rowspan="3" %)4|03 (read holding register: read current binary value in one or more holding registers)
image-20220825160227-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +148.8 KB
Content
image-20220825160341-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +121.7 KB
Content
image-20220825160648-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +122.7 KB
Content
image-20220825160820-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +24.9 KB
Content
image-20220825160925-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +31.0 KB
Content
image-20220825160929-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +31.0 KB
Content
image-20220825161440-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +90.7 KB
Content
image-20220825161612-8.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Ben
Size
... ... @@ -1,0 +1,1 @@
1 +86.3 KB
Content