Changes for page 1 Communication

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

From version 14.1
edited by Ben
on 2022/07/14 14:39
Change comment: There is no comment for this version
To version 15.1
edited by Ben
on 2022/07/14 14:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -58,35 +58,41 @@
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 +
61 61  == **2 Communication with Allen-Bradley CompactLogix L1769** ==
62 62  
63 63  (((
64 64  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 +
65 65  )))
66 66  
67 67  (((
68 -
73 +(% class="wikigeneratedid" id="HSoftwareconfigurationofPLC" %)
74 +(((
75 +**Software configuration of PLC**
69 69  )))
70 70  
78 +(% class="wikigeneratedid" id="HPLCprogrammingsoftware" %)
71 71  (((
72 -== **Software configuration of PLC** ==
80 +**1)PLC programming software**
81 +)))
73 73  
74 -=== **PLC programming software** ===
83 +[[image:image-20220714113935-3.png||height="324" width="270"]]
75 75  
76 - [[image:image-20220714113935-3.png]]
77 -
78 -=== **New PLC project** ===
79 -
85 +(% class="wikigeneratedid" id="HNewPLCproject" %)
80 80  (((
81 -Click New Project and select the PLC model.
87 +**2)New PLC project**
82 82  )))
83 83  
84 84  (((
85 - [[image:image-20220714114247-4.png]]
91 +Click New Project and select the PLC model.
86 86  )))
87 87  
88 88  (((
89 - [[image:image-20220714114257-5.png]]
95 +[[image:image-20220714114247-4.png||height="298" width="552"]] [[image:image-20220714114257-5.png||height="445" width="551"]]
90 90  )))
91 91  
92 92  (((
... ... @@ -94,26 +94,37 @@
94 94  )))
95 95  
96 96  (((
97 -=== **Set Ethernet parameters** ===
103 +(% class="wikigeneratedid" id="HSetEthernetparameters" %)
104 +(((
105 +**3)Set Ethernet parameters**
106 +)))
98 98  
99 99  (((
109 +(((
100 100  Follow the steps below to configure Ethernet parameters
101 101  )))
112 +)))
102 102  
103 103  (((
115 +(((
104 104  PLC IP address:192.168.40.101
105 105  )))
118 +)))
106 106  
107 107  (((
121 +(((
108 108  default gateway:192.168.40.1
109 109  )))
124 +)))
110 110  
111 111  (((
127 +(((
112 112  subnet mask:255.255.255.0
113 113  )))
130 +)))
114 114  
115 115  (((
116 - [[image:image-20220714115012-6.png]]
133 +[[image:image-20220714115012-6.png]]
117 117  )))
118 118  
119 119  (((
... ... @@ -121,36 +121,48 @@
121 121  )))
122 122  
123 123  (((
124 -== **V-box software configuration** ==
141 +(% class="wikigeneratedid" id="HV-boxsoftwareconfiguration" %)
142 +(((
143 +**V-box software configuration**
144 +)))
125 125  
126 -=== **V-box programming software** ===
146 +(% class="wikigeneratedid" id="HV-boxprogrammingsoftware" %)
147 +(((
148 +**1)V-box programming software**
149 +)))
127 127  
128 - [[image:image-20220714115214-7.png]]
151 +(% class="wikigeneratedid" %)
152 +(((
153 + [[image:image-20220714115214-7.png||height="276" width="456"]]
154 +)))
129 129  
156 +(% class="wikigeneratedid" id="HConfiguredevicenetwork" %)
157 +(((
158 +**2)Configure device network**
159 +)))
130 130  
131 -=== **Configure device network** ===
132 -
133 133  (((
162 +(((
134 134  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.
135 135  )))
165 +)))
136 136  
137 137  (((
138 -In the example below, the IP address of V-Box is configured as 192.168.40.66, and the networking method is 4G connection.
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"]]
139 139  )))
140 -
141 - [[image:image-20220714115440-9.png||height="425" width="791"]]
142 142  )))
143 143  )))
144 -
145 -== **V-net add device** ==
146 146  )))
147 147  
175 +(% class="wikigeneratedid" id="HV-netadddevice" %)
148 148  (((
149 -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. 
177 +**3)V-net add device**
150 150  )))
179 +)))
151 151  
152 152  (((
153 - [[image:image-20220714115640-10.png||height="430" width="797"]]
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"]]
154 154  )))
155 155  
156 156  (((
... ... @@ -158,14 +158,14 @@
158 158  )))
159 159  
160 160  (((
161 -=== **Set communication port parameters** ===
190 +(% class="wikigeneratedid" id="HSetcommunicationportparameters" %)
191 +(((
192 +**4)Set communication port parameters**
193 +)))
162 162  
163 -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.
164 -
165 - [[image:image-20220714115848-11.png||height="432" width="802"]]
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"]]
166 166  )))
167 167  
168 -
169 169  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.
170 170  
171 171  [[image:image-20220714143820-1.png]]