Wiki source code of Mitsubishi
Version 80.1 by Theodore Xu on 2023/09/16 10:32
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | == **FX3U,3G,3GA Serial ** == | ||
2 | |||
3 | Supported Series: Mitsubishi FX3U, FX3G, FX3GA series | ||
4 | |||
5 | **V-BOX Settings** | ||
6 | |||
7 | |**Item**|**Settings**|**Note** | ||
8 | |Protocol|Mitsubishi FX3U/3G/3GA| | ||
9 | |Connection|RS422/RS485/RS232| | ||
10 | |Baud rate|9600~~115200| | ||
11 | |Data bit|7/8| | ||
12 | |Parity|EVEN/Odd/None| | ||
13 | |Stop bit|1/2| | ||
14 | |PLC station No.|1~~255| | ||
15 | |||
16 | (% style="text-align:center" %) | ||
17 | [[image:三菱 FX3U 串口协议配置.png]] | ||
18 | |||
19 | **Address List** | ||
20 | |||
21 | |**Type**|**Device registers**|**Format**|**Range**|**Note** | ||
22 | |(% rowspan="7" %)Bit|X|Xo|0~~303237| | ||
23 | |Y|Y o|0~~303237| | ||
24 | |M|M d|0~~99999| | ||
25 | |T|T d|0~~99999| | ||
26 | |C|C d|0~~99999| | ||
27 | |S|S d|0~~99999| | ||
28 | |SM|SM d|8000~~9999| | ||
29 | |(% rowspan="8" %)Word|X|Xo|0~~303237| | ||
30 | |Y|Y o|0~~303237| | ||
31 | |M|M d|0~~99999| | ||
32 | |T|T d|0~~99999| | ||
33 | |C|C d|0~~199| | ||
34 | |D|D d|0~~7999| | ||
35 | |S|S d|0~~99999| | ||
36 | |SD|SD d|8000~~9999| | ||
37 | |||
38 | **PLC Setting** | ||
39 | |||
40 | Open GX Works2, create a new PLC project or open the project that has been created. | ||
41 | Create new project: [Project]→[New]→[Series] FXCPU→[Type] FX3G/FX3GC→[OK]. | ||
42 | |||
43 | (% style="text-align:center" %) | ||
44 | [[image:GX2.png]] | ||
45 | |||
46 | (% style="text-align:center" %) | ||
47 | [[image:1.2.png]] | ||
48 | |||
49 | PLC Default Parameters: | ||
50 | [Connection type]RS422;[Baud rate]9600, [Data bit]7, [Stop bit]1,[Parity]EVEN; [Station number]0 | ||
51 | Note:The serial port parameters should be set depending on field requirements | ||
52 | |||
53 | PC and PLC connection: | ||
54 | |||
55 | [All connection]→[Connection 1]→[Transfer Setup Connection1]→[Serial USB]→RS-232C: PC and PLC are connected by USB to RS232 adapter,choose corresponding [COM Port]COM 5 →[Transmission speed]9.6Kbps→[setup] →[Parity]EVEN→[Data bits]7→[Stop bits]1→[OK] | ||
56 | |||
57 | (% style="text-align:center" %) | ||
58 | [[image:1.5.1.png]] | ||
59 | |||
60 | Connection test:when connection is OK,the GX Works2 prompts “Successfully connected with the FX3G/FX3GCCPU.” | ||
61 | |||
62 | (% style="text-align:center" %) | ||
63 | [[image:1.5.2.png]] | ||
64 | |||
65 | [PLC]→[Write to PLC]→[Online operation]→[Param+program]→[Execute]→[OK] | ||
66 | |||
67 | (% style="text-align:center" %) | ||
68 | [[image:FX3U串口下载.png]] | ||
69 | |||
70 | **Cable Wiring** | ||
71 | |||
72 | **RS422** | ||
73 | |||
74 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_1e904556bb758dfe.png||alt="image-20220825103421-5.png" height="296" width="715"]] | ||
75 | |||
76 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_860bcf87f6ca7b98.png||alt="image-20220825100845-4.png" height="246" width="419"]] | ||
77 | |||
78 | == **FX NOPROTOCOL** == | ||
79 | |||
80 | Mitsubishi FX3G-RS232-BD | ||
81 | |||
82 | **V-Box Settings** | ||
83 | |||
84 | |=**Item**|=**Settings**|=**Note** | ||
85 | |Protocol|Mitsubishi FX NOPROTOCOL| | ||
86 | |Connection|RS232| | ||
87 | |Baud rate|9600| | ||
88 | |Data bit|7| | ||
89 | |Parity|EVEN| | ||
90 | |Stop bit|1| | ||
91 | |PLC station No.|0| | ||
92 | |||
93 | (% style="text-align:center" %) | ||
94 | [[image:三菱 FN盒子通讯配置.png]] | ||
95 | |||
96 | **Address List** | ||
97 | |||
98 | |=**Type**|=**Device registers**|=**Format**|=**Range**|=**Note** | ||
99 | |(% rowspan="8" %)Bit|X|X o|0~~303237| | ||
100 | |Y|Y o|0~~303237| | ||
101 | |M|M d|0~~99999| | ||
102 | |T|T d|0~~99999| | ||
103 | |C|C d|0~~99999| | ||
104 | |S|S d|0~~99999| | ||
105 | |SM|SM d|8000~~9999| | ||
106 | |Lamp|Lamp d|0~~0| | ||
107 | |(% rowspan="8" %)Word|X|X o|0~~303237| | ||
108 | |Y|Y o|0~~303237| | ||
109 | |M|M d|0~~99999| | ||
110 | |T|T d|0~~99999| | ||
111 | |C|C d|0~~199| | ||
112 | |D|D d|0~~7999| | ||
113 | |S|S d|0~~99999| | ||
114 | |SD|SD d|8000~~9999| | ||
115 | |||
116 | **Cable Wiring** | ||
117 | |||
118 | [[image:xwiki_PIStudio_12.PLC+protocols_WebHome_1717efe8d969a43c.png]] | ||
119 | |||
120 | == **FX3U Ethernet ** == | ||
121 | |||
122 | Supported Modules: FX3U-ENET-ADP, FX3U-ENET-L | ||
123 | |||
124 | **V-BOX Settings** | ||
125 | |||
126 | |Items|Settings|Note | ||
127 | |Protocol|Mitsubishi FX3U| | ||
128 | |Connection|Ethernet| | ||
129 | |Port No.|5009|Must be the same as the PLC setting | ||
130 | |PLC station No.|0| | ||
131 | |||
132 | (% style="text-align:center" %) | ||
133 | [[image:三菱 FX3U 以太网协议配置.png]] | ||
134 | |||
135 | **Address List** | ||
136 | |||
137 | |**Type**|**Device registers**|**Format**|**Range**|**Note** | ||
138 | |(% rowspan="7" %)Bit|X|X OOO|0~~377| | ||
139 | |Y|Y OOO|0~~377| | ||
140 | |M|M DDDD|0~~7679| | ||
141 | |SM|SM DDDD|8000~~8511| | ||
142 | |S|S DDDD|0~~4095| | ||
143 | |TS|TS DDD|0~~511| | ||
144 | |CS|CS DDD|0~~255| | ||
145 | |(% rowspan="5" %)Word|CN|CN DDD|0~~199| | ||
146 | |TN|TN DDD|0~~511| | ||
147 | |D|D DDDD|0~~7999| | ||
148 | |SD|SD DDDD|8000~~8511| | ||
149 | |R|R DDDDD|0~~32767| | ||
150 | |||
151 | **Ethernet Module Settings** | ||
152 | |||
153 | FX3U-ENET-L module configuration | ||
154 | Set up the FX3U-ENET-L Ethernet module settings as follows. | ||
155 | Select the module location, which in this document is Module 0. | ||
156 | |||
157 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_949d5d77c1d9cf1e.png||alt="image-20221116105850-1.png" height="573" width="706"]] | ||
158 | |||
159 | Select "Operational setting" to enter the following screen. | ||
160 | |||
161 | The Ethernet module IP is set to 192.168.39.254 in this document, and other options are default. | ||
162 | |||
163 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_dfbfdd586c855c47.png||alt="image-20221116105947-1.png" height="573" width="706"]] | ||
164 | |||
165 | Select "Open setting" to enter the setting interface, the settings are as follows. | ||
166 | |||
167 | The third item "Protocol" selects TCP, and "Open system" selects MELSOFT connection, which allows the | ||
168 | |||
169 | Mitsubishi programming software GX works2 to communicate with the FX3U via the Ethernet module. | ||
170 | |||
171 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_7c01ac15090fcc5b.png||alt="image-20221116110802-1.png" height="549" width="706"]] | ||
172 | |||
173 | Click on "transter setup" - "PC side I/F setting", see the following figure. | ||
174 | |||
175 | After setting, the first download must use the programming cable, as shown in the figure; after that, can | ||
176 | |||
177 | use the IP set in the "Ethernet board" to communicate directly with the network cable. | ||
178 | |||
179 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d6fd9ce3b96f99e2.png||alt="image-20221116110832-2.png" height="423" width="708"]] | ||
180 | |||
181 | Read and write data from the Ethernet module | ||
182 | |||
183 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_690b3e57b29cfd4b.png||alt="image-20221116110907-3.png" height="549" width="706"]] | ||
184 | |||
185 | Set "Transter setup" to COM communication, and read or write operation as shown below | ||
186 | |||
187 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_b317253742f7151.png||alt="image-20221116110917-4.png" height="549" width="706"]] | ||
188 | |||
189 | **PLC Settings (GX Works 2)** | ||
190 | |||
191 | Create a blank FX5U project | ||
192 | |||
193 | Find Current Connection in the navigation | ||
194 | |||
195 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d2a46ba9c005cf38.png||alt="image-20221116111427-1.png" height="421" width="705"]] | ||
196 | |||
197 | Select Connection Channel List | ||
198 | |||
199 | Select Ethernet board communication | ||
200 | |||
201 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_8f49721a3e5b0ef9.png||alt="image-20221116111451-2.png" height="421" width="705"]] | ||
202 | |||
203 | Select Ethernet Module | ||
204 | Set the IP address of the PLC | ||
205 | |||
206 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_1e9a9e29a46a1041.png||alt="image-20221116111509-3.png" height="666" width="699"]] | ||
207 | |||
208 | Read or write PLC data, in this document is read | ||
209 | |||
210 | {{id name="Iimage-20221116111651-4.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_e3d629103727a423.png||alt="image-20221116111651-4.png" height="416" width="697"]] | ||
211 | |||
212 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_7f29923ebcb670d1.png||alt="image-20221116111727-5.png" height="416" width="697"]] | ||
213 | |||
214 | == **FX5U Serial ** == | ||
215 | |||
216 | Mitsubishi FX5U series PLC | ||
217 | |||
218 | **V-BOX Settings** | ||
219 | |||
220 | |**Item**|**Settings**|**Note** | ||
221 | |Protocol|Mitsubishi FX5U| | ||
222 | |Connection|RS422/RS485| | ||
223 | |Baud rate|9600| | ||
224 | |Data bit|7| | ||
225 | |Parity|Odd| | ||
226 | |Stop bit|1| | ||
227 | |PLC station No.|1~~255|Need to be the same as PLC settings | ||
228 | |||
229 | (% style="text-align:center" %) | ||
230 | [[image:三菱 FX5U 串口协议配置.png]] | ||
231 | |||
232 | **Address List** | ||
233 | |||
234 | |**Type**|**Device registers**|**Format**|**Range**|**Note** | ||
235 | |(% rowspan="15" %)Bit|X|X o|0~~303237| | ||
236 | |Y|Y o|0~~303237| | ||
237 | |M|M d|0~~99999| | ||
238 | |B|B h|0~~7FFF| | ||
239 | |F|F d|0~~32767| | ||
240 | |SB|SB h|0~~7FFF| | ||
241 | |TS|TS d|0~~1023| | ||
242 | |TC|TC d|0~~1023| | ||
243 | |STS|STS d|0~~1023| | ||
244 | |STC|STS d|0~~1023| | ||
245 | |CS|CS d|0~~1023| | ||
246 | |CC|CC d|0~~1023| | ||
247 | |SM|SM d|0~~9999| | ||
248 | |L|L d|0~~32767| | ||
249 | |S|S d|0~~4095| | ||
250 | |(% rowspan="9" %)Word|W|W h|0~~3FF| | ||
251 | |TN|TN d|0~~1023| | ||
252 | |STN|STN d|0~~1023| | ||
253 | |CN|CN d|0~~1023| | ||
254 | |R|R d|0~~32767| | ||
255 | |SW|SW h|0~~7FFF| | ||
256 | |Z|Z d|0~~23| | ||
257 | |D|D d|0~~7999| | ||
258 | |SD|SD d|0~~11999| | ||
259 | |||
260 | **PLC Settings ** | ||
261 | |||
262 | Create a blank FX5U project | ||
263 | |||
264 | Open GX Works3, create a new PLC project or open the project that has been created. Create new project: [Project]→[New]→[Series] FX5CPU→[Type] FX5U→[OK]. | ||
265 | |||
266 | (% style="text-align:center" %) | ||
267 | [[image:GX3.png]] | ||
268 | |||
269 | |||
270 | (% style="text-align:center" %) | ||
271 | [[image:FX5U 串口选型号.png]] | ||
272 | |||
273 | PLC Default Parameters: | ||
274 | [Navigation]→[Parameter]→[FX5UCPU]→[Module Parameter]→[485 Serial Port]:[Basic Settings] →[ Communication Protocol Type] MC Protocol→[Advanced Settings]:[Baud rate]9600Kbps, [Data Length]7, [Stop bit]1,[Parity]Odd. | ||
275 | |||
276 | (% style="text-align:center" %) | ||
277 | [[image:FX5U plc串口参数配置.png]] | ||
278 | |||
279 | |||
280 | [Navigation]→[Parameter]→[FX5UCPU]→[Module Parameter]→[485 Serial Port]: [fixed Setting] →[Station No.]0→[Message Pattern] Pattern 1 (X,Y OCT)→[Apply] | ||
281 | |||
282 | {{info}} | ||
283 | **✎Note:** The serial port parameters should be set depending on field requirements. | ||
284 | {{/info}} | ||
285 | |||
286 | (% style="text-align:center" %) | ||
287 | [[image:FX5U plc串口参数.png]] | ||
288 | |||
289 | **Cable Wiring** | ||
290 | |||
291 | **RS422** | ||
292 | |||
293 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d022c5ff4cf8c68e.png||alt="image-20220825105105-2.png" height="288" width="711"]] | ||
294 | |||
295 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_50e173394c73f154.png||alt="image-20220825105533-3.png" height="246" width="420"]] | ||
296 | |||
297 | == **FX5U Ethernet ** == | ||
298 | |||
299 | Mitsubishi FX5U series PLC | ||
300 | |||
301 | **V-BOX Settings** | ||
302 | |||
303 | |**Items**|**Settings**|**Note** | ||
304 | |Protocol|Mitsubishi FX5U| | ||
305 | |Connection|Ethernet| | ||
306 | |Port No.|5002|Must be the same as the PLC setting | ||
307 | |PLC station No.|0| | ||
308 | |||
309 | (% style="text-align:center" %) | ||
310 | [[image:三菱 FX5U 以太网协议配置.png]] | ||
311 | |||
312 | **Address List** | ||
313 | |||
314 | |**Type**|**Device registers**|**Format**|**Range**|**Note** | ||
315 | |(% rowspan="15" %)Bit|X|X o|0~~303237| | ||
316 | |Y|Y o|0~~303237| | ||
317 | |M|M d|0~~99999| | ||
318 | |B|B h|0~~7FFF| | ||
319 | |F|F d|0~~32767| | ||
320 | |SB|SB h|0~~7FFF| | ||
321 | |TS|TS d|0~~1023| | ||
322 | |TC|TC d|0~~1023| | ||
323 | |STS|STS d|0~~1023| | ||
324 | |STC|STS d|0~~1023| | ||
325 | |CS|CS d|0~~1023| | ||
326 | |CC|CC d|0~~1023| | ||
327 | |SM|SM d|0~~9999| | ||
328 | |L|L d|0~~32767| | ||
329 | |S|S d|0~~4095| | ||
330 | |(% rowspan="9" %)Word|W|W h|0~~3FF| | ||
331 | |TN|TN d|0~~1023| | ||
332 | |STN|STN d|0~~1023| | ||
333 | |CN|CN d|0~~1023| | ||
334 | |R|R d|0~~32767| | ||
335 | |SW|SW h|0~~7FFF| | ||
336 | |Z|Z d|0~~23| | ||
337 | |D|D d|0~~7999| | ||
338 | |SD|SD d|0~~11999| | ||
339 | |||
340 | **PLC Settings (GX Works 3)** | ||
341 | [Navigation]→[Parameter]→[FX5UCPU]→[Module Parameter]→[Ethernet Port]:[Basic Settings]→ [Own node settings]:[IP Address]192.168.40.11, [Subnet Mask]255.255.255.0, [Default Gateway]192.168.40.1,[ Communication Data Code] Binary. | ||
342 | |||
343 | (% style="text-align:center" %) | ||
344 | [[image:1.3.1.png]] | ||
345 | |||
346 | [External Device Configuration]→[Detailed Settings]→[Ethernet Configuration(Built-in Ethernet Port)]→[Ethernet Device (General)]→[SLMP Connection Module] Drag under Host for Connection No.1→[Port No.]5002→[Close with Reflecting the Setting] | ||
347 | |||
348 | (% style="text-align:center" %) | ||
349 | [[image:1.3.2.png]] | ||
350 | |||
351 | **Cable Wiring** | ||
352 | |||
353 | [[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"]] | ||
354 | |||
355 | == **L02 Serial ** == | ||
356 | |||
357 | Mitsubishi L02 series CPU built-in serial port. | ||
358 | |||
359 | **V-BOX Settings** | ||
360 | |||
361 | |**Item**|**Settings**|**Note** | ||
362 | |Protocol|Mitsubishi L02| | ||
363 | |Connection|RS422| | ||
364 | |Baud rate|115200| | ||
365 | |Data bit|8| | ||
366 | |Parity|Odd| | ||
367 | |Stop bit|1| | ||
368 | |PLC station No.|1~~255|Need to be the same as PLC settings | ||
369 | |||
370 | (% style="text-align:center" %) | ||
371 | [[image:三菱 L02串口协议配置.png]] | ||
372 | |||
373 | **Address List** | ||
374 | |||
375 | |**Type**|**Device registers**|**Format**|**Range**|**Note** | ||
376 | |(% colspan="1" rowspan="20" %)Bit | ||
377 | |X|X h|0~~FFFF| | ||
378 | |Y|Y h|0~~FFFF| | ||
379 | |M|M d|0~~9999| | ||
380 | |L|L d|0~~9999| | ||
381 | |F|F d|0~~9999| | ||
382 | |B|B h|0~~FFFF| | ||
383 | |V|V d|0~~2047| | ||
384 | |TC|TC d|0~~9999| | ||
385 | |SS|SS d|0~~9999| | ||
386 | |SC|SC d|0~~9999| | ||
387 | |CS|CS d|0~~9999| | ||
388 | |CC|CC d|0~~9999| | ||
389 | |SB|SB h|0~~FFFF| | ||
390 | |SM|SM d|0~~2047| | ||
391 | |STS|STS d|0~~1023| | ||
392 | |S|S d|0~~9999| | ||
393 | |DX|DX h|0~~FFFF| | ||
394 | |DY|DY h|0~~FFFF| | ||
395 | |TS|TS d|0~~9999| | ||
396 | |Dbit|Dbit d.d|0~~99999.0~~15| | ||
397 | |(% colspan="1" rowspan="9" %)Word | ||
398 | |W|W h|0~~FFFF| | ||
399 | |TN|TN d|0~~99999| | ||
400 | |SN|SN d|0~~99999| | ||
401 | |CN|CN d|0~~99999| | ||
402 | |R|R d|0~~99999| | ||
403 | |SW|SW h|0~~FFFF| | ||
404 | |Z|Z d|0~~99999| | ||
405 | |ZR|ZR h|0~~FFFF| | ||
406 | |D|D d|0~~99999| | ||
407 | |||
408 | **Cable Wiring** | ||
409 | |||
410 | **RS422** | ||
411 | |||
412 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_90e38f152d639809.png||alt="image-20220825161612-8.png" height="278" width="612"]] | ||
413 | |||
414 | [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d301e675d8224725.png||alt="image-20220825160820-4.png" height="208" width="359"]] | ||
415 | |||
416 | == **L02 Ethernet ** == | ||
417 | |||
418 | Mitsubishi L series CPU built-in Ethernet port. | ||
419 | |||
420 | **V-BOX Settings** | ||
421 | |||
422 | |**Items**|**Settings**|**Note** | ||
423 | |Protocol|MIT L02 CPU MELSEC| | ||
424 | |Connection|Ethernet| | ||
425 | |Port No.|1025|Must be the same as the PLC setting | ||
426 | |PLC station No.|0|Must be the same as the PLC setting | ||
427 | |||
428 | (% style="text-align:center" %) | ||
429 | [[image:三菱 L02以太网协议配置1.png]] | ||
430 | |||
431 | **PLC Settings (GX Works2 )** | ||
432 | |||
433 | Create a project | ||
434 | |||
435 | Set PLC IP, subnet mask and gateway; | ||
436 | |||
437 | Select [Binary Code] as communication data code; | ||
438 | |||
439 | [[image:https://docs.we-con.com.cn/bin/download/PIStudio/12.PLC%20protocols/WebHome/12.PLC%20Protocol_html_776e17505f3fc6c0.png?width=600&height=524&rev=1.1||alt="12.PLC Protocol_html_776e17505f3fc6c0.png" height="524" width="600"]] | ||
440 | |||
441 | Set PLC port number, for example 1025 | ||
442 | |||
443 | [[image:https://docs.we-con.com.cn/bin/download/PIStudio/12.PLC%20protocols/WebHome/12.PLC%20Protocol_html_8d0d1a22d388f70b.png?width=600&height=524&rev=1.1||alt="12.PLC Protocol_html_8d0d1a22d388f70b.png" height="524" width="600"]] | ||
444 | |||
445 | Save settings; | ||
446 | |||
447 | Download project into PLC device; | ||
448 | |||
449 | Restart PLC device; | ||
450 | |||
451 | **Cable Wiring** | ||
452 | |||
453 | [[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"]] | ||
454 | |||
455 | == {{id name="HQ12HSerial"/}}**Q12H Serial ** == | ||
456 | |||
457 | This Demo shows V-BOX communicate with Q12H PLC by Q02H serial Protocol | ||
458 | |||
459 | **[[Download link>>url:https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Communication/V-Box%20connect%20PLC%20Q12H.rar]]** | ||
460 | |||
461 | == **QJ71E71 Ethernet ** == | ||
462 | |||
463 | Mitsubishi QJ71E71 Ethernet communication module; | ||
464 | |||
465 | **V-BOX Settings** | ||
466 | |||
467 | |**Items**|**Settings**|**Note** | ||
468 | |Protocol|MIT QJ71E71 MELSEC| | ||
469 | |Connection|Ethernet| | ||
470 | |Port No.|1025|Must be the same as the PLC setting | ||
471 | |PLC station No.|0|Must be the same as the PLC setting | ||
472 | |||
473 | (% style="text-align:center" %) | ||
474 | [[image:三菱 QJ71 以太网协议配置.png]] | ||
475 | |||
476 | **Address List** | ||
477 | |||
478 | |**Type**|**Device registers**|**Format**|**Range**|**Note** | ||
479 | |(% rowspan="18" %)Bit|X|X h|0~~1FFF| | ||
480 | |Y|Y h|0~~1FFF| | ||
481 | |M|M d|0~~99999| | ||
482 | |L|L d|0~~8191| | ||
483 | |F|F d|0~~2047| | ||
484 | |B|B h|0~~1FFF| | ||
485 | |V|V d|0~~2047| | ||
486 | |TS|TS d|0~~2047| | ||
487 | |TC|TC d|0~~2047| | ||
488 | |SS|SS d|0~~2047| | ||
489 | |SC|SC d|0~~2047| | ||
490 | |CS|CS d|0~~1023| | ||
491 | |CC|CC d|0~~1023| | ||
492 | |SB|SB h|0~~7FF| | ||
493 | |S|S d|0~~8191| | ||
494 | |DX|DX h|0~~1FFF| | ||
495 | |DY|DY h|0~~1FFF| | ||
496 | |SM|SM d|8000~~9999| | ||
497 | |(% rowspan="10" %)Word|SD|SD d|0~~2047| | ||
498 | |D|D d|0~~12287| | ||
499 | |W|W h|0~~1FFF| | ||
500 | |TN|TN d|0~~2047| | ||
501 | |SN|SN d|0~~2047| | ||
502 | |CN|CN d|0~~1023| | ||
503 | |R|R d|0~~32767| | ||
504 | |SW|SW h|0~~7FF| | ||
505 | |Z|Z d|0~~15| | ||
506 | |ZR|ZR h|0~~FE7FF| | ||
507 | |||
508 | **PLC Settings(GX Works2)** | ||
509 | |||
510 | * Click [Ethernet/CC IE/MELSECNET]; | ||
511 | * Please select [Ethernet] as network type; | ||
512 | * Set station I/O number according to situation (For example, 0020 means that the module is connected to PLC CPU in first order); | ||
513 | * Select [Online] as Mode; | ||
514 | * [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d54f23688c520f78.png||alt="image-20221119171343-2.png" height="341" width="587"]] | ||
515 | * Click [Operation setting] to set IP; | ||
516 | * Select [Binary Code] as [Communication Data Code]; | ||
517 | * [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_ce8e6a671b9508e0.png||alt="image-20221119171436-3.png" height="354" width="588"]] | ||
518 | * Click [Open setting] | ||
519 | * Set protocol: TCP; | ||
520 | * Set [unpassive] in [Open system]; | ||
521 | * Set [receive] in [Fixed buffer]; | ||
522 | * Set [procedure Exist] in [Fixed buffer communication]; | ||
523 | * Disable [Pairing open]; | ||
524 | * Set [No confirm] in [Existence confirmation]; | ||
525 | * Host station port number: 5009; | ||
526 | * Save settings; | ||
527 | * {{id name="Iimage-20221119171611-4.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_1d8e2f4fb7c72471.png||alt="image-20221119171611-4.png" height="354" width="588"]] | ||
528 | * Download project into PLC and restart it | ||
529 | |||
530 | **Cable Wiring** | ||
531 | |||
532 | [[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"]] |