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, 14 added, 0 removed)
- image-20220714113815-1.png
- image-20220714113842-2.png
- image-20220714113935-3.png
- image-20220714114247-4.png
- image-20220714114257-5.png
- image-20220714115012-6.png
- image-20220714115214-7.png
- image-20220714115308-8.png
- image-20220714115440-9.png
- image-20220714115640-10.png
- image-20220714115848-11.png
- image-20220714143820-1.png
- image-20220714143838-2.png
- image-20220714143849-3.png
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Stone1 +XWiki.Ben - Content
-
... ... @@ -58,6 +58,155 @@ 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 +(% class="wikigeneratedid" %) 62 +== == 63 + 64 +== **2 Communication with Allen-Bradley CompactLogix L1769** == 65 + 66 +((( 67 +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. 68 + 69 + 70 +))) 71 + 72 +((( 73 +(% class="wikigeneratedid" id="HSoftwareconfigurationofPLC" %) 74 +((( 75 +**Software configuration of PLC** 76 +))) 77 + 78 +(% class="wikigeneratedid" id="HPLCprogrammingsoftware" %) 79 +((( 80 +**1)PLC programming software** 81 +))) 82 + 83 +[[image:image-20220714113935-3.png||height="324" width="270"]] 84 + 85 +(% class="wikigeneratedid" id="HNewPLCproject" %) 86 +((( 87 +**2)New PLC project** 88 +))) 89 + 90 +((( 91 +Click New Project and select the PLC model. 92 +))) 93 + 94 +((( 95 +[[image:image-20220714114247-4.png||height="298" width="552"]] [[image:image-20220714114257-5.png||height="445" width="551"]] 96 +))) 97 + 98 +((( 99 + 100 +))) 101 + 102 +((( 103 +(% class="wikigeneratedid" id="HSetEthernetparameters" %) 104 +((( 105 +**3)Set Ethernet parameters** 106 +))) 107 + 108 +((( 109 +((( 110 +Follow the steps below to configure Ethernet parameters 111 +))) 112 +))) 113 + 114 +((( 115 +((( 116 +PLC IP address:192.168.40.101 117 +))) 118 +))) 119 + 120 +((( 121 +((( 122 +default gateway:192.168.40.1 123 +))) 124 +))) 125 + 126 +((( 127 +((( 128 +subnet mask:255.255.255.0 129 +))) 130 +))) 131 + 132 +((( 133 +[[image:image-20220714115012-6.png]] 134 +))) 135 + 136 +((( 137 + 138 +))) 139 + 140 +((( 141 +(% class="wikigeneratedid" id="HV-boxsoftwareconfiguration" %) 142 +((( 143 +**V-box software configuration** 144 +))) 145 + 146 +(% class="wikigeneratedid" id="HV-boxprogrammingsoftware" %) 147 +((( 148 +**1)V-box programming software** 149 +))) 150 + 151 +(% class="wikigeneratedid" %) 152 +((( 153 + [[image:image-20220714115214-7.png||height="276" width="456"]] 154 +))) 155 + 156 +(% class="wikigeneratedid" id="HConfiguredevicenetwork" %) 157 +((( 158 +**2)Configure device network** 159 +))) 160 + 161 +((( 162 +((( 163 +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. 164 +))) 165 +))) 166 + 167 +((( 168 +((( 169 +In the example below, the IP address of V-Box is configured as 192.168.40.66, and the networking method is 4G connection [[image:image-20220714115440-9.png||height="425" width="791"]] 170 +))) 171 +))) 172 +))) 173 +))) 174 + 175 +(% class="wikigeneratedid" id="HV-netadddevice" %) 176 +((( 177 +**3)V-net add device** 178 +))) 179 +))) 180 + 181 +((( 182 +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. [[image:image-20220714115640-10.png||height="430" width="797"]] 183 +))) 184 + 185 +((( 186 + 187 +))) 188 + 189 +((( 190 +(% class="wikigeneratedid" id="HSetcommunicationportparameters" %) 191 +((( 192 +**4)Set communication port parameters** 193 +))) 194 + 195 +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. [[image:image-20220714115848-11.png||height="432" width="802"]] 196 +))) 197 + 198 +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. 199 + 200 +[[image:image-20220714143820-1.png]] 201 + 202 +After adding the protocol Allen-BradleyMicro850_FreeTag, click[[image:image-20220714143838-2.png]]icon add label. 203 + 204 +[[image:image-20220714143849-3.png]] 205 + 206 + 207 +== Engineering production == 208 + 209 + 61 61 == **Siemens S7-1200** == 62 62 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]]
- 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
- image-20220714143820-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.4 MB - Content
- image-20220714143838-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +520 bytes - Content
- image-20220714143849-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Ben - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.3 MB - Content