Changes for page 1 Communication
Last modified by Hunter on 2024/07/01 10:54
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 11 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Jim1 +XWiki.Ben - Content
-
... ... @@ -1,8 +1,8 @@ 1 1 = **1 General communication with PLC** = 2 2 3 -== ** 1.1Modbus RTU** ==3 +== **Modbus RTU** == 4 4 5 -=== =V-Boxas master:====5 +=== **V-BOX as master** === 6 6 7 7 Select the protocol “(% class="mark" %)Modbus RTU Slave(All Fuction)”, 8 8 ... ... @@ -11,7 +11,7 @@ 11 11 (% style="text-align:center" %) 12 12 [[image:1624342015914-382.png||height="486" width="800" class="img-thumbnail"]] 13 13 14 -=== =V-Boxas slave:====14 +=== **V-BOX as slave** === 15 15 16 16 Select the protocol “(% class="mark" %)**Modbus RTU Master”**, 17 17 ... ... @@ -47,7 +47,7 @@ 47 47 |(% rowspan="2" %)W15|01 (Read coil state to obtain the current state of a set of logic coils) 48 48 |0F (Write multiple bits) 49 49 50 -== ** 1.2WECON LX3V PLC** ==50 +== **WECON LX3V PLC** == 51 51 52 52 Select the protocol (% class="mark" %)"WECON LX3V" 53 53 ... ... @@ -58,47 +58,163 @@ 58 58 (% style="text-align:center" %) 59 59 [[image:1624348978863-771.png||queryString="width=812&height=494" height="487" width="800" class="img-thumbnail"]] 60 60 61 -== **1.3SiemensS7-1200**==61 +== == 62 62 63 +== **2 Communication with Allen-Bradley CompactLogix L1769** == 64 + 65 +=== **Overview** === 66 + 67 +((( 68 +This example introduces the establishment of Ethernet communication between Wecon V-box and Allen-Bradley L1769. It is introduced through three parts: PLC software configuration, V-box software configuration, and hardware wiring. 69 +))) 70 + 71 +((( 72 + 73 +))) 74 + 75 +((( 76 +== **Software configuration of PLC** == 77 + 78 +=== **PLC programming software** === 79 + 80 + [[image:image-20220714113935-3.png]] 81 + 82 +=== **New PLC project** === 83 + 84 +((( 85 +Click New Project and select the PLC model. 86 +))) 87 + 88 +((( 89 + [[image:image-20220714114247-4.png]] 90 +))) 91 + 92 +((( 93 + [[image:image-20220714114257-5.png]] 94 +))) 95 + 96 +((( 97 + 98 +))) 99 + 100 +((( 101 +=== **Set Ethernet parameters** === 102 + 103 +((( 104 +Follow the steps below to configure Ethernet parameters 105 +))) 106 + 107 +((( 108 +PLC IP address:192.168.40.101 109 +))) 110 + 111 +((( 112 +default gateway:192.168.40.1 113 +))) 114 + 115 +((( 116 +subnet mask:255.255.255.0 117 +))) 118 + 119 +((( 120 + [[image:image-20220714115012-6.png]] 121 +))) 122 + 123 +((( 124 + 125 +))) 126 + 127 +((( 128 +== **V-box software configuration** == 129 + 130 +=== **V-box programming software** === 131 + 132 + [[image:image-20220714115214-7.png]] 133 + 134 + 135 +=== **Configure device network** === 136 + 137 +((( 138 +Click the Configuration Download button[[image:image-20220714115308-8.png||height="22" width="15"]], It is used to configure the device network, update the device time, obtain the device machine code, check the device network, etc. 139 +))) 140 + 141 +((( 142 +In the example below, the IP address of V-Box is configured as 192.168.40.66, and the networking method is 4G connection. 143 +))) 144 + 145 + [[image:image-20220714115440-9.png||height="425" width="791"]] 146 +))) 147 +))) 148 + 149 +== **V-net add device** == 150 +))) 151 + 152 +((( 153 +Open VNET client software → add device. As shown in the figure below, click "+" in the order of steps, and the Add Device window will pop up, enter the device machine code/product code, device password, and device alias to add the device. 154 +))) 155 + 156 +((( 157 + [[image:image-20220714115640-10.png||height="430" width="797"]] 158 +))) 159 + 160 +((( 161 + 162 +))) 163 + 164 +((( 165 +=== **Set communication port parameters** === 166 + 167 +In the device list on the left, find the Vbox that communicates with the L1769, click it and select configuration,communication port configuration in the main interface to add a communication protocol. 168 + 169 + [[image:image-20220714115848-11.png||height="432" width="802"]] 170 +))) 171 + 172 + 173 +The communication port is selected as Ethernet, the device type is selected as Allen-Bradley, the protocol is Allen-BradleyMicro850_FreeTag EthemetIP, and the IP is the internal IP address of the L1769 PLC. The port number is 44818. 174 + 175 + 176 + 177 +== **Siemens S7-1200** == 178 + 63 63 [[download link>>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%20S7-1200%20via%20Ehernet.zip]] 64 64 65 -== ** 1.4Allen-Bradley Ethernet DF1** ==181 +== **Allen-Bradley Ethernet DF1** == 66 66 67 67 [[download link>>https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Demo/%E9%80%9A%E8%AE%AF%E6%A1%88%E4%BE%8B/Allen-Bradley%20Ethernet%20DF1.zip]] 68 68 69 -== ** 1.5Communication with S7-200 Smart** ==185 +== **Communication with S7-200 Smart** == 70 70 71 71 [[download link>>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%20S7-200%20Smart.zip]] 72 72 73 -== ** 1.6Delta DVP Ethernet** ==189 +== **Delta DVP Ethernet** == 74 74 75 75 [[download link>>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]] 76 76 77 -== ** 1.7Delta DVP Serial Protocol** ==193 +== **Delta DVP Serial Protocol** == 78 78 79 79 [[download link>>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]] 80 80 81 -== ** 1.8Communicate with Mitsubishi FX Series** ==197 +== **Communicate with Mitsubishi FX Series** == 82 82 83 83 [[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%20Mitsubishi%20FX%20Series.zip]] 84 84 85 -== ** 1.9Communicate with VB inverter** ==201 +== **Communicate with VB inverter** == 86 86 87 87 [[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]] 88 88 89 -== ** 1.10Omron CP1 Series** ==205 +== **Omron CP1 Series** == 90 90 91 -[[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]]207 +[[download link>>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]] 92 92 93 -== ** 1.11Omron CJ2M** ==209 +== **Omron CJ2M** == 94 94 95 -[[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]]211 +[[download link>>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]] 96 96 97 97 = **2 User define protocol** = 98 98 99 99 More serial port script instruction,please refer manual:[[Lua script function>>doc:V-BOX.V-Net.1\.User Manual.04 Lua Script.01 Lua Functions.WebHome]]~-~-->[[3.Serial port operation>>url:http://docs.we-con.com.cn/wiki/vbox/view/HMI/04.Lua%20script%20%20function%20and%20operation/01.Lua%20script%20function/#H3.Serialportoperation]] 100 100 101 -== ** 2.1Read the temperature sensor.** ==217 +== **Read the temperature sensor.** == 102 102 103 103 the commond format is as beliow: 104 104
- image-20220714113815-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +907.8 KB - Content
- image-20220714113842-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +56.8 KB - Content
- image-20220714113935-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +60.0 KB - Content
- image-20220714114247-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.3 MB - Content
- image-20220714114257-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +2.0 MB - Content
- image-20220714115012-6.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.1 MB - Content
- image-20220714115214-7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.0 MB - Content
- image-20220714115308-8.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +718 bytes - Content
- image-20220714115440-9.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.1 MB - Content
- image-20220714115640-10.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.3 MB - Content
- image-20220714115848-11.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.3 MB - Content