Wiki source code of 11 PLC Protocol

Version 265.1 by Devin Chen on 2023/06/26 11:15

Show last authors
1 (((
2 (% class="wikigeneratedid" id="HPLCprotocols" %)
3 **Introduction**
4 )))
5
6 This chapter contains information on configuring the communication between device and HMI.
7
8 **General Procedure**
9
10 During configuring communication in PIStudio. The following components and conditions is indeed at least.
11
12 * One PI HMI
13 * One connected controller (for example PLC)
14 * One Cable Wiring
15
16 (% style="text-align:center" %)
17 [[image:12.PLC Protocol_html_4d84fc52012aaad6.png||data-xwiki-image-style-alignment="center" height="461" width="521" class="img-thumbnail"]]
18
19 User need to select controller protocol and set communication parameters in HMI project. Please note to set same communication parameter between controller and HMI project. After finishing project, user could download HMI project into HMI and connect HMI with controller by Cable Wiring. Thena simple automation system would be established.
20
21 = **Communication Settings** =
22
23 For example, controller is WECON LX3V series PLC and HMI is PI8070. Please set communication protocol, and set communication parameters in the [Communication].
24
25 **Timeout**
26
27 The follwoing are description for the timeout settings from [Communication].
28
29 (% style="text-align:center" %)
30 [[image:Communication Timout settings.png||data-xwiki-image-style-alignment="center" class="img-thumbnail"]]
31
32 * **Wait Timeout(ms)**: The time HMI waits for a response from the PLC.
33 * **Receive Timeout(ms)**: The longest waiting interval between the HMI receiving two characters.
34 * **Retry Count**: The number of retries when there is no response in the communication between HMI and PLC.
35 * **Retry Timeout(s)**: The PLC will not be accessed during the Retry Timeout period when there is no response in the communication between HMI and PLC.
36 * **Delay Time(ms)**: The speed at which the HMI communicates with the device.
37 * **Continuous Length**: Default value 0 means the maximum length specified by each protocol. Addresses dealt by Maximum Span settings, its read length for single time, if the Continouous Length is 1, which means it will read/write the every register one by one. If the length of Maximum Span is greater than or equal to the Continuous Length, the continuous read/write will be performed in groups according to Continuous Length.
38 * **Maximum Span**:  Set the interval for reading PLC addresses. If there exists two same register type addresses, their interval is less than the set value of Maximum Span, then they will be integrated into a continuous address, otherwise it will be divide into two independent addresses.
39
40 **Operating Procedure**
41
42 After creating the [Quick_Start] project,select the [Project]->[Communication].
43
44 (% style="text-align:center" %)
45 [[image:12.PLC Protocol_html_39c0d342e4b1dd27.png||data-xwiki-image-style-alignment="center" height="128" width="294" class="img-thumbnail"]]
46
47 Click “Setting” to open protocol setting windows.
48
49 (% id="cke_bm_5533S" style="display:none" %) [[image:12.PLC Protocol_html_7b55815442c5544a.png||height="450" width="537"]]
50
51 Select communication protocol, users could select serial port, Ethernet port, CAN port or USB.
52
53 * Serial port:
54
55 (% style="text-align:center" %)
56 [[image:12.PLC Protocol_html_bc7e88067e699a2b.png||data-xwiki-image-style-alignment="center" height="291" width="600" class="img-thumbnail"]]
57
58 * Ethernet port:
59
60 (% style="text-align:center" %)
61 [[image:12.PLC Protocol_html_c3865bcb998b6ded.png||data-xwiki-image-style-alignment="center" height="291" width="600" class="img-thumbnail"]]
62
63 * CAN port (In COM1):
64
65 (% style="text-align:center" %)
66 [[image:12.PLC Protocol_html_61c3c5fa99a24463.png||data-xwiki-image-style-alignment="center" height="291" width="600" class="img-thumbnail"]]
67
68 * USB port:
69
70 (% id="cke_bm_5554S" style="display:none" %) [[image:12.PLC Protocol_html_a3105a98b48fb9b7.png||height="242" width="500"]]
71
72 About parameters for communication, PLC default communication parameters have been written to PIStudio, the user can adjust them according to the actual situation.
73
74 * Serial port:
75
76 (% style="text-align:center" %)
77 [[image:12.PLC Protocol_html_36a660d5c1a17a95.png||data-xwiki-image-style-alignment="center" height="228" width="600" class="img-thumbnail"]]
78
79 * Ethernet port
80
81 Please note, during using Ethernet port, please set HMI IP in [Project Setting], the detailed, please refer to [Project Setting] chapter.
82
83 (% style="text-align:center" %)
84 [[image:12.PLC Protocol_html_eebfc6b1337ea860.png||data-xwiki-image-style-alignment="center" height="207" width="600" class="img-thumbnail"]]
85
86 Click [OK] button to save settings and close the dialog;
87
88 = Create communication with WECON PLC =
89
90 == **LX3V Serial Protocol** ==
91
92 Supported series: WECON LX2V/ LX2E/ LX3V/LX3VP/LX3VE/LX3VM
93
94 **HMI Settings**
95
96 (% class="table-bordered" %)
97 |**Item**|**Settings**|**Note**
98 |Protocol|WECON LX2V/ LX2E/ LX3V/LX3VP/LX3VE/LX3VM|
99 |Connection|RS422/RS485|
100 |Baud rate|9600|
101 |Data bit|7|
102 |Parity|EVEN|
103 |Stop bit|1|
104 |PLC station No.|1|
105
106 **Address List**
107
108 (% class="table-bordered" %)
109 |**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
110 |(% rowspan="6" %)Bit|X|X|Xo|0~~303237|
111 |Y|Y|Y o|0~~303237|
112 |M|M|M d|0~~99999|
113 |T|T|T d|0~~99999|
114 |C|C|C d|0~~99999|
115 |S|S|S d|0~~99999|
116 |(% rowspan="8" %)Word|X|X|Xo|0~~303237|
117 |Y|Y|Y o|0~~303237|
118 |M|M|M d|0~~99999|
119 |T|T|T d|0~~99999|
120 |C|C|C d|0~~199|
121 |D|D|D d|0~~7999|
122 |S|S|S d|0~~99999|
123 |SD|SD|SD d|8000~~9999|
124
125 **Cable Wiring**
126
127 * **RS485**
128
129 (% style="text-align:center" %)
130 [[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
131
132 * **RS422**
133
134 (% style="text-align:center" %)
135 [[image:12.PLC Protocol_html_5c7fca9a70da2ee8.png||data-xwiki-image-style-alignment="center" height="247" width="389" class="img-thumbnail"]]
136
137 **✎Note:**
138
139 * HMI COM3 is available in PI8000 series and COM3 is in COM2(hardware PIN 7 and PIN 8) .
140 * If PLC <= 20 points,such as LX3V-1208/LX3V-0806 PLC,PLC RS485A and RS485B mean PLC COM2 RS485+ and RS485- .PLC COM2 can support modbus. Please refer to PLC COM2 setting manual.
141
142 [[https:~~/~~/drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing>>url:https://drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing]]
143
144 (% class="wikigeneratedid" id="HHMIsettings" %)
145 **HMI settings**
146
147 **Download PIStudio Software**
148
149 Please visit the link below to get the latest version PIstudio for HMI programming:
150
151 * [[Download link>>doc:PIStudio.Download.3 Software.WebHome]]
152
153 **Create a new HMI project connect with PLC**
154
155 Check the link below for the video to show you how to get started with a new project
156
157 * [[Video>>https://youtu.be/0FpmDZe_8U8]]
158
159 For more videos, please visit our Youtube channel: [[http:~~/~~/www.youtube.com/user/Wecon2004/videos>>url:http://www.youtube.com/user/Wecon2004/videos]]
160
161 **General**
162
163 HMI could communicate with PLC and support many PLC protocols.  It is easy to operate and set communication parameters. This demo shows how to make a communication with PLC device, use WECON LX3V Series PLC as an example.
164
165 **Protocol settings**
166
167 The communication between two devices requires a protocol. The following contents show the steps of protocol settings.
168
169 Please select the protocol, when creating a new project.
170
171 1. Select the COM port for communication;
172 1. PLC type: It means PLC brand, like WECON;
173 1. PLC model: It shows the model of PLC, such as LX3V;
174
175 (% style="text-align:center" %)
176 [[image:image-20220819093729-1.png]]
177
178 If you want to change the protocol for existing project, please click [Program] → [Communication] to open the [Communication] windows, shown as the following figure.
179
180 (% style="text-align:center" %)
181 [[image:image-20220819093729-2.png]]
182
183
184 The steps to change the protocol for project are as follows.
185
186 1. Click [Setting] to open the [Communication device] window;
187 1. Select communication port, such as COM1;
188 1. Select Serial port for communication, such as RS422;
189 1. Select device type (device brand), such as WECON;
190 1. Select the protocol for communication, such as WECON LX3V;
191
192 (% style="text-align:center" %)
193 [[image:image-20220819093729-3.png]]
194
195 **Parameter settings**
196
197 The parameters settings are in [Communication] window, shown as following below.
198
199 1. Click [Setting] to open the [COM port setting] window;
200 1. Set the parameters such as [connection], [Baud rate] and so on;
201
202 (% style="text-align:center" %)
203 [[image:image-20220819093729-4.png||height="636" width="818"]]
204
205 (% start="3" %)
206 1. Click [Setting] to open [Timeout] setting window, you could set the parameters according your requirements, or just use the default value.
207
208 (% style="text-align:center" %)
209 [[image:image-20220819093729-5.png]]
210
211 **Set PLC address in HMI screen**
212
213 1. Place the objects to HMI screen;
214 1. Double-click the object to open the setting window;
215 1. Click “Edit” to open the address setting windows;
216 1. Connection: select the serial port in HMI;
217 1. Address type: All the PLC address types will be display in this list, such as M;
218 1. Address No.: Please input the number of this address, such as 0;
219
220 [[image:image-20220819093729-6.jpeg]]
221
222 **HMI Compilation Download**
223
224 [[image:image-20220902171247-1.png]]
225
226 **Communication cable**
227
228 In order to ensure the stability of communication, please use the twisted-pair communication cable with good grounding. The following figure shows the pin out definition.
229
230 (% style="text-align:center" %)
231 [[image:image-20220819093729-7.png]]
232
233 **HMI communication PLC use Modbus **
234
235 * HMI setting: [[https:~~/~~/docs.we-con.com.cn/bin/view/PIStudio/12.PLC%20protocols/>>https://docs.we-con.com.cn/bin/view/PIStudio/12.PLC%20protocols/]]
236 * PLC setting: [[https:~~/~~/docs.we-con.com.cn/bin/view/PLC%20Editor/8.1.%09Communication/>>https://docs.we-con.com.cn/bin/view/PLC%20Editor/8.1.%09Communication/]]
237
238 (% class="wikigeneratedid" id="HPLCsettings" %)
239 **PLC settings**
240
241 **Download PLC Software**
242
243 Please visit below link to get the latest version PLC Editor for HMI programming
244
245 * LX3V:[[Download link>>doc:PLC Editor.10 Hardware .Software.WebHome]]
246 * LX5V:[[Download link>>doc:PLC Editor2.Download.03 Software.WebHome]]
247
248 **Start a new PLC project**
249
250 Start a new PLC project by clicking “New” on the left top corner of screen, select the PLC mode from the drop-down list.
251
252 (% style="text-align:center" %)
253 [[image:image-20220819101447-3.jpeg]]
254
255 **Add a new instruction **
256
257 Double click on the ladder, select the ladder symbol (instruction) from the drop-down list, then enter the address for this symbol.
258
259 (% style="text-align:center" %)
260 [[image:image-20220819105530-1.png]]
261
262 You could also select the ladder symbol from the menu bar directly.
263
264 [[image:image-20220819093729-12.png]]
265
266 **Add comment to PLC program**
267
268 (% style="text-align:center" %)
269 [[image:image-20220819105630-3.png]]
270
271 **Add the statement to PLC program**
272
273 Add the statement by single click on “Statement”, when finished, single click on “Statement” again to go back to Ladder edit.
274
275 (% style="text-align:center" %)
276 [[image:image-20220819105644-4.png]]
277
278 **Compile **
279
280 You need to compile the PLC program before downloading or running Off-line simulator. The background color will be changed from purple to white when there is no error.
281
282 [[image:image-20220819093729-15.png]]
283
284 **Download setting **
285
286 Click on “Transfer Setup” to select download mode.
287
288 [[image:image-20220820150853-1.png]]**Download PLC program to PLC**
289
290 Quick select the parameters and main program of PLC program, then download to PLC, “Yes”-”Yes”-”OK”
291
292 [[image:image-20220819093729-17.png]]
293
294 **Upload PLC program from PLC**
295
296 Read the PLC program from PLC to computer.
297
298 [[image:image-20220819093729-18.png]]
299
300 **Device monitor**
301
302 Monitor the value of certain address in PLC, double click “Current value” to change the value in this address.
303
304 [[image:image-20220819093730-19.png]]
305
306 **Online monitor**
307
308 Monitor the each address in PLC by online monitor. Changing the state or value in PLC is also allowd.
309
310 [[image:image-20220819093730-20.png]]
311
312 **Monitor edit**
313
314 In this mode, you could edit the PLC program during PLC is running. 
315
316
317 (% style="text-align:center" %)
318 [[image:image-20220819105928-9.png||height="229" width="669"]]
319
320 == **LX5V Serial Protocol** ==
321
322 This example introduces the establishment of serial port communication between Wecon HMI and LX5V, including three parts: PLC software configuration, HMI software configuration, and hardware wiring.
323
324 **Software configuration of PLC**
325
326 PLC programming software
327
328 (% style="text-align:center" %)
329 [[image:image-20220810164710-1.png]]
330
331 **New PLC project**
332
333 Click "New Project" and select the PLC model.
334
335 [[image:image-20220810172412-1.png]]
336
337 **Set Serial port parameters**
338
339 Follow the steps below to configure Serial port parameters.
340
341 * Baud rate:115200
342 * Data bit:8
343 * Stop bit:1
344 * Parity:No verification
345
346 [[image:image-20220810165759-3.png]]
347
348 **Registers list**
349
350 [[image:image-20220811102219-3.png]]
351
352 **HMI software configuration**
353
354 HMI programming software
355
356 (% style="text-align:center" %)
357 [[image:image-20220810171237-4.png]]
358
359 **New HMI project**
360
361 Click New Project and select the HMI model.
362
363 [[image:image-20220810172010-5.png]]
364
365 Set communication port parameters
366
367 Click the communication configuration button on the left to find the communication protocol with LX5V. After selecting the protocol, configure the communication parameters of the COM port.
368
369 * Baud rate:115200
370 * Data bit:8
371 * Stop bit:1
372 * Parity:No verification
373
374 [[image:image-20220811104012-1.png]]
375
376 **hardware connection**
377
378 Hardware wiring diagram
379
380 This example introduces WeconHMI with LX5V PLC to establish communication through serial port. The connection diagram is as follows:
381
382 (% style="text-align:center" %)
383 [[image:image-20220811103005-4.png]]
384
385 (% style="text-align:center" %)
386 [[image:image-20220811103227-7.png]]
387
388 The above are all the steps for establishing serial port communication between Wecon HMI with LX5V PLC.
389
390 == **LX5V-N Ethernet protocol** ==
391
392 (% id="cke_bm_147709S" style="display:none" %) (%%)This example introduces the establishment of Ethernet communication between Wecon HMI and LX5V, including three parts: PLC software configuration, HMI software configuration, and hardware wiring.
393
394 **Software configuration of PLC**
395
396 **PLC programming software**
397
398 (% style="text-align:center" %)
399 [[image:image-20220810164710-1.png]]
400
401 **New PLC project**
402
403 Click New Project and select the PLC model.
404
405 [[image:image-20220811115454-1.png]]
406
407 **Set Ethernet port parameters**
408
409 Follow the steps below to configure Ethernet parameters
410
411 * PLC IP address:192.168.39.200
412 * default gateway:192.168.39.1
413 * subnet mask:255.255.255.0
414
415 [[image:image-20220811140530-2.png]]
416
417 **Registers list**
418
419 [[image:image-20220811102219-3.png]]
420
421 **HMI software configuration**
422
423 HMI programming software
424
425
426 (% style="text-align:center" %)
427 [[image:image-20220810171237-4.png]]
428
429 **New HMI project**
430
431 Click New Project and select the HMI model.
432
433 [[image:image-20220810172010-5.png]]
434
435 **Set communication port parameters**
436
437 Click the project setting button on the left to configure the IP address of the HMI machine to ensure that the HMI and PLC IP remain in a local area network.
438
439 * HMI IP address:192.168.39.201
440 * Default gateway:192.168.39.1
441 * Subnet mask:255.255.255.0
442
443 [[image:image-20220811170753-2.png]]
444
445 Next, click Communication Settings to configure the IP of the HMI communication object.
446
447 [[image:image-20220811163047-1.png]]
448
449 **Hardware connection**
450
451 This example introduces WeconHMI with LX5V-N PLC to establish communication through ethernet. The connection diagram is as follows:
452
453 (% style="text-align:center" %)
454 [[image:image-20220811170248-1.png]]
455
456 The above are all the steps for establishing ethernet communication between Wecon HMI with LX5V PLC.
457
458 = Create communication with ABB PLC =
459
460 == **AC500 Protocol** ==
461
462 Support Series: ABB AC500
463
464 **HMI Settings**
465
466 |=(% scope="row" style="width: 179px;" %)Item|=(% style="width: 691px;" %)Recommended|=(% style="width: 144px;" %)Note
467 |=(% style="width: 179px;" %)Protocol|(% style="width:691px" %)ABB AC500|(% style="width:144px" %)
468 |=(% style="width: 179px;" %)Connection|(% style="width:691px" %)RS232|(% style="width:144px" %)
469 |=(% style="width: 179px;" %)Baud rate|(% style="width:691px" %)19200|(% style="width:144px" %)
470 |=(% style="width: 179px;" %)Stop bits|(% style="width:691px" %)1|(% style="width:144px" %)
471 |=(% style="width: 179px;" %)Data bits|(% style="width:691px" %)8|(% style="width:144px" %)
472 |=(% style="width: 179px;" %)Parity|(% style="width:691px" %)EVEN|(% style="width:144px" %)
473 |=(% style="width: 179px;" %)PLC Station No.|(% style="width:691px" %)1|(% style="width:144px" %)
474 |=(% style="width: 179px;" %)HMI Station No.|(% style="width:691px" %)0|(% style="width:144px" %)
475
476 **Address List**
477
478 |=(% style="width: 90px;" %)Type|=(% style="width: 158px;" %)**Device registers**|=(% style="width: 158px;" %)**Format**|=(% style="width: 330px;" %)**Range**|=(% style="width: 278px;" %)Note
479 |(% style="width:90px" %)Bit|(% style="width:158px" %)MX|(% style="width:158px" %)MXdddd.oo|(% style="width:330px" %)0.0~~8191.7|(% style="width:278px" %)
480 |(% colspan="1" rowspan="2" style="width:90px" %)Word|(% style="width:158px" %)MW0|(% style="width:158px" %)MW0ddddd|(% style="width:330px" %)0~~32767|(% style="width:278px" %)
481 |(% style="width:158px" %)MW1|(% style="width:158px" %)MW1ddddd|(% style="width:330px" %)0~~32767|(% style="width:278px" %)
482
483 **Cable Wiring**
484
485 (% style="text-align:center" %)
486 [[image:ABB AC500.gif]]
487
488 = Create communication with Abzil Controller =
489
490 == **Abzil CPL Protocol** ==
491
492 Supported series: SDC series
493
494 **HMI Settings**
495
496 (% style="width:1003px" %)
497 |(% style="width:225px" %)**Item**|(% style="width:612px" %)**Settings**|(% style="width:235px" %)**Note**
498 |(% style="width:225px" %)Protocol|(% style="width:612px" %)Abzil CPL|(% style="width:235px" %)
499 |(% style="width:225px" %)Connection|(% style="width:612px" %)RS485|(% style="width:235px" %)
500 |(% style="width:225px" %)Baud rate|(% style="width:612px" %)9600|(% style="width:235px" %)
501 |(% style="width:225px" %)Data bit|(% style="width:612px" %)8|(% style="width:235px" %)
502 |(% style="width:225px" %)Parity|(% style="width:612px" %)EVEN|(% style="width:235px" %)
503 |(% style="width:225px" %)Stop bit|(% style="width:612px" %)1|(% style="width:235px" %)
504 |(% style="width:225px" %)PLC station No.|(% style="width:612px" %)0
505
506 **Address List**
507
508 |(% style="width:129px" %)**Type**|(% style="width:258px" %)**Device registers**|(% style="width:209px" %)**Format**|(% style="width:198px" %)**Range**|**Note**
509 |(% colspan="1" rowspan="9" style="width:129px" %)Bit|(% style="width:258px" %)00|(% style="width:209px" %)00DDDD.h|(% style="width:198px" %)0~~9999.f|
510 |(% style="width:258px" %)01|(% style="width:209px" %)01DDDD.h|(% style="width:198px" %)0~~9999.f|
511 |(% style="width:258px" %)02|(% style="width:209px" %)02DDDD.h|(% style="width:198px" %)0~~9999.f|
512 |(% style="width:258px" %)03|(% style="width:209px" %)03DDDD.h|(% style="width:198px" %)0~~9999.f|
513 |(% style="width:258px" %)04|(% style="width:209px" %)04DDDD.h|(% style="width:198px" %)0~~9999.f|
514 |(% style="width:258px" %)05|(% style="width:209px" %)05DDDD.h|(% style="width:198px" %)0~~9999.f|
515 |(% style="width:258px" %)06|(% style="width:209px" %)06DDDD.h|(% style="width:198px" %)0~~9999.f|
516 |(% style="width:258px" %)07|(% style="width:209px" %)07DDDD.h|(% style="width:198px" %)0~~9999.f|
517 |(% style="width:258px" %)08|(% style="width:209px" %)08DDDD.h|(% style="width:198px" %)0~~9999.f|
518 |(% colspan="1" rowspan="9" style="width:129px" %)Word|(% style="width:258px" %)00|(% style="width:209px" %)00DDDD|(% style="width:198px" %)0~~9999|
519 |(% style="width:258px" %)01|(% style="width:209px" %)01DDDD|(% style="width:198px" %)0~~9999|
520 |(% style="width:258px" %)02|(% style="width:209px" %)02DDDD|(% style="width:198px" %)0~~9999|
521 |(% style="width:258px" %)03|(% style="width:209px" %)03DDDD|(% style="width:198px" %)0~~9999|
522 |(% style="width:258px" %)04|(% style="width:209px" %)04DDDD|(% style="width:198px" %)0~~9999|
523 |(% style="width:258px" %)05|(% style="width:209px" %)05DDDD|(% style="width:198px" %)0~~9999|
524 |(% style="width:258px" %)06|(% style="width:209px" %)06DDDD|(% style="width:198px" %)0~~9999|
525 |(% style="width:258px" %)07|(% style="width:209px" %)07DDDD|(% style="width:198px" %)0~~9999|
526 |(% style="width:258px" %)08|(% style="width:209px" %)08DDDD|(% style="width:198px" %)0~~9999|
527
528 **Cable Wiring**
529
530 (% style="text-align:center" %)
531 [[image:Azbil CPL485.gif]]
532
533 = Create communication with Crouzet PLC =
534
535 == **M3 (FBD) Protocol** ==
536
537 Support Series: Crouzet Millenium 3 CD12/CB12
538
539 **HMI Settings**
540
541 |=(% style="width: 246px;" %)Item|=(% style="width: 609px;" %)Recommended|=Note
542 |=(% style="width: 246px;" %)Protocol|(% style="width:609px" %)CROUZET M3 (FBD)|
543 |=(% style="width: 246px;" %)Connection|(% style="width:609px" %)RS232|
544 |=(% style="width: 246px;" %)Baud rate|(% style="width:609px" %)115200|
545 |=(% style="width: 246px;" %)Stop bits|(% style="width:609px" %)1|
546 |=(% style="width: 246px;" %)Data bits|(% style="width:609px" %)7|
547 |=(% style="width: 246px;" %)Parity|(% style="width:609px" %)EVEN|
548 |=(% style="width: 246px;" %)PLC Station No.|(% style="width:609px" %)1|
549 |=(% style="width: 246px;" %)HMI Station No.|(% style="width:609px" %)0|
550
551 **Address List**
552
553 |=**Type**|=(% style="width: 191px;" %)**Device registers**|=(% style="width: 200px;" %)**Format**|=(% style="width: 195px;" %)**Range**|=(% style="width: 480px;" %)Note
554 |(% rowspan="4" %)Bit|(% style="width:191px" %)I|(% style="width:200px" %)I DD|(% style="width:195px" %)1~~99|(% style="width:480px" %)Input
555 |(% style="width:191px" %)SLIBit|(% style="width:200px" %)SLIBit DD.dd|(% style="width:195px" %)1.0~~24.15|(% style="width:480px" %)Serial Link Input
556 |(% style="width:191px" %)SLOBit|(% style="width:200px" %)SLOBit DD.dd|(% style="width:195px" %)25.0~~48.15|(% style="width:480px" %)Serial Link Output(Read only)
557 |(% style="width:191px" %)State|(% style="width:200px" %)State D|(% style="width:195px" %)1~~1|(% style="width:480px" %)PLC state(Read only)
558 |(% rowspan="5" %)Word|(% style="width:191px" %)AI|(% style="width:200px" %)AI DD|(% style="width:195px" %)1~~99|(% style="width:480px" %)Analog Input
559 |(% style="width:191px" %)SLIn|(% style="width:200px" %)SLIn DD|(% style="width:195px" %)1~~24|(% style="width:480px" %)Serial Link Input
560 |(% style="width:191px" %)SLOut|(% style="width:200px" %)SLOut DD|(% style="width:195px" %)25~~48|(% style="width:480px" %)Serial Link Output(Read only)
561 |(% style="width:191px" %)Time|(% style="width:200px" %)Time D|(% style="width:195px" %)1~~6|(% style="width:480px" %)(((
562 Time1: Second
563
564 Time2: Minute
565
566 Time3: Hour
567
568 Time4: Day
569
570 Time5: Month
571
572 Time6: Year
573 )))
574 |(% style="width:191px" %)Order|(% style="width:200px" %)Order D|(% style="width:195px" %)1~~1|(% style="width:480px" %)(((
575 Running command(Write only)
576
577 ~=2: Run mode; =1: Stop mode;
578 )))
579
580 **Cable Wiring**
581
582 (% style="text-align:center" %)
583 [[image:CrouzetRS232.png]]
584
585 {{info}}
586 **✎Note: **As the communication driver remark mentioned, this protocol requires the DB9 serial port pin 4. But pin 4 is not define, not used or not useful(e.g. the pin 4 is the B- terminal of 485_2 of ig series) for PI HMIs, so it need the user to solder a Pull-up resistor to make the pin 4 working. As for how to solder the resistor on the motherboard, please contact with Wecon technical support for the details.
587 {{/info}}
588
589 = Create communication with Danfoss Drive =
590
591 == **FC Series Protocol** ==
592
593 Support Series: VLT FC300 Drive
594
595 **HMI Settings**
596
597 (% style="width:988px" %)
598 |=(% style="width: 262px;" %)Item|=(% style="width: 487px;" %)Recommended |=(% style="width: 237px;" %)Note
599 |=(% style="width: 262px;" %)Protocol|(% style="width:487px" %)Danfoss FC Series|(% style="width:237px" %)
600 |=(% style="width: 262px;" %)Connection|(% style="width:487px" %)RS485|(% style="width:237px" %)
601 |=(% style="width: 262px;" %)Baud rate|(% style="width:487px" %)9600|(% style="width:237px" %)
602 |=(% style="width: 262px;" %)Stop bits|(% style="width:487px" %)1|(% style="width:237px" %)
603 |=(% style="width: 262px;" %)Data bits|(% style="width:487px" %)8|(% style="width:237px" %)
604 |=(% style="width: 262px;" %)Parity|(% style="width:487px" %)EVEN|(% style="width:237px" %)
605 |=(% style="width: 262px;" %)PLC Station No.|(% style="width:487px" %)1|(% style="width:237px" %)
606 |=(% style="width: 262px;" %)HMI Station No.|(% style="width:487px" %)0|(% style="width:237px" %)
607
608 **Address List**
609
610 |=**Type**|=(% style="width: 212px;" %)**Device registers**|=(% style="width: 159px;" %)**Format**|=(% style="width: 148px;" %)**Range**|=(% style="width: 354px;" %)Note
611 |(% rowspan="5" %)Word|(% style="width:212px" %)P|(% style="width:159px" %)P dddd|(% style="width:148px" %)0~~4095|(% style="width:354px" %)
612 |(% style="width:212px" %)E|(% style="width:159px" %)E dddd|(% style="width:148px" %)0~~4095|(% style="width:354px" %)
613 |(% style="width:212px" %)S|(% style="width:159px" %)S d|(% style="width:148px" %)0~~1|(% style="width:354px" %)
614 |(% style="width:212px" %)C|(% style="width:159px" %)C d|(% style="width:148px" %)0~~1|(% style="width:354px" %)
615
616 **Cable Wiring**
617
618 (% style="text-align:center" %)
619 [[image:Danfoss.png]]
620
621 = Create communication with **Delta PLC** =
622
623 == DVP serial protocol ==
624
625 (% class="wikigeneratedid" %)
626 Supported Series: Delta DVP EH/ES/SS/EX/EH2/SV/SA/SC/SX Controller
627
628 **HMI Settings**
629
630 |=**Item**|=(% style="width: 353px;" %)**Settings**|=(% style="width: 474px;" %)**Note**
631 |Protocol|(% style="width:353px" %)DELTA DVP Series|(% style="width:474px" %)
632 |Connection|(% style="width:353px" %)RS485|(% style="width:474px" %)
633 |Baud rate|(% style="width:353px" %)9600|(% style="width:474px" %)
634 |Data bit|(% style="width:353px" %)7|(% style="width:474px" %)
635 |Parity|(% style="width:353px" %)Even|(% style="width:474px" %)
636 |Stop bit|(% style="width:353px" %)1|(% style="width:474px" %)
637 |PLC station No.|(% style="width:353px" %)1~~255|(% style="width:474px" %)Need to be the same as PLC settings
638
639 **Address List**
640
641 |=(% style="width: 141px;" %)**Type**|=(% style="width: 257px;" %)**Device registers**|=**HMI registers**|=**Format**|=**Range**|=**Note**
642 |(% style="width:141px" %)Bit|(% style="width:257px" %)X|X|X d|0~~303237|
643 |(% style="width:141px" %)Bit|(% style="width:257px" %)Y|Y|Y d|0~~303237|
644 |(% style="width:141px" %)Bit|(% style="width:257px" %)M|M|M d|0~~99999|
645 |(% style="width:141px" %)Bit|(% style="width:257px" %)T|T|T d|0~~99999|
646 |(% style="width:141px" %)Bit|(% style="width:257px" %)C|C|T d|0~~99999|
647 |(% style="width:141px" %)Bit|(% style="width:257px" %)S|S|T d|0~~99999|
648 |(% style="width:141px" %)Word|(% style="width:257px" %)D|D|D d|0~~99999|
649 |(% style="width:141px" %)Word|(% style="width:257px" %)T|T|T d|0~~99999|
650 |(% style="width:141px" %)Word|(% style="width:257px" %)C|C|C d|0~~99999|
651
652 (% class="wikigeneratedid" %)
653 **Configure the communication protocol**
654
655 (% style="text-align:center" %)
656 [[image:image-20220829152327-6.png]]
657
658 (% style="text-align:center" %)
659 [[image:image-20220829152016-3.png]]
660
661 (% class="wikigeneratedid" %)
662 **Cable Wiring**
663
664 (% class="wikigeneratedid" id="H" %)
665 [[image:image-20220829152610-7.png]]
666
667 (% style="text-align:center" %)
668 [[image:image-20220829152102-5.png]]
669
670 == DVP Ethernet Protocol ==
671
672 (% class="wikigeneratedid" %)
673 Supported Series: Delta DVP ES2/EX2/SS2/SA2/SX2/SE Controller
674
675 **HMI Settings**
676
677 |=**Items**|=**Settings**|=**Note**
678 |Protocol|DELTA DVP Modbus TCP|
679 |Connection|Ethernet|
680 |Port No.|201|Must be the same as the PLC setting
681 |PLC station No.|0|Must be the same as the PLC setting
682
683 **Address List**
684
685 |=(% style="width: 127px;" %)**Type**|=(% style="width: 259px;" %)**Device registers**|=**HMI registers**|=**Format**|=**Range**|=**Note**
686 |(% style="width:127px" %)Bit|(% style="width:259px" %)X|X|X o|0~~377|
687 |(% style="width:127px" %)Bit|(% style="width:259px" %)Y|Y|Y o|0~~377|
688 |(% style="width:127px" %)Bit|(% style="width:259px" %)M0|M0|M0 d|0~~1535|
689 |(% style="width:127px" %)Bit|(% style="width:259px" %)M1|M1|M1 d|1536~~4095|
690 |(% style="width:127px" %)Bit|(% style="width:259px" %)T|T|T d|0~~255|
691 |(% style="width:127px" %)Bit|(% style="width:259px" %)C|C|C d|0~~255|
692 |(% style="width:127px" %)Bit|(% style="width:259px" %)S|S|S d|0~~1023|
693 |(% style="width:127px" %)Word|(% style="width:259px" %)D0|D0|D0 d|0~~4095|
694 |(% style="width:127px" %)Word|(% style="width:259px" %)D1|D1|D1 d|4096~~11999|(((
695
696 )))
697 |(% style="width:127px" %)Word|(% style="width:259px" %)T|T|T d|0~~255|
698 |(% style="width:127px" %)Word|(% style="width:259px" %)C|C|C d|0~~199|(((
699
700 )))
701
702 (% class="wikigeneratedid" %)
703 **Configure the communication protocol**
704
705 (% style="text-align:center" %)
706 [[image:image-20220829155452-1.png]]
707
708 [[image:image-20220829162116-2.png]]
709
710 **Cable Wiring**
711
712 (% style="text-align:center" %)
713 [[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"]]
714
715 == **AS serial protocol** ==
716
717 Supported Series: Delta AS200/AS300
718
719 **HMI Settings**
720
721 |**Item**|**Settings**|**Note**
722 |Protocol|DELTA AS300 MODBUS RTU|
723 |Connection|RS485|
724 |Baud rate|9600|
725 |Data bit|8|
726 |Parity|NONE|
727 |Stop bit|1|
728 |PLC station No.|1|
729
730 **Address List**
731
732 |=**Type**|=**Device registers**|=**HMI registers**|=**Format**|=**Range**|=**Note**
733 |Bit|X|X|Xdd.dd|0~~63.15|Read only
734 |Bit|Y|Y|Ydd.dd|0~~63.15|
735 |Bit|D|D|Dddddd|0~~29999|
736 |Bit|M|M|Mdddd|0~~8191|
737 |Bit|SM|SM|SMdddd|0~~4095|
738 |Bit|S|S|Sdddd|0~~2047|
739 |Bit|T|T|Tddd|0~~511|
740 |Bit|C|C|Cddd|0~~511|
741 |Bit|HC|HC|HCddd|0~~255|Double Word
742 |Word|X|X|Xdd|0~~63|
743 |Word|Y|Y|(((
744 Ydd
745 )))|0~~63|
746 |Word|SR|SR|SRdddd|0~~2047|Special register
747 |Word|D|D|Dddddd|0~~29999|
748 |Word|T|T|Tddd|0~~511|
749 |Word|C|C|Cddd|0~~511|
750 |Word|E|E|Ed|0~~9|
751
752 **Configure the communication protocol**
753
754 Create project
755
756 (% style="text-align:center" %)
757 [[image:AsCreateProject.png]]
758
759 Open the tool COMMGR, to communicate with PLC, if know the IP, we can directly click Add to input PLC IP. Or search the PLC IP from LAN.
760
761 (% style="text-align:center" %)
762 [[image:AScommunicarw.png]]
763
764 Double click the HWCONFIG to open the communication settings window.
765
766 (% style="text-align:center" %)
767 [[image:ASHWCONFIG.png]]
768
769 Expand the Project Tree, open the hardware configuration, double click the PLC icon.
770
771 (% style="text-align:center" %)
772 [[image:ASHSCONFIGICON.png]]
773
774 Click COM1 Port Setting, the default Modbus mode is ASCII, need to change to RTU.
775
776 (% style="text-align:center" %)
777 [[image:ASModbusMode.png]]
778
779 Click Ethernet Port Basic Setting, set the PLC IP and Gateway. Make sure the IP and Gateway is same segment. Then download into PLC.
780
781 (% style="text-align:center" %)
782 [[image:ASconfigIP.png]]
783
784 (% style="text-align:center" %)
785 [[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="image-20220830094600-1.png"]]
786
787
788 (% style="text-align:center" %)
789 [[image:image-20220830094657-2.png]]
790
791 **Cable Wiring**
792
793 (% style="text-align:center" %)
794 [[image:image-20220830141138-1.png]]
795
796 Pin Definition Diagram
797
798 (% style="text-align:center" %)
799 [[image:image-20220830095131-1.png]]
800
801 == AS Ethernet Protocol ==
802
803 **HMI Settings**
804
805 |=**Items**|=**Settings**|=**Note**
806 |Protocol|DELTA AS300 MODBUS TCP|
807 |Connection|Ethernet|
808 |Port No.|502|
809 |Device No.|1|
810 |HMI No.|0|
811
812 **Address List**
813
814 |=**Type**|=**Device registers**|=**HMI registers**|=**Format**|=**Range**|=**Note**
815 |Bit|X|X|X d|0~~63|
816 |Bit|Y|Y|Y d|0~~63|
817 |Bit|D|D|D d|0~~29999|
818 |Bit|M|M|M d|0~~8191|
819 |Bit|SM|SM|SM d|0~~4095|
820 |Bit|S|S|S h|0~~2047|
821 |Bit|T|T|T d|0~~511|
822 |Bit|C|C|C d|0~~511|
823 |Bit|HC|HC|HC d|0~~255|
824 |Word|X|X|X h|0~~63|
825 |Word|Y|Y|Y d|0~~63|
826 |Word|SR|SR|SR d|0~~2047|
827 |Word|D|D|D d|0~~29999|
828 |Word|T|T|T d|0~~511|
829 |Word|C|C|C h|0~~511|
830 |Word|E|E|E d|0~~9|
831
832 **Configure the communication protocol**
833
834 (% style="text-align:center" %)
835 [[image:image-20220830140537-1.png]]
836
837 (% style="text-align:center" %)
838 [[image:image-20220830140629-2.png]]
839
840 **Cable Wiring**
841
842 [[image:image-20220830094929-1.png]]
843
844 Pin Definition Diagram
845
846 (% style="text-align:center" %)
847 [[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"]]
848
849 = **Create communication with EMERSON PLC** =
850
851 == **RTU Slave Protocol** ==
852
853 Supported series: EC10 series
854
855 **HMI Settings**
856
857 |**Item**|**Settings**|**Note**
858 |Protocol|Emerson 984 RTU Slave MODBUS|
859 |Connection|RS485|
860 |Baud rate|19200|
861 |Data bit|8|
862 |Parity|EVEN|
863 |Stop bit|1|
864 |PLC station No.|1
865
866 **PLC Settings**
867
868 Remember to use the Control Star to enable the Modbus RTU communication for port 1 in system block before dowload into PLC.
869
870 (% style="text-align:center" %)
871 [[image:ControlStarSystemBlock.png]]
872
873 (% style="text-align:center" %)
874 [[image:ControlStarCommunicate.png]]
875
876 (% style="text-align:center" %)
877 [[image:ControlStarModbus.png]]
878
879 **Address List**
880
881 |(% style="width:172px" %)**Type**|(% style="width:257px" %)**Device registers**|(% style="width:311px" %)**Format**|**Range**|**Note**
882 |(% colspan="1" rowspan="12" style="width:172px" %)Bit|(% style="width:257px" %)Y|(% style="width:311px" %)YOOO|0~~377|
883 |(% style="width:257px" %)X|(% style="width:311px" %)XOOO|0~~377|
884 |(% style="width:257px" %)M0|(% style="width:311px" %)M0DDDD|0~~2047|
885 |(% style="width:257px" %)M1|(% style="width:311px" %)M1DDDDD|2048~~10239|
886 |(% style="width:257px" %)SM0|(% style="width:311px" %)SM0DDD|0~~255|
887 |(% style="width:257px" %)SM1|(% style="width:311px" %)SM1DDD|256~~511|
888 |(% style="width:257px" %)S0|(% style="width:311px" %)S0DDDD|0~~1023|
889 |(% style="width:257px" %)S1|(% style="width:311px" %)S1DDDD|1024~~4095|
890 |(% style="width:257px" %)T0|(% style="width:311px" %)T0DDD|0~~255|
891 |(% style="width:257px" %)T1|(% style="width:311px" %)T1DDD|256~~511|
892 |(% style="width:257px" %)C0|(% style="width:311px" %)C0DDD|0~~255|
893 |(% style="width:257px" %)C1|(% style="width:311px" %)C1DDD|256~~306|
894 |(% colspan="1" rowspan="7" style="width:172px" %)Word|(% style="width:257px" %)D|(% style="width:311px" %)DDDDD|0~~7999|
895 |(% style="width:257px" %)Z|(% style="width:311px" %)ZDD|0~~15|
896 |(% style="width:257px" %)TW0|(% style="width:311px" %)TW0DDD|0~~255|
897 |(% style="width:257px" %)TW1|(% style="width:311px" %)TW1DDD|256~~511|
898 |(% style="width:257px" %)SD0|(% style="width:311px" %)SD0DDD|0~~255|
899 |(% style="width:257px" %)SD1|(% style="width:311px" %)SD1DDD|256~~511|
900 |(% style="width:257px" %)CW|(% style="width:311px" %)CWDDD|0~~306|
901 |(% colspan="1" rowspan="2" style="width:172px" %)Double Word|(% style="width:257px" %)CW0|(% style="width:311px" %)CW0DDD|200~~255|
902 |(% style="width:257px" %)CW1|(% style="width:311px" %)CW1DDDDD|256~~99999|
903
904 **Cable Wiring**
905
906 (% style="text-align:center" %)
907 [[image:Emerson.gif]]
908
909 = **Create communication with HollySys PLC** =
910
911 == **LK MODBUS RTU** ==
912
913 Supported Series: HollySys LK series CPU
914
915 **HMI Settings**
916
917 |=Item|=Recommended|=Note
918 |=Protocol|HollySys LK MODBUS RTU|
919 |=Connection|RS485|
920 |=Baud rate|38400|
921 |=Stop bits|1|
922 |=Data bits|8|
923 |=Parity|NONE|
924 |=PLC Station No.|1|
925 |=HMI Station No.|0|
926
927 **Address List**
928
929 |=**Type**|=(% style="width: 242px;" %)**Device registers**|=(% style="width: 227px;" %)**Format**|=**Range**|=**Note**
930 |Bit|(% style="width:242px" %)QX|(% style="width:227px" %)QXDDDDD.dd|0~~65535.15|
931 |Bit|(% style="width:242px" %)IX|(% style="width:227px" %)IXDDDDD.dd|0~~65535.15|
932 |Bit|(% style="width:242px" %)MX|(% style="width:227px" %)MXDDDDD.dd|0~~65535.15|
933 |Word|(% style="width:242px" %)QW|(% style="width:227px" %)QWDDDDD|0~~99999|
934 |Word|(% style="width:242px" %)IW|(% style="width:227px" %)IWDDDDD|0~~99999|
935 |Word|(% style="width:242px" %)MW|(% style="width:227px" %)MWDDDDD|0~~99999|
936 |Word|(% style="width:242px" %)MD|(% style="width:227px" %)MDDDDDD|0~~99999|
937
938 **Cable Wiring**
939
940 (% style="text-align:center" %)
941 [[image:Hollysys485.png]]
942
943 == **LM MODBUS RTU** ==
944
945 Supported Series: HollySys LM3109/LM3107 PLC
946
947 **HMI Settings**
948
949 |=Item|=(% style="width: 263px;" %)Recommended|=(% style="width: 248px;" %)Optional|=(% style="width: 167px;" %)Note
950 |=Protocol|(% style="width:263px" %)HollySys LM MODBUS RTU|(% style="width:248px" %)HollySys LM MODBUS RTU|(% style="width:167px" %)
951 |=Connection|(% style="width:263px" %)RS232|(% style="width:248px" %)RS485|(% style="width:167px" %)
952 |=Baud rate|(% style="width:263px" %)38400|(% style="width:248px" %)38400|(% style="width:167px" %)
953 |=Stop bits|(% style="width:263px" %)1|(% style="width:248px" %)1|(% style="width:167px" %)
954 |=Data bits|(% style="width:263px" %)8|(% style="width:248px" %)8|(% style="width:167px" %)
955 |=Parity|(% style="width:263px" %)NONE|(% style="width:248px" %)NONE|(% style="width:167px" %)
956 |=PLC Station No.|(% style="width:263px" %)51|(% style="width:248px" %)51|(% style="width:167px" %)
957 |=HMI Station No.|(% style="width:263px" %)0|(% style="width:248px" %)0|(% style="width:167px" %)
958
959 **Address List**
960
961 |=**Type**|=(% style="width: 242px;" %)**Device registers**|=(% style="width: 227px;" %)**Format**|=**Range**|=**Note**
962 |Bit|(% style="width:242px" %)QX|(% style="width:227px" %)QXDDDDD.oo|0~~65535.7|
963 |Bit|(% style="width:242px" %)IX|(% style="width:227px" %)IXDDDDD.oo|0~~65535.7|
964 |Bit|(% style="width:242px" %)MX|(% style="width:227px" %)MXDDDDD.oo|0~~65535.7|
965 |Word|(% style="width:242px" %)QW|(% style="width:227px" %)QWDDDDD|0~~99999|
966 |Word|(% style="width:242px" %)IW|(% style="width:227px" %)IWDDDDD|0~~99999|
967 |Word|(% style="width:242px" %)MW|(% style="width:227px" %)MWDDDDD|0~~99999|
968 |Word|(% style="width:242px" %)MD|(% style="width:227px" %)MDDDDDD|0~~99999|
969
970 **Cable Wiring**
971
972 RS232
973
974 (% style="text-align:center" %)
975 [[image:HollySys LM Modbus RTU.gif]]
976
977 RS485
978
979 (% style="text-align:center" %)
980 [[image:Hollysys LM Modbus RTU.gif]]
981
982 = **Create communication with Inovance PLC** =
983
984 == **H1U/H2U serial protocol** ==
985
986 **HMI Settings**
987
988 |=(% style="width: 231px;" %)Item|=(% style="width: 610px;" %)Recommended|=Note
989 |=(% style="width: 231px;" %)Protocol|(% style="width:610px" %)INOVANCE H1U PLC/INOVANCE H2U PLC|
990 |=(% style="width: 231px;" %)Connection|(% style="width:610px" %)RS422|
991 |=(% style="width: 231px;" %)Baud rate|(% style="width:610px" %)9600|
992 |=(% style="width: 231px;" %)Stop bits|(% style="width:610px" %)1|
993 |=(% style="width: 231px;" %)Data bits|(% style="width:610px" %)7|
994 |=(% style="width: 231px;" %)Parity|(% style="width:610px" %)EVEN|
995 |=(% style="width: 231px;" %)PLC Station No.|(% style="width:610px" %)1|
996 |=(% style="width: 231px;" %)HMI Station No.|(% style="width:610px" %)0|
997
998 (% class="wikigeneratedid" %)
999 **Address List**
1000
1001 (% style="width:1014px" %)
1002 |=(% style="width: 127px;" %)**Type**|=(% style="width: 264px;" %)**Device registers**|=**Format**|=(% style="width: 162px;" %)**Range**|=(% style="width: 284px;" %)**Note**
1003 |(% style="width:127px" %)Bit|(% style="width:264px" %)X|XOOOOOO|(% style="width:162px" %)0~~303237|(% style="width:284px" %)Input Bit
1004 |(% style="width:127px" %)Bit|(% style="width:264px" %)Y|YOOOOOO|(% style="width:162px" %)0~~303237|(% style="width:284px" %)Output Bit
1005 |(% style="width:127px" %)Bit|(% style="width:264px" %)M|MDDDDD|(% style="width:162px" %)0~~99999|(% style="width:284px" %)Auxiliary
1006 |(% style="width:127px" %)Bit|(% style="width:264px" %)T|TDDDDD|(% style="width:162px" %)0~~99999|(% style="width:284px" %)Timer
1007 |(% style="width:127px" %)Bit|(% style="width:264px" %)C|CDDDDD|(% style="width:162px" %)0~~99999|(% style="width:284px" %)Counter
1008 |(% style="width:127px" %)Bit|(% style="width:264px" %)SM|SMDDDD|(% style="width:162px" %)8000~~9999|(% style="width:284px" %)Special Auxiliary
1009 |(% style="width:127px" %)Bit|(% style="width:264px" %)S|SDDDDD|(% style="width:162px" %)0~~99999|(% style="width:284px" %)
1010 |(% style="width:127px" %)Bit|(% style="width:264px" %)Lamp|Lamp0|(% style="width:162px" %)0~~0|(% style="width:284px" %)Communication Indicator
1011 |(% style="width:127px" %)Word|(% style="width:264px" %)X|X OOOOOO|(% style="width:162px" %)0~~303237|(% style="width:284px" %)Input Word
1012 |(% style="width:127px" %)Word|(% style="width:264px" %)Y|Y OOOOOO|(% style="width:162px" %)0~~303237|(% style="width:284px" %)Output Word
1013 |(% style="width:127px" %)Word|(% style="width:264px" %)M|M DDDDD|(% style="width:162px" %)0~~99999|(% style="width:284px" %)Auxiliary
1014 |(% style="width:127px" %)Word|(% style="width:264px" %)T|T DDDDD|(% style="width:162px" %)0~~99999|(% style="width:284px" %)Timer
1015 |(% style="width:127px" %)Word|(% style="width:264px" %)C|C DDD|(% style="width:162px" %)0~~199|(% style="width:284px" %)Counter
1016 |(% style="width:127px" %)Word|(% style="width:264px" %)D|D DDDD|(% style="width:162px" %)0~~7999|(% style="width:284px" %)Data Register
1017 |(% style="width:127px" %)Word|(% style="width:264px" %)S|S DDDDD|(% style="width:162px" %)0~~99999|(% style="width:284px" %)
1018 |(% style="width:127px" %)Word|(% style="width:264px" %)SD|SD DDDD|(% style="width:162px" %)8000~~9999|(% style="width:284px" %)Special Data Register
1019 |(% style="width:127px" %)Double Word|(% style="width:264px" %)CH|CH DDD|(% style="width:162px" %)200~~255
1020
1021 (% class="wikigeneratedid" %)
1022 **Cable Wiring**
1023
1024 (% style="text-align:center" %)
1025 [[image:Inovance.png]]
1026
1027 == **H3U serial protocol** ==
1028
1029 **HMI Settings**
1030
1031 |=**Item**|=**Settings**|=**Note**
1032 |Protocol|INOVANCE H3U PLC|
1033 |Connection|RS422|
1034 |Baud rate|9600|
1035 |Data bit|7|
1036 |Parity|EVEN|
1037 |Stop bit|1|
1038 |PLC station No.|0|
1039
1040 **Address List**
1041
1042 |=(% style="width: 127px;" %)**Type**|=(% style="width: 264px;" %)**Device registers**|=**Format**|=**Range**|=**Note**
1043 |(% style="width:127px" %)Bit|(% style="width:264px" %)X|X OOOOOO|0~~303237|
1044 |(% style="width:127px" %)Bit|(% style="width:264px" %)Y|Y OOOOOO|0~~303237|
1045 |(% style="width:127px" %)Bit|(% style="width:264px" %)M|M DDDDD|0~~99999|
1046 |(% style="width:127px" %)Bit|(% style="width:264px" %)T|T DDDDD|0~~99999|
1047 |(% style="width:127px" %)Bit|(% style="width:264px" %)C|C DDDDD|0~~99999|
1048 |(% style="width:127px" %)Bit|(% style="width:264px" %)SM|SM DDDD|8000~~9999|
1049 |(% style="width:127px" %)Bit|(% style="width:264px" %)S|S DDDDD|0~~99999|
1050 |(% style="width:127px" %)Bit|(% style="width:264px" %)Lamp|Lamp0|0~~0|
1051 |(% style="width:127px" %)Word|(% style="width:264px" %)X|X OOOOOO|0~~303237|
1052 |(% style="width:127px" %)Word|(% style="width:264px" %)Y|Y OOOOOO|0~~303237|
1053 |(% style="width:127px" %)Word|(% style="width:264px" %)M|M DDDDD|0~~99999|
1054 |(% style="width:127px" %)Word|(% style="width:264px" %)T|T DDDDD|0~~99999|
1055 |(% style="width:127px" %)Word|(% style="width:264px" %)C|C DDD|0~~199|
1056 |(% style="width:127px" %)Word|(% style="width:264px" %)D|D DDDD|0~~7999|
1057 |(% style="width:127px" %)Word|(% style="width:264px" %)S|S DDDDD|0~~99999|
1058 |(% style="width:127px" %)Word|(% style="width:264px" %)SD|SD DDDD|8000~~9999|
1059 |(% style="width:127px" %)Word|(% style="width:264px" %)R|R DDDDD|0~~32767|
1060 |(% style="width:127px" %)Double Word|(% style="width:264px" %)CH|CH DDD|200~~255|
1061
1062 **Configure the communication protocol**
1063
1064 (% style="text-align:center" %)
1065 [[image:image-20220830170114-4.png]]
1066
1067 [[image:image-20220830170017-3.png]]
1068
1069 **Cable Wiring**
1070
1071 (% style="text-align:center" %)
1072 [[image:Inovance.png]]
1073
1074 == **H3U Ethernet portocol** ==
1075
1076 **HMI Settings**
1077
1078 |=(% style="width: 286px;" %)**Item**|=(% style="width: 565px;" %)**Settings**|=**Note**
1079 |(% style="width:286px" %)Protocol|(% style="width:565px" %)INOVANCE H3U PLC Ethernet|
1080 |(% style="width:286px" %)Connection|(% style="width:565px" %)Ethernet|
1081 |(% style="width:286px" %)Port No.|(% style="width:565px" %)502|
1082 |(% style="width:286px" %)Device No.|(% style="width:565px" %)1|
1083 |(% style="width:286px" %)HMI No.|(% style="width:565px" %)0|
1084
1085 **Address List**
1086
1087 |=**Type**|=**Device registers**|=**Format**|=**Range**|=**Note**
1088 |Bit|M|M DDDD|0~~8511|
1089 |Bit|SM|SM DDDD|0~~1023|
1090 |Bit|S|S DDDD|0~~4095|
1091 |Bit|T|T DDD|0~~511|
1092 |Bit|C|C DDD|0~~255|
1093 |Bit|X|X OOO|0~~571|
1094 |Bit|Y|Y OOO|0~~571|
1095 |Word|D|D DDDD|0~~8511|
1096 |Word|SD |SD DDDD|0~~1023|
1097 |Word|R|R DDDDD|0~~32767|
1098 |Word|T|T DDD|0~~255|
1099 |Word|C|C DDD|0~~199|
1100 |Double Word|C|C DDD|200~~255|
1101
1102 **Cable Wiring**
1103
1104 (% style="text-align:center" %)
1105 [[image:CommonEthernet.png]]
1106
1107 = Create communication with LS** PLC** =
1108
1109 == **XGB serial protocol ** ==
1110
1111 **HMI Settings**
1112
1113 |=**Item**|=**Settings**|=**Note**
1114 |Protocol|LS XGB CPU DRIECT|
1115 |Connection|RS232|
1116 |Baud rate|115200|
1117 |Data bit|8|
1118 |Parity|NONE|
1119 |Stop bit|1|
1120 |PLC station No.|1|
1121
1122 **Address List**
1123
1124 |=**Type**|=**Device registers**|=**HMI registers**|=**Format**|=**Range**|=**Note**
1125 |Bit|P|P|P DDDD.f|0~~2047|
1126 |Bit|M|M|M DDDD.f|0~~2047|
1127 |Bit|L|L|L DDDDD.f|0~~11263|
1128 |Bit|K|K|K DDDD.f|0~~2559|
1129 |Bit|F|F|F DDDD.f|0~~2047|
1130 |Bit|S|S|S DDDDD|0~~12799|
1131 |Bit|D|D|D DDDDD.f|0~~32767|
1132 |Bit|U|U|U FFFF.f|0~~7f31|
1133 |Bit|T|T|T DDDD.f|0~~2047|
1134 |Bit|C|C|C DDDD.f|0~~2047|
1135 |Word|P|P|P DDDD|0~~2047|
1136 |Word|M|M|M DDDD|0~~2047|
1137 |Word|L|L|L DDDDD|0~~11263|
1138 |Word|K|K|K DDDD|0~~2559|
1139 |Word|F|F|F DDDD|0~~2047|
1140 |Word|C|C|C DDDD|0~~2047|
1141 |Word|T|T|T DDDD|0~~2047|
1142 |Word|D|D|D DDDDD|0~~32767|
1143 |Word|N|N|N DDDDD|0~~21503|
1144 |Word|U|U|U FFFF|0~~7f31|
1145 |Word|Z|Z|Z DDD|0~~127|
1146 |Word|R|R|R DDDDD|0~~32767|
1147 |Word|ZR|ZR|Z DDDDD|0~~32767|
1148 |Word|TS|TS|TS DDDD|0~~2047|
1149 |Word|CS|CS|CS DDDD|0~~2047|
1150 |Word|S|S|S DDDDD|0~~12799|
1151
1152 **Configure the communication protocol**
1153
1154 (% style="text-align:center" %)
1155 [[image:image-20221028174410-1.png]]
1156
1157 (% style="text-align:center" %)
1158 [[image:image-20221028174753-2.png]]
1159
1160 (% style="text-align:center" %)
1161 [[image:image-20221028181125-4.png]]
1162
1163 **Pin Definition Diagram**
1164
1165 (% style="text-align:center" %)
1166 [[image:image-20221028180930-3.png]]
1167
1168 == **XBC serial protocol** ==
1169
1170 **HMI Settings**
1171
1172 |=**Item**|=**Settings**|=**Note**
1173 |Protocol|LS XBC CNet|
1174 |Connection|RS232|
1175 |Baud rate|115200|
1176 |Data bit|8|
1177 |Parity|NONE|
1178 |Stop bit|1|
1179 |PLC station No.|1|
1180
1181 **Address List**
1182
1183 |=**Type**|=**Device registers**|=**HMI registers**|=**Format**|=**Range**|=**Note**
1184 |Bit|P|P|P d|0~~2047|
1185 |Bit|M|M|M d|0~~2047|
1186 |Bit|L|L|L d|0~~11263|
1187 |Bit|K|K|K d|0~~16183|
1188 |Bit|F|F|F d|0~~2047|
1189 |Bit|D|D|D d|0~~32767|
1190 |Bit|R|R|R d|0~~32767|
1191 |Bit|U|U|U d|0~~4095|
1192 |Word|P|P|P d|0~~2047|
1193 |Word|M|M|M d|0~~2047|
1194 |Word|L|L|L d|0~~11263|
1195 |Word|K|K|K d|0~~16183|
1196 |Word|F|F|F d|0~~2047|
1197 |Word|C|C|C d|0~~2047|
1198 |Word|T|T|T d|0~~2047|
1199 |Word|D|D|D d|0~~32767|
1200 |Word|N|N|N d|0~~21503|
1201 |Word|R|R|R d|0~~32767|
1202 |Word|U|U|U d|0~~4095|
1203 |Word|Z|Z|Z d|0~~127|
1204 |Word|S|S|S d|0~~127|
1205
1206 **Configure the communication protocol**
1207
1208 (% style="text-align:center" %)
1209 [[image:image-20220831170807-1.png]]
1210
1211 (% style="text-align:center" %)
1212 [[image:image-20220830174733-2.png]]
1213
1214 **Cable Wiring**
1215
1216 (% style="text-align:center" %)
1217 [[image:image-20220830174659-1.png]]
1218
1219 Pin Definition Diagram
1220
1221 (% style="text-align:center" %)
1222 [[image:image-20220830173402-8.png]]
1223
1224 == **XGK FEnet Ethernet protocol** ==
1225
1226 Supported Series: LS XGT series XGK CPU with XGL-EFMT Ethernet module
1227
1228 **HMI Settings**
1229
1230 |**Items**|**Settings**|**Note**
1231 |Protocol|LG XGK FEnet(Ethernet)|
1232 |Connection|Ethernet|
1233 |Port No.|2004|
1234
1235 **Address List**
1236
1237 |**Type**|**Register**|**Range**|**Format**|**Note**
1238 |(% rowspan="14" %)Word|P|0~~2047|P d|
1239 |M|0~~2047|M d|
1240 |K|0~~2047|K d|
1241 |F|0~~2047|F d|
1242 |T|0~~2047|T d|
1243 |C|0~~2047|C d|
1244 |Z|0~~127|Z d|
1245 |S|0~~127|S d|
1246 |L|0~~11263|L d|
1247 |N|0~~21503|N d|
1248 |D|0~~32767|D d|
1249 |R|0~~32767|R d|
1250 |ZR|0~~65535|ZR d|
1251 |UxDD|0~~6331|UxDD nndd|nn: 0~~63, dd: 0~~31
1252
1253 **✎Note:**
1254
1255 * In addition to the "UxDD" register, the others correspond to the PLC register one by one. UxDD corresponds to U in the PLC;
1256 * The [UxDD] register, defined in the PLC is Ux.dd, x represents the block, and dd represents 0-31 of each block. There are 64 blocks in the PLC;
1257 * All bit registers are in the form of bits in word, and the range is the same as the word register;
1258
1259 **Communication settings in HMI**
1260
1261 Enable HMI Ethernet in [Project Settings];
1262
1263 (% style="text-align:center" %)
1264 [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
1265
1266 Set PLC IP in [Device IP] settings;
1267
1268 (% style="text-align:center" %)
1269 [[image:12.PLC Protocol_html_a2a19b5003ad4090.png||data-xwiki-image-style-alignment="center" height="189" width="554" class="img-thumbnail"]]
1270
1271 **Cable Wiring**
1272
1273
1274 (% style="text-align:center" %)
1275 [[image:CommonEthernet.png]]
1276
1277 = Create communication with **Mitsubishi PLC** =
1278
1279 == **FX1S, 1N, 2N Series Protocol** ==
1280
1281 Supported Series: Mitsubishi FX1S, FX1N, FX2N series
1282
1283 **HMI Settings**
1284
1285 |**Item**|**Settings**|**Note**
1286 |Protocol|Mitsubishi FX1S/FX1N/FX2N|
1287 |Connection|RS422/RS485/RS232|
1288 |Baud rate|9600~~115200|
1289 |Data bit|7/8|
1290 |Parity|EVEN/Odd/None|
1291 |Stop bit|1/2|
1292 |PLC station No.|1~~255|
1293
1294 **Address List**
1295
1296 |**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
1297 |(% rowspan="7" %)Bit|X|X|Xo|0~~303237|
1298 |Y|Y|Y o|0~~303237|
1299 |M|M|M d|0~~99999|
1300 |T|T|T d|0~~99999|
1301 |C|C|C d|0~~99999|
1302 |S|S|S d|0~~99999|
1303 |SM|SM|SM d|8000~~9999|
1304 |(% rowspan="8" %)Word|X|X|Xo|0~~303237|
1305 |Y|Y|Y o|0~~303237|
1306 |M|M|M d|0~~99999|
1307 |T|T|T d|0~~99999|
1308 |C|C|C d|0~~199|
1309 |D|D|D d|0~~7999|
1310 |S|S|S d|0~~99999|
1311 |SD|SD|SD d|8000~~9999|
1312
1313 **Cable Wiring**
1314
1315 * **RS485**
1316
1317 (% style="text-align:center" %)
1318 [[image:12.PLC Protocol_html_d4012bdeb4ce4aae.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
1319
1320 (% style="text-align:center" %)
1321 [[image:12.PLC Protocol_html_4bf57ad8d44eacc4.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
1322
1323 * **RS422**
1324
1325 (% style="text-align:center" %)
1326 [[image:12.PLC Protocol_html_f8a6bebc5792960d.png||data-xwiki-image-style-alignment="center" height="253" width="402" class="img-thumbnail"]]
1327
1328 **✎Note:** COM3 only available in PI8000/PI9000 series.
1329
1330 == **FX3U/3G/3GA serial protocol** ==
1331
1332 **HMI Settings**
1333
1334 |=**Item**|=**Settings**|=**Note**
1335 |Protocol|Mitsubishi FX3U/3G/3GA|
1336 |Connection|RS422|
1337 |Baud rate|9600~~115200|
1338 |Data bit|7/8|
1339 |Parity|EVEN/Odd/None|
1340 |Stop bit|1/2|
1341 |PLC station No.|1~~255|
1342
1343 **Address List**
1344
1345 |=**Type**|=**Device registers**|=**HMI registers**|=**Format**|=**Range**|=**Note**
1346 |(% rowspan="7" %)Bit|X|X|Xo|0~~303237|
1347 |Y|Y|Y o|0~~303237|
1348 |M|M|M d|0~~99999|
1349 |T|T|T d|0~~99999|
1350 |C|C|C d|0~~99999|
1351 |S|S|S d|0~~99999|
1352 |SM|SM|SM d|8000~~9999|
1353 |(% rowspan="8" %)Word|X|X|Xo|0~~303237|
1354 |Y|Y|Y o|0~~303237|
1355 |M|M|M d|0~~99999|
1356 |T|T|T d|0~~99999|
1357 |C|C|C d|0~~199|
1358 |D|D|D d|0~~7999|
1359 |S|S|S d|0~~99999|
1360 |SD|SD|SD d|8000~~9999|
1361
1362 **Configure the communication protocol**
1363
1364 (% style="text-align:center" %)
1365 [[image:image-20220831095222-1.png]]
1366
1367 (% style="text-align:center" %)
1368 [[image:image-20220831095743-2.png]]
1369
1370 **Wiring**
1371
1372 (% style="text-align:center" %)
1373 [[image:image-20220831100314-6.png]]
1374
1375 == **FX NOPROTOCOL** ==
1376
1377 Mitsubishi FX3G-RS232-BD
1378
1379 **HMI Settings**
1380
1381 |=**Item**|=**Settings**|=**Note**
1382 |Protocol|Mitsubishi FX NOPROTOCOL|
1383 |Connection|RS232|
1384 |Baud rate|9600|
1385 |Data bit|7|
1386 |Parity|EVEN|
1387 |Stop bit|1|
1388 |PLC station No.|1~~255|
1389
1390 **Address List**
1391
1392 |=**Type**|=**Device registers**|=**HMI registers**|=**Format**|=**Range**|=**Note**
1393 |(% colspan="1" rowspan="8" %)Bit|X|X|X o|0~~303237|
1394 |Y|Y|Y o|0~~303237|
1395 |M|M|M d|0~~99999|
1396 |T|T|T d|0~~99999|
1397 |C|C|C d|0~~99999|
1398 |S|S|S d|0~~99999|
1399 |SM|SM|SM d|8000~~9999|
1400 |Lamp|Lamp|Lamp d|0~~0|
1401 |(% rowspan="8" %)Word|X|X|X o|0~~303237|
1402 |Y|Y|Y o|0~~303237|
1403 |M|M|M d|0~~99999|
1404 |T|T|T d|0~~99999|
1405 |C|C|C d|0~~199|
1406 |D|D|D d|0~~7999|
1407 |S|S|S d|0~~99999|
1408 |SD|SD|SD d|8000~~9999|
1409
1410 **Configure the communication protocol**
1411
1412
1413 **Wiring**
1414
1415 (% style="text-align:center" %)
1416 [[image:3.png]]
1417
1418 == **FX3U Ethernet Protocol** ==
1419
1420 Mitsubishi FX3U series PLC
1421
1422 **HMI Settings**
1423
1424 |Items|Settings|Note
1425 |Protocol|Mitsubishi FX3U|
1426 |Connection|Ethernet|
1427 |Port No.|5009|Must be the same as the PLC setting
1428 |PLC station No.|0|
1429
1430 **Address List**
1431
1432 |**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
1433 |(% colspan="1" rowspan="7" %)Bit|X|X|X OOO|0~~377|
1434 |Y|Y|Y OOO|0~~377|
1435 |M|M|M DDDD|0~~7679|
1436 |SM|SM|SM DDDD|8000~~8511|
1437 |S|S|S DDDD|0~~4095|
1438 |TS|TS|TS DDD|0~~511|
1439 |CS|CS|CS DDD|0~~255|
1440 |(% colspan="1" rowspan="9" %)Word|CN|CN|CN DDD|0~~199|
1441 |TN|TN|TN DDD|0~~511|
1442 |D|D|D DDDD|0~~7999|
1443 |SD|SD|SD DDDD|8000~~8511|
1444 |R|R|R DDDDD|0~~32767|
1445
1446 **Ethernet Module Settings**
1447
1448 FX3U-ENET-L module configuration
1449 Set up the FX3U-ENET-L Ethernet module settings as follows.
1450 Select the module location, which in this document is Module 0.
1451
1452 [[image:image-20221115140802-1.png]]
1453
1454 Select "Operational setting" to enter the following screen.
1455
1456 The Ethernet module IP is set to 192.168.39.254 in this document, and other options are default.
1457
1458 [[image:image-20221115142728-4.png]]
1459
1460 Select "Open setting" to enter the setting interface, the settings are as follows.
1461
1462 The third item "Protocol" selects TCP, and "Open system" selects MELSOFT connection, which allows the
1463
1464 Mitsubishi programming software GX works2 to communicate with the FX3U via the Ethernet module.
1465
1466 [[image:image-20221115142945-5.png]]
1467
1468 Click on "transter setup" - "PC side I/F setting", see the following figure.
1469
1470 After setting, the first download must use the programming cable, as shown in the figure; after that, can
1471
1472 use the IP set in the "Ethernet board" to communicate directly with the network cable.
1473
1474 [[image:image-20221115143341-6.png||height="426" width="712"]]
1475
1476 Read and write data from the Ethernet module
1477
1478 [[image:image-20221115143703-7.png]]
1479
1480 Set "Transter setup" to COM communication, and read or write operation as shown below
1481
1482 [[image:image-20221115143809-8.png]]
1483
1484 **PLC Settings (GX Works 2)**
1485
1486 Create a blank FX5U project
1487
1488 Find Current Connection in the navigation
1489
1490 [[image:image-20221115144335-9.png||height="422" width="706"]]
1491
1492 Select Connection Channel List
1493
1494 Select Ethernet board communication
1495
1496 [[image:image-20221115144824-10.png||height="421" width="705"]]
1497
1498 Select Ethernet Module
1499 Set the IP address of the PLC
1500
1501 [[image:image-20221115145228-11.png||height="674" width="708"]]
1502
1503 Read or write PLC data, in this document is read
1504
1505 [[image:image-20221115145553-12.png||height="424" width="711"]]
1506
1507 [[image:image-20221115145559-13.png||height="424" width="711"]]
1508
1509 **HMI Communication Setting**
1510
1511 [[image:image-20221115150003-14.png||height="425" width="712"]]
1512
1513 [[image:image-20221115150235-15.png||height="427" width="713"]]
1514
1515 [[image:image-20221115145559-13.png||height="424" width="711"]]
1516
1517 **HMI Communication Setting**
1518
1519 [[image:image-20221115150003-14.png||height="425" width="712"]]
1520
1521 [[image:image-20221115150235-15.png||height="427" width="713"]]
1522
1523 == **FX5U Serial Port Protocol** ==
1524
1525 Mitsubishi FX5U series PLC
1526
1527 **HMI Settings**
1528
1529 |**Item**|**Settings**|**Note**
1530 |Protocol|Mitsubishi FX5U|
1531 |Connection|RS422/RS485|
1532 |Baud rate|9600|
1533 |Data bit|7|
1534 |Parity|Odd|
1535 |Stop bit|1|
1536 |PLC station No.|1~~255|Need to be the same as PLC settings
1537
1538 **Address List**
1539
1540 |**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
1541 |(% rowspan="15" %)Bit|X|X|X o|0~~303237|
1542 |Y|Y|Y o|0~~303237|
1543 |M|M|M d|0~~99999|
1544 |B|B|B h|0~~7FFF|
1545 |F|F|F d|0~~32767|
1546 |SB|SB|SB h|0~~7FFF|
1547 |TS|TS|TS d|0~~1023|
1548 |TC|TC|TC d|0~~1023|
1549 |STS|STS|STS d|0~~1023|
1550 |STC|STC|STS d|0~~1023|
1551 |CS|CS|CS d|0~~1023|
1552 |CC|CC|CC d|0~~1023|
1553 |SM|SM|SM d|0~~9999|
1554 |L|L|L d|0~~32767|
1555 |S|S|S d|0~~4095|
1556 |(% rowspan="9" %)Word|W|W|W h|0~~3FF|
1557 |TN|TN|TN d|0~~1023|
1558 |STN|STN|STN d|0~~1023|
1559 |CN|CN|CN d|0~~1023|
1560 |R|R|R d|0~~32767|
1561 |SW|SW|SW h|0~~7FFF|
1562 |Z|Z|Z d|0~~23|
1563 |D|D|D d|0~~7999|
1564 |SD|SD|SD d|0~~11999|
1565
1566 **PLC Settings (GX Works 3)**
1567
1568 Create a blank FX5U project
1569
1570 Find the 485 serial port module in the system navigation bar and double click to enter the settings.
1571
1572 (% style="text-align:center" %)
1573 [[image:12.PLC Protocol_html_5c9cb13fac1e6c93.png||data-xwiki-image-style-alignment="center" height="462" width="200" class="img-thumbnail"]]
1574
1575 Select protocol in the setting item, and set parameters.
1576
1577 (% style="text-align:center" %)
1578 [[image:12.PLC Protocol_html_de942589ca070228.png||data-xwiki-image-style-alignment="center" height="324" width="600" class="img-thumbnail"]]
1579
1580 Set station number, and [Message Pattern] (Pattern 1 or Pattern 4)
1581
1582 (% style="text-align:center" %)
1583 [[image:12.PLC Protocol_html_387ec7d00b5feb59.png||data-xwiki-image-style-alignment="center" height="323" width="600" class="img-thumbnail"]]
1584
1585 Click the [Apply] button to finish the setting.
1586
1587 Click download and select the items as below, then click [execute] to download the configuration to PLC.
1588
1589 (% style="text-align:center" %)
1590 [[image:12.PLC Protocol_html_cdef1c5ec8cc2105.png||data-xwiki-image-style-alignment="center" height="434" width="600" class="img-thumbnail"]]
1591
1592 As soon as download is completed, connect PLC with serial port, then configure it in the [Specify Connection Destination Connection].
1593
1594 Done.
1595
1596 **Cable Wiring**
1597
1598 * **RS485**
1599
1600 (% style="text-align:center" %)
1601 [[image:12.PLC Protocol_html_d4012bdeb4ce4aae.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
1602
1603 (% style="text-align:center" %)
1604 [[image:12.PLC Protocol_html_4bf57ad8d44eacc4.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
1605
1606 * **RS422**
1607
1608 (% style="text-align:center" %)
1609 [[image:12.PLC Protocol_html_f8a6bebc5792960d.png||data-xwiki-image-style-alignment="center" height="253" width="402" class="img-thumbnail"]]
1610
1611 **✎Note:** COM3 only available in PI8000/PI9000 series.
1612
1613 == **L02 Serial Protocol** ==
1614
1615 Mitsubishi L02 series CPU built-in serial port.
1616
1617 **HMI Settings**
1618
1619 |=**Item**|=**Settings**|=**Note**
1620 |Protocol|Mitsubishi L02|
1621 |Connection|RS422|
1622 |Baud rate|115200|
1623 |Data bit|8|
1624 |Parity|Odd|
1625 |Stop bit|1|
1626 |PLC station No.|1~~255|Need to be the same as PLC settings
1627
1628 **Address List**
1629
1630 |=**Type**|=**Device registers**|=**HMI registers**|=**Format**|=**Range**|=**Note**
1631 |Bit|X|X|X h|0~~FFFF|
1632 |Bit|Y|Y|Y h|0~~FFFF|
1633 |Bit|M|M|M d|0~~9999|
1634 |Bit|L|L|L d|0~~9999|
1635 |Bit|F|F|F d|0~~9999|
1636 |Bit|B|B|B h|0~~FFFF|
1637 |Bit|V|V|V d|0~~2047|
1638 |Bit|TC|TC|TC d|0~~9999|
1639 |Bit|SS|SS|SS d|0~~9999|
1640 |Bit|SC|SC|SC d|0~~9999|
1641 |Bit|CS|CS|CS d|0~~9999|
1642 |Bit|CC|CC|CC d|0~~9999|
1643 |Bit|SB|SB|SB h|0~~FFFF|
1644 |Bit|SM|SM|SM d|0~~2047|
1645 |Bit|STS|STS|STS d|0~~1023|
1646 |Bit|S|S|S d|0~~9999|
1647 |Bit|DX|DX|DX h|0~~FFFF|
1648 |Bit|DY|DY|DY h|0~~FFFF|
1649 |Bit|TS|TS|TS d|0~~9999|
1650 |Bit|Dbit|Dbit|Dbit d.d|0~~99999.0~~15|
1651 |Word|W|W|W h|0~~FFFF|
1652 |Word|TN|TN|TN d|0~~99999|
1653 |Word|SN|SN|SN d|0~~99999|
1654 |Word|CN|CN|CN d|0~~99999|
1655 |Word|R|R|R d|0~~99999|
1656 |Word|SW|SW|SW h|0~~FFFF|
1657 |Word|Z|Z|Z d|0~~99999|
1658 |Word|ZR|ZR|ZR h|0~~FFFF|
1659 |Word|D|D|D d|0~~99999|
1660
1661 **Communication Settings**
1662
1663 (% style="text-align:center" %)
1664 [[image:image-20220831105732-3.png]]
1665
1666 (% style="text-align:center" %)
1667 [[image:image-20220831110004-5.png]]
1668
1669 **Cable Wiring**
1670
1671 [[image:image-20220831105542-2.png]][[image:image-20220831105529-1.png]]
1672
1673 Pin Definition Diagram
1674
1675 (% style="text-align:center" %)
1676 [[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220825160820-4.png?rev=1.1||alt="image-20220825160820-4.png"]]
1677
1678 == **L02 MELSEC (Ethernet) Protocol** ==
1679
1680 Mitsubishi Q series CPU built-in Ethernet port.
1681
1682 **HMI Settings**
1683
1684 |**Items**|**Settings**|**Note**
1685 |Protocol|MIT L02 CPU MELSEC|
1686 |Connection|Ethernet|
1687 |Port No.|1025|Must be the same as the PLC setting
1688 |PLC station No.|0|Must be the same as the PLC setting
1689
1690 **Address List**
1691
1692 |**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
1693 |Bit|X|X|X h|0~~FFFF|
1694 |Bit|Y|Y|Y h|0~~FFFF|
1695 |Bit|M|M|M d|0~~9999|
1696 |Bit|L|L|L d|0~~9999|
1697 |Bit|F|F|F d|0~~9999|
1698 |Bit|B|B|B h|0~~FFFF|
1699 |Bit|V|V|V d|0~~2047|
1700 |Bit|TC|TC|TC d|0~~9999|
1701 |Bit|SS|SS|SS d|0~~9999|
1702 |Bit|SC|SC|SC d|0~~9999|
1703 |Bit|CS|CS|CS d|0~~9999|
1704 |Bit|CC|CC|CC d|0~~9999|
1705 |Bit|SB|SB|SB h|0~~FFFF|
1706 |Bit|SM|SM|SM d|0~~2047|
1707 |Bit|STS|STS|STS d|0~~1023|
1708 |Bit|S|S|S d|0~~9999|
1709 |Bit|DX|DX|DX h|0~~FFFF|
1710 |Bit|DY|DY|DY h|0~~FFFF|
1711 |Bit|TS|TS|TS d|0~~9999|
1712 |Bit|Dbit|Dbit|Dbit d.d|0~~99999.0~~15|
1713 |Word|W|W|W h|0~~FFFF|
1714 |Word|TN|TN|TN d|0~~99999|
1715 |Word|SN|SN|SN d|0~~99999|
1716 |Word|CN|CN|CN d|0~~99999|
1717 |Word|R|R|R d|0~~99999|
1718 |Word|SW|SW|SW h|0~~FFFF|
1719 |Word|Z|Z|Z d|0~~99999|
1720 |Word|ZR|ZR|ZR h|0~~FFFF|
1721 |Word|D|D|D d|0~~99999|
1722
1723 **Communication Settings**
1724
1725 Enable HMI Ethernet in [Project Settings];
1726
1727 [[image:12.PLC Protocol_html_43b671f18153910d.png||height="107" width="405"]]
1728
1729 Set PLC IP in [Device IP] settings;
1730
1731 (% style="text-align:center" %)
1732 [[image:12.PLC Protocol_html_38189fae42f6caa7.png||data-xwiki-image-style-alignment="center" height="206" width="600" class="img-thumbnail"]]
1733
1734 **PLC Settings (GX Works2 )**
1735
1736 Create a project
1737
1738 Set PLC IP, subnet mask and gateway;
1739
1740 Select [Binary Code] as communication data code;
1741
1742 (% style="text-align:center" %)
1743 [[image:image-20221108202109-2.png||height="636" width="732"]]
1744
1745 Set PLC port number, for example 1025
1746
1747 (% style="text-align:center" %)
1748 [[image:12.PLC Protocol_html_8d0d1a22d388f70b.png||data-xwiki-image-style-alignment="center" height="524" width="600" class="img-thumbnail"]]
1749
1750 Save settings;
1751
1752 Download project into PLC device;
1753
1754 Restart PLC device;
1755
1756 **Cable Wiring**
1757
1758 (% style="text-align:center" %)
1759 [[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]]
1760
1761 == **QJ71C24N MELSEC Protocol** ==
1762
1763 Mitsubishi QJ71C24N communication module built-in serial port;
1764
1765 **HMI Settings**
1766
1767 |**Items**|**Settings**|**Note**
1768 |Protocol|MIT QJ71 MELSEC|
1769 |Connection|422|
1770 |Baud rate|9600|
1771 |Data bit|8|
1772 |Parity|ODD|
1773 |Stop bit|1|
1774 |PLC station No.|1~~255|Need to be the same as PLC settings
1775
1776 **Address List**
1777
1778 |**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
1779 |(% rowspan="19" %)Bit|X|X|X FFFF|0~~1FFF|
1780 |Y|Y|Y FFFF|0~~1FFF|
1781 |M|M|M DDDDD|0~~99999|
1782 |L|L|L DDDD|0~~8191|
1783 |F|F|F DDDD|0~~2047|
1784 |V|V|V DDDD|0~~2047|
1785 |B|B|B FFFF|0~~1FFF|
1786 |TS|TS|TS DDDD|0~~2047|
1787 |TC|TC|TC DDDD|0~~2047|
1788 |SS|SS|SS DDDD|0~~2047|
1789 |SC|SC|SC DDDD|0~~2047|
1790 |CS|CS|CS DDDD|0~~1023|
1791 |CC|CC|CC DDDD|0~~1023|
1792 |SB|SB|SB FFF|0~~7FF|
1793 |S|S|S D|0~~8191|
1794 |DX|DX|DX FFFF|0~~1FFF|
1795 |DY|DY|DY FFFF|0~~1FFF|
1796 |SM_|SM_|SM_ DDDD|8000~~9999|
1797 |SM|SM|SM DDDD|0~~2047|
1798 |(% rowspan="10" %)Word|SD|SD|SD DDDD|0~~2047|
1799 |D|D|D DDDDD|0~~12287|
1800 |W|W|W FFFF|0~~1FFF|
1801 |TN|TN|TN DDDD|0~~2047|
1802 |SN|SN|SN DDDD|0~~2047|
1803 |CN|CN|CN DDDD|0~~1023|
1804 |R|R|R DDDDD|0~~32767|
1805 |SW|SW|SW FFF|0~~7FF|
1806 |Z|Z|Z D|0~~15|
1807 |ZR|ZR|ZR FFFFF|0~~FE7FF|
1808
1809 **Communication Settings**
1810
1811 (% style="text-align:center" %)
1812 [[image:image-20221109135738-1.png]]
1813
1814 (% style="text-align:center" %)
1815 [[image:image-20221109140016-3.png]]
1816
1817 Pin Definition Diagram
1818
1819 (% style="text-align:center" %)
1820 [[image:image-20221109140406-4.png]]
1821
1822 == **QJ71E71 MELSEC Protocol** ==
1823
1824 Mitsubishi QJ71E71 Ethernet communication module;
1825
1826 **HMI Settings**
1827
1828 |**Items**|**Settings**|**Note**
1829 |Protocol|MIT QJ71E71 MELSEC|
1830 |Connection|Ethernet|
1831 |Port No.|1025|Must be the same as the PLC setting
1832 |PLC station No.|0|Must be the same as the PLC setting
1833
1834 **Address List**
1835
1836 |**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
1837 |(% rowspan="18" %)Bit|X|X|X h|0~~1FFF|
1838 |Y|Y|Y h|0~~1FFF|
1839 |M|M|M d|0~~99999|
1840 |L|L|L d|0~~8191|
1841 |F|F|F d|0~~2047|
1842 |B|B|B h|0~~1FFF|
1843 |V|V|V d|0~~2047|
1844 |TS|TS|TS d|0~~2047|
1845 |TC|TC|TC d|0~~2047|
1846 |SS|SS|SS d|0~~2047|
1847 |SC|SC|SC d|0~~2047|
1848 |CS|CS|CS d|0~~1023|
1849 |CC|CC|CC d|0~~1023|
1850 |SB|SB|SB h|0~~7FF|
1851 |S|S|S d|0~~8191|
1852 |DX|DX|DX h|0~~1FFF|
1853 |DY|DY|DY h|0~~1FFF|
1854 |SM|SM|SM d|8000~~9999|
1855 |(% rowspan="10" %)Word|SD|SD|SD d|0~~2047|
1856 |D|D|D d|0~~12287|
1857 |W|W|W h|0~~1FFF|
1858 |TN|TN|TN d|0~~2047|
1859 |SN|SN|SN d|0~~2047|
1860 |CN|CN|CN d|0~~1023|
1861 |R|R|R d|0~~32767|
1862 |SW|SW|SW h|0~~7FF|
1863 |Z|Z|Z d|0~~15|
1864 |ZR|ZR|ZR h|0~~FE7FF|
1865
1866 **HMI Communication Settings**
1867
1868 1) Enable HMI Ethernet in [Project Settings];
1869
1870 [[image:12.PLC Protocol_html_43b671f18153910d.png||height="107" width="405"]]
1871
1872 2) Set PLC IP in [Device IP] settings
1873
1874 ;[[image:image-20221119164628-1.png||height="502" width="646"]]
1875
1876 **PLC Settings(GX Works2)**
1877
1878 * Click [Ethernet/CC IE/MELSECNET];
1879 * Please select [Ethernet] as network type;
1880 * Set station I/O number according to situation (For example, 0020 means that the module is connected to PLC CPU in first order);
1881 * Select [Online] as Mode;
1882 * [[image:image-20221119164958-2.png||height="356" width="611"]] [[image:12.PLC Protocol_html_acd084d845da380e.png||height="300" width="554"]]
1883 * Click [Operation setting] to set IP;
1884 * Select [Binary Code] as [Communication Data Code];
1885 * [[image:image-20221119165129-3.png||height="381" width="611"]] [[image:12.PLC Protocol_html_a972e671d2bb9150.png||height="304" width="553"]]
1886 * Click [Open setting]
1887 * Set protocol: TCP;
1888 * Set [unpassive] in [Open system];
1889 * Set [receive] in [Fixed buffer];
1890 * Set [procedure Exist] in [Fixed buffer communication];
1891 * Disable [Pairing open];
1892 * Set [No confirm] in [Existence confirmation];
1893 * Host station port number: 5009;
1894 * [[image:12.PLC Protocol_html_f2c432006cdd2f9.png||height="220" width="553"]]Save settings;
1895 * [[image:image-20221119165342-4.png||height="387" width="620"]]
1896 * Download project into PLC and restart it
1897
1898 **Cable Wiring**
1899
1900 (% style="text-align:center" %)
1901 [[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]]
1902
1903 = Create communication with **MODBUS** =
1904
1905 == **MODBUS RTU Master** ==
1906
1907 Supported Series: MODBUS RTU CONTROLLER
1908
1909 HMI works as MODBUS SLAVE connecting with MASTER
1910
1911 (% style="text-align:center" %)
1912 [[image:12.PLC Protocol_html_44425b313b0a6b96.png||data-xwiki-image-style-alignment="center" height="571" width="544" class="img-thumbnail"]]
1913
1914 (% style="text-align:center" %)
1915 [[image:12.PLC Protocol_html_b56b9da32c3caaa.png||data-xwiki-image-style-alignment="center" height="462" width="600" class="img-thumbnail"]]
1916
1917 (% style="text-align:center" %)
1918 [[image:12.PLC Protocol_html_67cd25458b9c72a6.png||data-xwiki-image-style-alignment="center" height="462" width="600" class="img-thumbnail"]]
1919
1920 **HMI Settings**
1921
1922 |**Items**|**Settings**|**Note**
1923 |Protocol|MODBUS RTU Master|
1924 |Connection|RS485/RS232|
1925 |Baud rate|2400~~187500|
1926 |Data bit|8|
1927 |Parity|Even/ Odd/ None|
1928 |Stop bit|1/2|
1929 |Station No.|0~~255|
1930
1931 **Address List**
1932
1933 |**Type**|**HMI address**|**MODBUS code**|**Range**
1934 |Bit|HDX3000.0~~HDX3499.15|0|0~~7999
1935 |Word|HDW3500~~HDW7999|4|0~~4499
1936
1937 **Cable Wiring**
1938
1939 * **RS485**
1940
1941 (% style="text-align:center" %)
1942 [[image:12.PLC Protocol_html_68dfb6d383f0edd9.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
1943
1944 (% style="text-align:center" %)
1945 [[image:12.PLC Protocol_html_cbeb90cb4faaa8bc.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
1946
1947 * **RS232**
1948
1949 (% style="text-align:center" %)
1950 [[image:12.PLC Protocol_html_9030ba679545793b.png||data-xwiki-image-style-alignment="center" height="241" width="387" class="img-thumbnail"]]
1951
1952 **✎Note:** COM3 only available in PI8000/PI9000 series.
1953
1954 == **MODBUS RTU Slave (All function)/(All function OneBaseAddress)** ==
1955
1956 Supported Series: MODBUS RTU CONTROLLER
1957
1958 HMI works as MODBUS MASTER connecting with SLAVE.
1959
1960 The addresses in [All function] start from 0, while the addresses in [All function OneBaseAddress] start from 1 (offset 1).
1961
1962 (% style="text-align:center" %)
1963 [[image:12.PLC Protocol_html_7236139c887defad.png||data-xwiki-image-style-alignment="center" height="571" width="544" class="img-thumbnail"]]
1964
1965 (% style="text-align:center" %)
1966 [[image:12.PLC Protocol_html_de80207f2b495c17.png||data-xwiki-image-style-alignment="center" height="462" width="600" class="img-thumbnail"]]
1967
1968 (% style="text-align:center" %)
1969 [[image:12.PLC Protocol_html_4e9e8eff81c7ff8b.png||data-xwiki-image-style-alignment="center" height="462" width="600" class="img-thumbnail"]]
1970
1971 **HMI Settings**
1972
1973 |**Items**|**Settings**|**Note**
1974 |Protocol|MODBUS RTU Slave (All function)/( All function OneBaseAddress)|
1975 |Connection|RS485/RS232|
1976 |Baud rate|2400~~187500|
1977 |Data bit|8|
1978 |Parity|Even/ Odd/ None|
1979 |Stop bit|1/2|
1980 |PLC station No.|0~~255|
1981
1982 **Address List**
1983
1984 |**Type**|**Address Type**|**Function code & Description**
1985 |(% rowspan="11" %)Word|(% rowspan="3" %)3|04 (read input register: read current binary value in one or more input registers)
1986 |06 (write single register: write a binary value to a holding register)
1987 |10 (write values to multiple addresses )
1988 |(% rowspan="3" %)4|03 (read holding register: read current binary value in one or more holding registers)
1989 |06 (write single register: write a binary value to a holding register)
1990 |10 (write values to multiple addresses )
1991 |(% rowspan="3" %)W6|03 (read holding register: read current binary value in one or more holding registers)
1992 |06 (write single register: write a binary value to a holding register)
1993 |10 (write values to multiple addresses )
1994 |(% rowspan="2" %)W16|03 (read holding register: read current binary value in one or more holding registers)
1995 |10 (write values to multiple addresses )
1996 |(% rowspan="11" %)Bit|(% rowspan="3" %)0|01 (Read coil state)
1997 |05 (Force a single coil to force the on/off state of a logic coil)
1998 |0F (Write multiple bits, ie write continuously)
1999 |(% rowspan="3" %)1|02 (Read the input state)
2000 |05 (Force a single coil to force the on/off state of a logic coil)
2001 |0F (Write multiple bits)
2002 |(% rowspan="3" %)W5|01 (Read coil state to obtain the current state of a set of logic coils)
2003 |05 (Force a single coil to force the on/off state of a logic coil)
2004 |0F (Write multiple bits)
2005 |(% rowspan="2" %)W15|01 (Read coil state to obtain the current state of a set of logic coils)
2006 |0F (Write multiple bits)
2007
2008 **✎Note:**
2009
2010 * Modbus can also support getting bit from the word, which could access the address such as 100.1 and other formats.
2011 * The function codes sent out are the same as those that read and write words.
2012
2013 **Station number for more than one slaves**
2014
2015 If there are more than one slaves connected to HMI, please set slave station number during editing address, as below shows.
2016
2017 (% style="text-align:center" %)
2018 [[image:12.PLC Protocol_html_31f028c6d80be344.png||data-xwiki-image-style-alignment="center" height="515" width="485" class="img-thumbnail"]]
2019
2020 **Cable Wiring**
2021
2022 * **RS485**
2023
2024 (% style="text-align:center" %)
2025 [[image:12.PLC Protocol_html_68dfb6d383f0edd9.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
2026
2027 (% style="text-align:center" %)
2028 [[image:12.PLC Protocol_html_cbeb90cb4faaa8bc.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
2029
2030 * **RS232**
2031
2032 (% style="text-align:center" %)
2033 [[image:12.PLC Protocol_html_9030ba679545793b.png||data-xwiki-image-style-alignment="center" height="241" width="387" class="img-thumbnail"]]
2034
2035 **✎Note:** COM3 only available in PI8000/PI9000 series.
2036
2037 == **Communicate with Modbus Meter** ==
2038
2039 The following example is using the Linfee meter LNF96EY to demonstrate how to set up the Modbus communication.
2040
2041 ~1. Wiring the RS485 cable first. Because the pin 58 is A, the pin 59 is B for meter. Here we use the COM1 to connect. So the diagram like follows:
2042
2043 (% style="text-align:center" %)
2044 [[image:LinfeeDiagram.png]]
2045
2046 2. Check the specific Modbus parameter in the communication menu from LED display.
2047
2048 So from the following pictures, we can know the Meter Address is 85, Baud rate is 9600, CRC None.
2049
2050 {{info}}
2051 **✎Note: **Meter address usually corresponding to the Device No. in the PIStudio Communication settings.
2052 {{/info}}
2053
2054 (% style="text-align:center" %)
2055 [[image:MeterModbusAllView.png]]
2056
2057 3. Create new project and change the Communication settings.
2058
2059 Set the protocol as MODBUS RTU Slave (All Function), set Device No. as 85. And COM port setting as 9600, 1, 8, NONE.
2060
2061 (% style="text-align:center" %)
2062 [[image:PIStudioSetupMeterModbusPara.png]]
2063
2064 4. Drag the numeric input into screen, and fill in the Modbus Address we want to read according to manual
2065
2066 The following table is intercept part of the manual for Linfee Modbus manual.
2067
2068 **0x03/0x04 command data register address**:
2069
2070 |=(% colspan="2" rowspan="1" %)Address|=Description|=Data Format|=Data Length(Word)|=Remark
2071 | HEX|DEC| | | |
2072 |0x00|0|Reserved| | |
2073 |0x02|2|Reserved| | |
2074 |0x04|4|Reserved| | |
2075 |0x06|6|Ua|float|2|Phase Voltage data, Unit V
2076 |0x08|8|Ub|float|2|Phase Voltage data, Unit V
2077 |0x0A|10|Uc|float|2|Phase Voltage data, Unit V
2078 |0x0C|12|Uab|float|2|Line Voltage data, Unit V
2079 |0x0E|14|Ubc|float|2|Line Voltage data, Unit V
2080 |0x10|16|Uca|float|2|Line Voltage data, Unit V
2081 |0x12|18|Ia|float|2|Phase Current data, Unit A
2082 |0x14|20|Ib|float|2|Phase Current data, Unit A
2083 |0x16|22|Ic|float|2|Phase Current data, Unit A
2084
2085 {{info}}
2086 **✎Note: **We usually use the Address Type 4 for read the Modbus registers(Function Code 03)
2087 {{/info}}
2088
2089 For example, here we want to read the Phase Voltage Ua (Modbus offset 0006), the Address No. requires input decimal number, and check whether the actual address has one address offset, so the address set like the following screenshot:
2090
2091 (% style="text-align:center" %)
2092 [[image:MeterModbusPInumericSet.png]]
2093
2094 Set the Read-Write type for address, because meter only to measuring the data, so set it as read-only, and floating data format.
2095
2096 (% style="text-align:center" %)
2097 [[image:MeterModbusNumericInputFormat.png]]
2098
2099 Then download into HMI, if the HMI COM led is blinking and no timeout message show, which means the communication is setup successfully.
2100
2101 (% style="text-align:center" %)
2102 [[image:ActualHMIModbusResult.jpg]]
2103
2104 == **MODBUS TCP Slave (All function)** ==
2105
2106 Supported series: MODBUS TCP controller
2107
2108 Note: Although the protocol selected for the HMI is MODBUS TCP Slave, the HMI is working as a MODBUS TCP Master connected to TCP SLAVE.
2109
2110 (% style="text-align:center" %)
2111 [[image:12.PLC Protocol_html_8877cb7f39c2b607.png||data-xwiki-image-style-alignment="center" height="571" width="544" class="img-thumbnail"]]
2112
2113 (% style="text-align:center" %)
2114 [[image:12.PLC Protocol_html_e7e1f06f127a9175.png||data-xwiki-image-style-alignment="center" height="426" width="553" class="img-thumbnail"]]
2115
2116 (% style="text-align:center" %)
2117 [[image:12.PLC Protocol_html_60bbfe5de79417a6.png||data-xwiki-image-style-alignment="center" height="163" width="553" class="img-thumbnail"]]
2118
2119 **HMI Setting**
2120
2121 |**Items**|**Settings**|**Note**
2122 |Protocol|MODBUS TCP Slave (All function)|
2123 |Connection|Ethernet|
2124 |Port No.|502|
2125 |PLC station No.|1|
2126
2127 **Address List**
2128
2129 |**Type**|**Register**|**Function code & Description**
2130 |(% rowspan="11" %)Word|(% rowspan="3" %)3|04 (read input register: read current binary value in one or more input registers)
2131 |06 (write single register: write a binary value to a holding register)
2132 |10 (write values to multiple addresses )
2133 |(% rowspan="3" %)4|03 (read holding register: read current binary value in one or more holding registers)
2134 |06 (write single register: write a binary value to a holding register)
2135 |10 (write values to multiple addresses )
2136 |(% rowspan="3" %)W6|03 (read holding register: read current binary value in one or more holding registers)
2137 |06 (write single register: write a binary value to a holding register)
2138 |10 (write values to multiple addresses )
2139 |(% rowspan="2" %)W16|03 (read holding register: read current binary value in one or more holding registers)
2140 |10 (write values to multiple addresses )
2141 |(% rowspan="11" %)Bit|(% rowspan="3" %)0|01 (Read coil state)
2142 |05 (Force a single coil to force the on/off state of a logic coil)
2143 |0F (Write multiple bits, ie write continuously)
2144 |(% rowspan="3" %)1|02 (Read the input state)
2145 |05 (Force a single coil to force the on/off state of a logic coil)
2146 |0F (Write multiple bits)
2147 |(% rowspan="3" %)W5|01 (Read coil state to obtain the current state of a set of logic coils)
2148 |05 (Force a single coil to force the on/off state of a logic coil)
2149 |0F (Write multiple bits)
2150 |(% rowspan="2" %)W15|01 (Read coil state to obtain the current state of a set of logic coils)
2151 |0F (Write multiple bits)
2152
2153 **Communication Settings**
2154
2155 Enable HMI Ethernet in [Project Settings];
2156
2157 (% style="text-align:center" %)
2158 [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
2159
2160 Set PLC IP in [Device IP] settings;
2161
2162 (% style="text-align:center" %)
2163 [[image:12.PLC Protocol_html_4bd3cc8348adecf8.png||data-xwiki-image-style-alignment="center" height="190" width="554" class="img-thumbnail"]]
2164
2165 **Cable Wiring**
2166
2167 (% style="text-align:center" %)
2168 [[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]]
2169
2170 = Create communication with **Omron** PLC =
2171
2172 == CJ TCP FINS Ethemet  Protocol ==
2173
2174 Supported device:CJ series、CJ1W-EIP21
2175
2176 **HMI Settings**
2177
2178 |=**Items**|=**Settings**|=**Note**
2179 |Protocol|OMRON CJ TCP FINS Ethemet|
2180 |Connection|Ethernet|
2181 |Port No.|9600|
2182 |Device No.|0|
2183 |HMI No.|0|(((
2184
2185 )))
2186
2187 **Address List**
2188
2189 |=**Type**|=**Device registers**|=**HMI registers**|=**Format**|=**Range**|=**Note**
2190 |Bit|CIO|CIO|CIO d|0~~99999|
2191 |Bit|W|W|W d|0~~99999|
2192 |Bit|D|D|D d|0~~99999|
2193 |Bit|H|H|H d|0~~99999|
2194 |Bit|A|A|A d|0~~99999|
2195 |Bit|T|T|T h|0~~99999|
2196 |Bit|CF|CF|CF d|0~~99999|
2197 |Bit|FF|FF|FF d|0~~99999|
2198 |Bit|C|C|C d|0~~99999|
2199 |Bit|EM0|EM0|EM0 d|0~~99999|
2200 |Bit|EM1|EM1|EM1 d|0~~99999|
2201 |Bit|EM2|EM2|EM2 d|0~~99999|
2202 |Bit|EM3|EM3|EM3 d|0~~99999|
2203 |Bit|EM4|EM4|EM4 d|0~~99999|
2204 |Bit|EM5|EM5|EM5 h|0~~99999|
2205 |Bit|EM6|EM6|EM6 d|0~~99999|
2206 |Bit|EM7|EM7|EM7 d|0~~99999|
2207 |Bit|EM8|EM8|EM8 d|0~~99999|
2208 |Bit|EM9|EM9|EM9 d|0~~99999|
2209 |Bit|EMA|EMA|EMA d|0~~99999|
2210 |Bit|EMB|EMB|EMB d|0~~99999|
2211 |Bit|EMC|EMC|EMC d|0~~99999|
2212 |Bit|Lamp|Lamp|Lamp d|0~~0|
2213 |Word|CIO|CIO|CIO d|0~~99999|
2214 |Word|W|W|W d|0~~99999|
2215 |Word|D|D|D d|0~~99999|
2216 |Word|H|H|H d|0~~99999|
2217 |Word|A|A|A d|0~~99999|
2218 |Word|T|T|T h|0~~99999|
2219 |Word|CF|CF|CF d|0~~99999|
2220 |Word|FF|FF|FF d|0~~99999|
2221 |Word|C|C|C d|0~~99999|
2222 |Word|EM0|EM0|EM0 d|0~~99999|
2223 |Word|EM1|EM1|EM1 d|0~~99999|
2224 |Word|EM2|EM2|EM2 d|0~~99999|
2225 |Word|EM3|EM3|EM3 d|0~~99999|
2226 |Word|EM4|EM4|EM4 d|0~~99999|
2227 |Word|EM5|EM5|EM5 h|0~~99999|
2228 |Word|EM6|EM6|EM6 d|0~~99999|
2229 |Word|EM7|EM7|EM7 d|0~~99999|
2230 |Word|EM8|EM8|EM8 d|0~~99999|
2231 |Word|EM9|EM9|EM9 d|0~~99999|
2232 |Word|EMA|EMA|EMA d|0~~99999|
2233 |Word|EMB|EMB|EMB d|0~~99999|
2234 |Word|EMC|EMC|EMC d|0~~99999|
2235 |Word|IR|IR|IR d|0~~99999|
2236 |Word|DR|DR|DR d|0~~99999|
2237
2238 **Configure the communication protocol**
2239
2240 (% style="text-align:center" %)
2241 [[image:image-20220830143348-1.png]]
2242
2243 (% style="text-align:center" %)
2244 [[image:image-20220830143511-2.png]]
2245
2246 **Configure CJ1W-EIP21 connect with HMI**
2247
2248 (% style="text-align:center" %)
2249 [[image:ftEVGvAprh.png]]
2250
2251 Select TCP_Client_2N
2252
2253 (% style="text-align:center" %)
2254 [[image:RURXWcgyCd.png]]
2255
2256 **Cable Wiring**
2257
2258 Pin Definition Diagram
2259
2260 (% style="text-align:center" %)
2261 [[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"]]
2262
2263 == **CP1E/CP1H serial protocol** ==
2264
2265 Supported device: OMRON CS1(CP1E/CP1H)
2266
2267 **HMI Settings**
2268
2269 |=**Items**|=**Settings**|=**Note**
2270 |Protocol|OMRON CS1(CP1E/CP1H)|
2271 |Connection|RS232 (9600, 2, 7, EVEN)|
2272 |Port No.|None|
2273 |PLC station No.|0|
2274
2275 **Address List**
2276
2277 |=**Type**|=**Device registers**|=**HMI registers**|=**Format**|=**Range**|=**Note**
2278 |Bit|CIO|CIO|CIO d|0~~99999|
2279 |Bit|W|W|W d|0~~99999|
2280 |Bit|D|D|D d|0~~99999|
2281 |Bit|H|H|H d|0~~99999|
2282 |Bit|A|A|A d|0~~99999|
2283 |Bit|TF|T|T h|0~~99999|
2284 |Bit|CF|CF|CF d|0~~99999|
2285 |Bit|T|FF|FF d|0~~99999|
2286 |Bit|C|C|C d|0~~99999|
2287 |Bit|EM0|EM0|EM0 d|0~~99999|
2288 |Bit|EM1|EM1|EM1 d|0~~99999|
2289 |Bit|EM2|EM2|EM2 d|0~~99999|
2290 |Bit|EM3|EM3|EM3 d|0~~99999|
2291 |Bit|EM4|EM4|EM4 d|0~~99999|
2292 |Bit|EM5|EM5|EM5 h|0~~99999|
2293 |Bit|EM6|EM6|EM6 d|0~~99999|
2294 |Bit|EM7|EM7|EM7 d|0~~99999|
2295 |Bit|EM8|EM8|EM8 d|0~~99999|
2296 |Bit|EM9|EM9|EM9 d|0~~99999|
2297 |Bit|EMA|EMA|EMA d|0~~99999|
2298 |Bit|EMB|EMB|EMB d|0~~99999|
2299 |Bit|EMC|EMC|EMC d|0~~99999|
2300 |Word|CIO|CIO|CIO d|0~~99999|
2301 |Word|W|W|W d|0~~99999|
2302 |Word|D|D|D d|0~~99999|
2303 |Word|H|H|H d|0~~99999|
2304 |Word|A|A|A d|0~~99999|
2305 |Word|T|T|T h|0~~99999|
2306 |Word|CIO|CF|CF d|0~~99999|
2307 |Word|C|C|C d|0~~99999|
2308 |Word|EM0|EM0|EM0 d|0~~99999|
2309 |Word|EM1|EM1|EM1 d|0~~99999|
2310 |Word|EM2|EM2|EM2 d|0~~99999|
2311 |Word|EM3|EM3|EM3 d|0~~99999|
2312 |Word|EM4|EM4|EM4 d|0~~99999|
2313 |Word|EM5|EM5|EM5 h|0~~99999|
2314 |Word|EM6|EM6|EM6 d|0~~99999|
2315 |Word|EM7|EM7|EM7 d|0~~99999|
2316 |Word|EM8|EM8|EM8 d|0~~99999|
2317 |Word|EM9|EM9|EM9 d|0~~99999|
2318 |Word|EMA|EMA|EMA d|0~~99999|
2319 |Word|EMB|EMB|EMB d|0~~99999|
2320 |Word|EMC|EMC|EMC d|0~~99999|
2321 |Word|IR|IR|IR d|0~~99999|
2322 |Word|DR|DR|DR d|0~~99999|
2323
2324 **Configure the communication protocol**
2325
2326 (% style="text-align:center" %)
2327 [[image:image-20220902153118-1.png]]
2328
2329 (% style="text-align:center" %)
2330 [[image:image-20220902151322-2.png]]
2331
2332 **Cable Wiring**
2333
2334 (% style="text-align:center" %)
2335 [[image:image-20220902153949-2.png]]
2336
2337 Pin Definition Diagram
2338
2339 (% style="text-align:center" %)
2340 [[image:image-20220902154056-3.png]]
2341
2342 == **EC55 Protocol** ==
2343
2344 Supported device: EC55 temperature instrument
2345
2346 **1)HMI Settings**
2347
2348 |**Items**|**Settings**|**Note**
2349 |Protocol|Omron EC55|
2350 |Connection|RS485 (9600, 2, 7, EVEN)|
2351 |Port No.|None|
2352 |PLC station No.|0|
2353
2354 **2)Address List**
2355
2356 |**Type**|**Register**|**Device range**|**HMI range**|**Function**
2357 |(% rowspan="3" %)Double word|C0|0-13 (Hex)|0-19|Set read only parameter for area 0
2358 |C1|0-4D(Hex)|0-77|Set Read/Write parameter for area 0
2359 |C3|0-CD(Hex)|0-205|Set Read/Write parameter for area 1
2360 |(% rowspan="6" %)Word|80|0-13(Hex)|0-19|Set read only parameter in area 0
2361 |81|0-4D(Hex)|0-77|Set Read/Write parameter in area 0
2362 |83|0-CD(Hex)|0-205|Set Read/Write parameter in area 1
2363 |CP|-|0-6|Read controller intrinsic property
2364 |CS|-|0-2|Read controller states
2365 |CA|-|0-17|Action command
2366
2367 **3)Device Settings**
2368
2369 Omron E5CC PLC configuration
2370
2371 After entering the Communication Settings menu, please set the parameters to the default values for the following table. Press the cycle key of the instrument to enter the next setting.
2372
2373 (% style="text-align:center" %)
2374 [[image:12.PLC Protocol_html_3d95e093792ba98a.png||data-xwiki-image-style-alignment="center" height="229" width="550" class="img-thumbnail"]]
2375
2376 According to PLC configuration and communication port configuration information of the HMI, provide the corresponding steps and configuration screenshots. This configuration needs to communicate properly with the above PLC configuration. The project settings are as follows
2377
2378 (% style="text-align:center" %)
2379 [[image:12.PLC Protocol_html_be583aa69dd6cf4c.png||data-xwiki-image-style-alignment="center" height="242" width="550" class="img-thumbnail"]]
2380
2381 **✎Note:** The communication settings for HMI should be consistent with this setting.
2382
2383 **Cable Wiring**
2384
2385 (% style="text-align:center" %)
2386 [[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
2387
2388 (% style="text-align:center" %)
2389 [[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2390
2391 **✎Note:**
2392
2393 * COM3 only available in PI8000/PI9000 series.
2394 * CA address could not support continuous writing function;
2395 * Because of CP address intrinsic property: read control intrinsic property, so please place the character input part in use. Set address with CP0 and character length 10, used to display controller type. And place a number input part, set address with CP5 (cache size). Do not place other CP type address without CP0 in screen, otherwise CP type address is invalid
2396 * When set value into read & write address, it is necessary to switch the temperature instrument meter to the corresponding interface according to the menu of the instrument where the address locates, so that the value could be written, otherwise, the value could not be written; When the communication write setting of the instrument is turned off, the writing function is invalid. Writing function could be opened by using the 00 address of the CA register, which write 01 value.
2397 * When continuous writing of a value to a read-write address, please make sure all continuous writing address could be written. Otherwise, if one of these addresses could not be written, then all continuous writing commands will fail.
2398 * Because of the mechanism problem, this protocol could not support CompoWay/F function that is read-write function of variables in protocol document.
2399 * When using double-word address, set the data format to 32 bits, otherwise the read/write function is unable.
2400 * Please set the communication delay time of 10ms in setting, to avoid that the instrument may not be able to communicate in a short time due to too fast data access and too much connection requests.
2401 * [[image:12.PLC Protocol_html_d428cad280fdefb3.png||height="276" width="347"]]Because of the particularity of the instrument, it is necessary to write the value of the address in the menu interface corresponding to the address, and to enter the menu where the address locates, so that the value could be written.
2402
2403 == **EtherNet/IP NX series Protocol** ==
2404
2405 Supported series: Omron NX/NJ series
2406
2407 **HMI Setting**
2408
2409 |**Items**|**Settings**|**Note**
2410 |Protocol|Omron NX Ethernet/IP|
2411 |Connection|Ethernet|
2412 |Port No.|44818|
2413 |PLC station No.|1|
2414
2415 **Instruction**
2416
2417 1) In Sysmac Studio, please select [Publish Only] for [Network Publish] when setting address tag.
2418
2419 2) When [Do not publish] is selected for a tag, different import methods may lead to different results. When import tags by [Get Tags from Device], the tag will be eliminated. If [Import tags] is selected, the tags will be imported, but the communication will not succeed.
2420
2421 (% style="text-align:center" %)
2422 [[image:12.PLC Protocol_html_4156caf6f116c570.png||data-xwiki-image-style-alignment="center" height="277" width="600" class="img-thumbnail"]]
2423
2424 **Export labels from Sysmac Studio**
2425
2426 Launch Sysmac Studio, under Global Variables create the address labels, and thenselect [Tools] -> [Export Global Variables];
2427
2428 (% style="text-align:center" %)
2429 [[image:12.PLC Protocol_html_26f91dee66c723e9.png||data-xwiki-image-style-alignment="center" height="276" width="600" class="img-thumbnail"]]
2430
2431 Launch PIStudio, in [Communication] Settings add Omron NX Ethernet/IP protocol;
2432
2433 Click [Label manage];
2434
2435 (% style="text-align:center" %)
2436 [[image:12.PLC Protocol_html_cd38d2d0c5187f6b.png||data-xwiki-image-style-alignment="center" height="276" width="600" class="img-thumbnail"]]
2437
2438 Click [Import labels] and then select the file exported in step 1;
2439
2440 (% style="text-align:center" %)
2441 [[image:12.PLC Protocol_html_52bd5da678bef9b4.png||data-xwiki-image-style-alignment="center" height="403" width="600" class="img-thumbnail"]]
2442
2443 The Import Status field shows the result, click [OK] to finish importing address labels;
2444
2445 (% style="text-align:center" %)
2446 [[image:12.PLC Protocol_html_7f0465a589b98912.png||data-xwiki-image-style-alignment="center" height="291" width="600" class="img-thumbnail"]]
2447
2448 **Communication Settings**
2449
2450 Enable HMI Ethernet in [Project Settings];
2451
2452 (% style="text-align:center" %)
2453 [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
2454
2455 Set PLC IP in [Device IP] settings;
2456
2457 (% style="text-align:center" %)
2458 [[image:12.PLC Protocol_html_437cb087b36b5784.png||data-xwiki-image-style-alignment="center" height="330" width="600" class="img-thumbnail"]]
2459
2460 (% style="text-align:center" %)
2461 [[image:12.PLC Protocol_html_60ef71528a99abf5.png||data-xwiki-image-style-alignment="center" height="188" width="554" class="img-thumbnail"]]
2462
2463 **Cable Wiring**
2464
2465 [[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"]]
2466
2467 == CV/CJ1M/CS1H ==
2468
2469 **HMI Setting:**
2470
2471 |=**Parameters**|=**Recommended**
2472 |=**PLC type**|(% colspan="1" %)OMRON CV/CJ1M/CS1H Series
2473 |=**PLC I/F**|RS232
2474 |=**Baud rate**|9600
2475 |=**Data bits**|7
2476 |=**Parity**|Even
2477 |=**Stop bits**|2
2478 |=**PLC sta. no.**|0
2479
2480 **PLC Setting:**
2481
2482 |=**Communication mode**|Host Link Protocol / PLC must be set to monitor mode
2483
2484 **Device Address:**
2485
2486 |=**Bit/Word**|=**Device type**|=**Format**|=**Range**|=**Memo**
2487 |=B|CIO|DDDDdd|0 ~~ 409515|I/O and Internal Relay
2488 |=B|W|DDDDdd|0 ~~ 409515|Hold Relay
2489 |=B|D|DDDDdd|0 ~~ 409515|Link Relay
2490 |=B|H|DDDDdd|0 ~~ 409515|
2491 |=B|A|DDDDdd|0 ~~ 409515|
2492 |=B|TF|DDDDdd|0 ~~ 409515|
2493 |=B|CF|DDDDdd|0 ~~ 409515|Auxiliary Relay
2494 |=B|T|DDDD|0 ~~ 4095|
2495 |=B|C|DDDD|0 ~~ 4095|
2496 |=B|EM0|DDDDDdd|0 ~~ 99999.15|
2497 |=B|EM1|DDDDDdd|0 ~~ 99999.15|
2498 |=B|EM2|DDDDDdd|0 ~~ 99999.15|
2499 |=B|EM3|DDDDDdd|0 ~~ 99999.15|
2500 |=B|EM4|DDDDDdd|0 ~~ 99999.15|
2501 |=B|EM5|DDDDDdd|0 ~~ 99999.15|
2502 |=B|EM6|DDDDDdd|0 ~~ 99999.15|
2503 |=B|EM7|DDDDDdd|0 ~~ 99999.15|
2504 |=B|EM8|DDDDDdd|0 ~~ 99999.15|
2505 |=B|EM9|DDDDDdd|0 ~~ 99999.15|
2506 |=B|EMA|DDDDDdd|0 ~~ 99999.15|
2507 |=B|EMB|DDDDDdd|0 ~~ 99999.15|
2508 |=B|EMC|DDDDDdd|0 ~~ 99999.15|
2509 |=B|Lamp|D|0~~0|
2510
2511 |=**Bit/Word**|=**Device type**|=**Format**|=**Range**|=**Memo**
2512 |=W|LR_W|DDDD|0 ~~ 4095|
2513 |=W|TC|DDD|0 ~~ 511|
2514 |=W|DM|DDDD|0 ~~ 9999|Data Register
2515
2516 **Wiring Diagram:**
2517
2518 **RS-232**
2519
2520 CPU Port (CPM2A,CQM1/1H,C200H/HS/ALPHA series)
2521
2522 Communication Module:
2523
2524 CPM1-CIF01 adapter (for CPM1/CPM1A/CPM2A series, CQM1/CQM1H series) CPM1H-SCB41 communication module (for CQM1H-CPU51/61)
2525
2526 The serial port pin assignments may vary between HMI models, please click the following link for more information.
2527
2528 (% style="text-align:center" %)
2529 [[image:image-20220914115848-1.jpeg||height="499" width="610" class="img-thumbnail"]]
2530
2531 = Create communication with **Rockwell PLC** =
2532
2533 == **DF1 Protocol** ==
2534
2535 MicroLogix 1000/1100/1200/1400/1500; SLC 5/03 5/04 5/05; PLC-5
2536
2537 **HMI Settings**
2538
2539 |=(% scope="row" style="width: 210px;" %)Item|=(% style="width: 596px;" %)Recommended |=Note
2540 |=(% style="width: 210px;" %)Protocol|(% style="width:596px" %)Rockwell DF1|
2541 |=(% style="width: 210px;" %)Connection|(% style="width:596px" %)RS232|
2542 |=(% style="width: 210px;" %)Baud rate|(% style="width:596px" %)19200|
2543 |=(% style="width: 210px;" %)Stop bits|(% style="width:596px" %)1|
2544 |=(% style="width: 210px;" %)Data bits|(% style="width:596px" %)8|
2545 |=(% style="width: 210px;" %)Parity|(% style="width:596px" %)None|
2546 |=(% style="width: 210px;" %)PLC Station No.|(% style="width:596px" %)1|
2547 |=(% style="width: 210px;" %)HMI Station No.|(% style="width:596px" %)0|
2548
2549 **PLC Settings**
2550
2551 DF1 Full Duplex protocol and CRC error check
2552
2553 **Address List**
2554
2555 (% class="table-bordered" %)
2556 |=**Type**|=(% style="width: 172px;" %)**Device registers**|=(% style="width: 201px;" %)**Format**|=(% style="width: 155px;" %)**Range**|=(% style="width: 436px;" %)Note
2557 |(% rowspan="5" %)Bit|(% style="width:172px" %)I|(% style="width:201px" %)I ddd.dd|(% style="width:155px" %)0.0~~255.15|(% style="width:436px" %)Only able to communicate with file number I1
2558 |(% style="width:172px" %)O|(% style="width:201px" %)O ddd.dd|(% style="width:155px" %)0.0~~255.15|(% style="width:436px" %)Only able to communicate with file number O0
2559 |(% style="width:172px" %)B|(% style="width:201px" %)B nnhh.dd|(% style="width:155px" %)0.0~~ffff.15|(% style="width:436px" %)Only able to communicate with file number B3
2560 |(% style="width:172px" %)S|(% style="width:201px" %)S ddd.dd|(% style="width:155px" %)0.0~~255.15|(% style="width:436px" %)Only able to communicate with file number S2
2561 |(% style="width:172px" %)N|(% style="width:201px" %)N nnhh.dd|(% style="width:155px" %)0.0~~ffff.15|(% style="width:436px" %)Only able to communicate with file number N7
2562 |(% rowspan="6" %)Word|(% style="width:172px" %)S|(% style="width:201px" %)S ddd|(% style="width:155px" %)0~~255|(% style="width:436px" %)Only able to communicate with file number S2
2563 |(% style="width:172px" %)TS|(% style="width:201px" %)TS nnhh|(% style="width:155px" %)0~~ffff|(% style="width:436px" %)Only able to communicate with file number T4 (Timer Preset Value)
2564 |(% style="width:172px" %)TP|(% style="width:201px" %)TP nnhh|(% style="width:155px" %)0~~ffff|(% style="width:436px" %)Only able to communicate with file number T4 (Timer Accumulator Value)
2565 |(% style="width:172px" %)CS|(% style="width:201px" %)CS nnhh|(% style="width:155px" %)0~~ffff|(% style="width:436px" %)Only able to communicate with file number C5 (Counter Preset Value)
2566 |(% style="width:172px" %)CP|(% style="width:201px" %)CP nnhh|(% style="width:155px" %)0~~ffff|(% style="width:436px" %)Only able to communicate with file number C5 (Counter Accumulator Value)
2567 |(% style="width:172px" %)N|(% style="width:201px" %)N nnhh|(% style="width:155px" %)0~~ffff|(% style="width:436px" %)Only able to communicate with file number N7
2568
2569 **Cable Wiring**
2570
2571 (% style="text-align:center" %)
2572 [[image:AB.gif]]
2573
2574 == **DF1 Advanced Protocol** ==
2575
2576 MicroLogix 1000/1100/1200/1400/1500; SLC 5/03 5/04 5/05; PLC-5
2577
2578 **HMI Settings**
2579
2580 |=(% scope="row" style="width: 210px;" %)Item|=(% style="width: 596px;" %)Recommended |=Note
2581 |=(% style="width: 210px;" %)Protocol|(% style="width:596px" %)Rockwell DF1 Advanced|
2582 |=(% style="width: 210px;" %)Connection|(% style="width:596px" %)RS232|
2583 |=(% style="width: 210px;" %)Baud rate|(% style="width:596px" %)19200|
2584 |=(% style="width: 210px;" %)Stop bits|(% style="width:596px" %)1|
2585 |=(% style="width: 210px;" %)Data bits|(% style="width:596px" %)8|
2586 |=(% style="width: 210px;" %)Parity|(% style="width:596px" %)None|
2587 |=(% style="width: 210px;" %)PLC Station No.|(% style="width:596px" %)1|
2588 |=(% style="width: 210px;" %)HMI Station No.|(% style="width:596px" %)0|
2589
2590 **PLC Settings**
2591
2592 DF1 Full Duplex protocol and CRC error check
2593
2594 **Address List**
2595
2596 (% class="table-bordered" %)
2597 |=**Type**|=(% style="width: 172px;" %)**Device registers**|=(% style="width: 201px;" %)**Format**|=(% style="width: 155px;" %)**Range**|=(% style="width: 436px;" %)Note
2598 |(% colspan="1" rowspan="7" %)Bit|(% style="width:172px" %)I1|(% style="width:201px" %)I1ddd.dd|(% style="width:155px" %)0.0~~255.15|(% style="width:436px" %)Only able to communicate with file number I1
2599 |(% style="width:172px" %)O0|(% style="width:201px" %)O0ddd.dd|(% style="width:155px" %)0.0~~255.15|(% style="width:436px" %)Only able to communicate with file number O0
2600 |(% style="width:172px" %)S2|(% style="width:201px" %)S2ddd.dd|(% style="width:155px" %)0.0~~255.15|(% style="width:436px" %)Only able to communicate with file number S2
2601 |(% style="width:172px" %)B3|(% style="width:201px" %)B3ddd.dd|(% style="width:155px" %)0.0~~255.15|(% style="width:436px" %)Only able to communicate with file number B3
2602 |(% style="width:172px" %)BN|(% style="width:201px" %)BNddddd.dd|(% style="width:155px" %)0.0~~99255.15|(% style="width:436px" %)(((
2603 Bit data file B0~~B99
2604
2605 First two digits is for file number
2606
2607 For example, BN13001.00 represents file number B13, address 001, the 0th bit.
2608 )))
2609 |(% style="width:172px" %)N7|(% style="width:201px" %)N7ddd.dd|(% style="width:155px" %)0.0~~255.15|(% style="width:436px" %)Only able to communicate with file number N7
2610 |(% style="width:172px" %)NN|(% style="width:201px" %)NNddddd.dd|(% style="width:155px" %)0.0~~99255.15|(% style="width:436px" %)(((
2611 Integer data file bit format N0~~N99
2612
2613 First two digits is for file number
2614
2615 For example, NN13001.00 represents file number N13, address 001, the 0th bit.
2616 )))
2617 |(% rowspan="11" %)Word|(% style="width:172px" %)S2|(% style="width:201px" %)S2ddd|(% style="width:155px" %)0~~255|(% style="width:436px" %)Only able to communicate with file number S2
2618 |(% style="width:172px" %)T4S|(% style="width:201px" %)T4Sddd|(% style="width:155px" %)0~~255|(% style="width:436px" %)Only able to communicate with file number T4 (Timer Preset Value)
2619 |(% style="width:172px" %)T4P|(% style="width:201px" %)T4Pddd|(% style="width:155px" %)0~~255|(% style="width:436px" %)Only able to communicate with file number T4 (Timer Accumulator Value)
2620 |(% style="width:172px" %)TNS|(% style="width:201px" %)TNSddddd|(% style="width:155px" %)0~~99255|(% style="width:436px" %)(((
2621 Timer Preset Value
2622
2623 First two digits is for file number
2624
2625 For example, TNS99255 represents file number T99, address 255.
2626 )))
2627 |(% style="width:172px" %)TNP|(% style="width:201px" %)TNPddddd|(% style="width:155px" %)0~~99255|(% style="width:436px" %)(((
2628 Timer Accumulator Value
2629
2630 First two digits is for file number
2631
2632 For example, TNP99255 represents file number T99, address 255.
2633 )))
2634 |(% style="width:172px" %)C5S|(% style="width:201px" %)C5Sddd|(% style="width:155px" %)0~~255|(% style="width:436px" %)Only able to communicate with file number C5 (Counter Preset Value)
2635 |(% style="width:172px" %)C5P|(% style="width:201px" %)C5Pddd|(% style="width:155px" %)0~~255|(% style="width:436px" %)Only able to communicate with file number C5 (Counter Accumulator Value)
2636 |(% style="width:172px" %)CNS|(% style="width:201px" %)CNSddddd|(% style="width:155px" %)0~~99255|(% style="width:436px" %)(((
2637 Counter Preset Value
2638
2639 First two digits is for file number
2640
2641 For example, CNS99255 represents file number C99, address 255.
2642 )))
2643 |(% style="width:172px" %)CNP|(% style="width:201px" %)CNPddddd|(% style="width:155px" %)0~~99255|(% style="width:436px" %)(((
2644 Counter Accumulator Value
2645
2646 First two digits is for file number
2647
2648 For example, CNP99255 represents file number C99, address 255.
2649 )))
2650 |(% style="width:172px" %)N7|(% style="width:201px" %)N7ddd|(% style="width:155px" %)0~~255|(% style="width:436px" %)Only able to communicate with file number N7
2651 |(% style="width:172px" %)NN|(% style="width:201px" %)NNddd|(% style="width:155px" %)0~~99255|(% style="width:436px" %)(((
2652 Integer data file
2653
2654 First two digits is for file number
2655
2656 For example, NN99255 represents file number N99, address 255.
2657 )))
2658 |(% colspan="1" rowspan="3" %)Double Word|(% style="width:172px" %)F8|(% style="width:201px" %)F8ddd|(% style="width:155px" %)0~~255|(% style="width:436px" %)(((
2659 Only able to communicate with file number F8
2660 )))
2661 |(% style="width:172px" %)FN|(% style="width:201px" %)FNddddd|(% style="width:155px" %)0~~99255|(% style="width:436px" %)(((
2662 Floating point data file
2663
2664 First two digits is for file number
2665
2666 For example, FN99255 represents file number F99, address 255.
2667 )))
2668 |(% style="width:172px" %)LN|(% style="width:201px" %)LNddddd|(% style="width:155px" %)0~~99255|(% style="width:436px" %)Long
2669
2670 **Cable Wiring**
2671
2672 (% style="text-align:center" %)
2673 [[image:AB.gif]]
2674
2675 == **MicroLogix Protocol** ==
2676
2677 MicroLogix 1000/1100/1200/1400/1500; SLC 5/03 5/04 5/05 PLC-5
2678
2679 **HMI Settings**
2680
2681 (% class="table-bordered" %)
2682 |**Item**|**Settings**|**Note**
2683 |Protocol|Allen-Bradlley MicroLogix|
2684 |Connection|RS232|
2685 |Baud rate|19200|
2686 |Data bit|8|
2687 |Parity|None|
2688 |Stop bit|1|
2689 |PLC station No.|1|
2690
2691 **Address List**
2692
2693 (% class="table-bordered" %)
2694 |**Type**|**Device registers**|**Format**|**Range**|**Note**
2695 |(% rowspan="5" %)Bit|I|I d.d|0.0~~255.15|
2696 |O|O d.d|0.0~~255.15|
2697 |B|B nnhh.dd|0.0~~ffff.15|nn: block number (hex)
2698 |S|S d.d|0.0~~255.15|
2699 |N|N nnhh.dd|0.0~~ffff.15|nn: block number (hex)
2700 |(% rowspan="9" %)Word|S|S d|0~~255|
2701 |TS|TS nnhh|0~~ffff|(% rowspan="8" %)nn: block number (hex)
2702 |TP|TP nnhh|0~~ffff
2703 |CS|CS nnhh|0~~ffff
2704 |CP|CP nnhh|0~~ffff
2705 |N|N nnhh|0~~ffff
2706 |C|C nnhh|0~~ffff
2707 |T|T nnhh|0~~ffff
2708 |R|R nnhh|0~~ffff
2709
2710 **Cable Wiring**
2711
2712 (% style="text-align:center" %)
2713 [[image:12.PLC Protocol_html_58205bdf82c06d4.png||data-xwiki-image-style-alignment="center" height="307" width="500" class="img-thumbnail"]]
2714
2715 == **CompactLogix FreeTag Ethernet protocol** ==
2716
2717 Allen-Brandly CompactLogix
2718
2719 **HMI Settings**
2720
2721 (% class="table-bordered" %)
2722 |**Items**|**Settings**|**Note**
2723 |Protocol|Allen-Brandley FreeTag Ethernet/IP (CompactLogix)|
2724 |Connection|Ethernet|
2725 |Port No.|44818|
2726
2727 **PLC Setting**
2728
2729 Create new tags
2730
2731 (% style="text-align:center" %)
2732 [[image:12.PLC Protocol_html_a748a27dcf7f1124.png||data-xwiki-image-style-alignment="center" height="411" width="700" class="img-thumbnail"]]
2733
2734 Export tags to CSV file. ([Tools] » [Export] » [Tags and Logic Comments])
2735
2736 (% style="text-align:center" %)
2737 [[image:12.PLC Protocol_html_151379170bb8ff3e.png||data-xwiki-image-style-alignment="center" height="352" width="700" class="img-thumbnail"]]
2738
2739 Import labels, please open [Communication] window and click [Import label];
2740
2741 Select csv file, all tags will be displayed as belows;
2742
2743 (% style="text-align:center" %)
2744 [[image:12.PLC Protocol_html_af192e54dee96f38.png||data-xwiki-image-style-alignment="center" height="586" width="700" class="img-thumbnail"]]
2745
2746 **✎Note:**
2747
2748 Because in different region, the separation symbol is different, we suggest you check this before you want to import your tags. To open csv file as text format.
2749
2750 (% style="text-align:center" %)
2751 [[image:12.PLC Protocol_html_33df1d63ebe53726.png||data-xwiki-image-style-alignment="center" height="206" width="700" class="img-thumbnail"]]
2752
2753 The directory of changing system settings: [Control Panel] -> [Date, Time, Language,and Regional Options] -> [Change the format of numbers, dates, and times]->[Customize]-> [List separator]. Please select [,] and export CSV file after setting.
2754
2755 **Communication settings in HMI**
2756
2757 Enable HMI Ethernet in [Project Settings];
2758
2759 (% style="text-align:center" %)
2760 [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="106" width="400" class="img-thumbnail"]]
2761
2762 Set PLC IP in [Device IP] settings;
2763
2764 (% style="text-align:center" %)
2765 [[image:12.PLC Protocol_html_27870d373581892e.png||data-xwiki-image-style-alignment="center" height="206" width="600" class="img-thumbnail"]]
2766
2767 **Cable Wiring**
2768
2769 (% style="text-align:center" %)
2770 [[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="400" class="img-thumbnail"]]
2771
2772 == **MicroLogix 1200** **protocol** ==
2773
2774 The operational address is determined by the connection of Allen-Bradley PLC to HMI. For extension modules or other special conditions, refer to allen-Bradley PLC instruction manual. The following is an example of allen-bradley MicroLogix1200.
2775
2776 * **Bit address I:** The address ranges from 0.0 to 255.15. The value of the data before the decimal point ranges from 0 to 255 (decimal). The value from 0 to 15 after the decimal point is the sub address (decimal).
2777 * **Bit address B:** The address ranges from 000.0 to fff.15. The first f from left to right represents the block number (hexadecimal); The second and third f from left to right represent the word address (hexadecimal). The value 0 to 15 after the decimal point reprensents the sub address (decimal).
2778 * **Word address S:** The word address ranges from 0 to 255 (decimal).
2779 * **Word address TS:** The address ranges from 000.0 to ffff. The first and second f from left to right represents the block number (hexadecimal); The third and fourth f from left to right represent the word address (hexadecimal).
2780
2781 **✎Note: **Register address TP, CS, CP, N, F and TS address edit are same. D indicates decimal, and F indicates hexadecimal. Different PLC models may support different registers. See the following table.
2782
2783 |(% style="width:393px" %)**PLC bit address type**|(% style="width:350px" %)**Address format**|(% style="width:333px" %)**Address range**
2784 |(% style="width:393px" %)I|(% style="width:350px" %)dd.dd|(% style="width:333px" %)I 0.0 ~~ 255.15
2785 |(% style="width:393px" %)O|(% style="width:350px" %)dd.dd|(% style="width:333px" %)O 0.0 ~~ 255.15
2786 |(% style="width:393px" %)B|(% style="width:350px" %)fff.dd|(% style="width:333px" %)B 000.0 ~~ fff.15
2787 |(% style="width:393px" %)S|(% style="width:350px" %)dd.dd|(% style="width:333px" %)S 0.0 ~~ 255.15
2788 |(% style="width:393px" %)N|(% style="width:350px" %)ffff.dd|(% style="width:333px" %)N 000.0 ~~ fff.15
2789 |**PLC word address type**|**Address format**|**Address range**
2790 |S|ddd|S0 ~~ 255
2791 |TS|ffff|TS0 ~~ FFFF
2792 |TP|ffff|TP0 ~~ FFFF
2793 |CS|ffff|CS0 ~~ FFFF
2794 |CP|ffff|CP0 ~~ FFFF
2795 |N|ffff|N0 ~~ FFFF
2796 |F|ffff|F0 ~~ FFFF
2797
2798 = Create communication with (% id="cke_bm_43878S" style="display:none" %)** **(%%)**Siemens PLC** =
2799
2800 == **S7-200 Smart Ethernet Protocol** ==
2801
2802 Supported Series: Siemens S7-200 SMART Series Ethernet Module.
2803
2804 Website: [[http:~~/~~/www.siemens.com/entry/cc/en/>>url:http://www.siemens.com/entry/cc/en/]]
2805
2806 **HMI Setting**
2807
2808 (% class="table-bordered" %)
2809 |**Items**|**Settings**|**Note**
2810 |Protocol|Simens S7-200 Smart Ethernet|
2811 |Connection|Ethernet|
2812 |Port No.|102|
2813 |PLC station No.|2|
2814
2815 **Address List**
2816
2817 (% class="table-bordered" %)
2818 |**Type**|**Device register**|**HMI register**|**Format**|**Range**|**Note**
2819 |(% rowspan="9" %)Bit|I|I|I ddddd.o|0.0~~99999.7|
2820 |Q|Q|Q ddddd.o|0.0~~99999.7|
2821 |V|VWbit|VWbit ddddd.o|0.0~~99999.7|
2822 |V|V|V ddddd.o|0.0~~99999.7|
2823 |M|M|M ddddd.o|0.0~~99999.7|
2824 |SM|SM|ddddd.o|0.0~~99999.7|
2825 |S|S|ddddd.o|0.0~~99999.7|Read only
2826 |T|T|ddddd|0~~99999|Timer state, read only
2827 |C|C|ddddd|0~~99999|Counter state, read only
2828 |(% rowspan="12" %)Word|I|IW|IW ddddd|0~~99999|
2829 |Q|QW|QW ddddd|0~~99999|
2830 |AI|AIW|AIW ddddd|0~~99999|
2831 |AQ|VB|VB ddddd|0~~99999|
2832 |V|VW|VW ddddd|0~~99998|(((
2833 VW0=VB (0~~1)
2834
2835 VW2=VB (2~~3)
2836
2837 Address value is a multiple of 2
2838 )))
2839 |V|VD|VD ddddd|0~~99998|(((
2840 VD0=VB (0~~3)
2841
2842 VD2=VB (4~~7)
2843
2844 Address value is a multiple of 4
2845 )))
2846 |M|MB|MB ddddd|0~~99999|
2847 |M|MW|MW ddddd|0~~99999|(((
2848 MW0=MB(0~~1)
2849
2850 MW2=MB(2~~3)
2851
2852 Address value is a multiple of 2
2853 )))
2854 |M|MD|MD ddddd|0~~99999|(((
2855 MD0=MB(0~~3)
2856
2857 MD4=MB(4~~7)
2858
2859 Address value is a multiple of 4
2860 )))
2861 |T|TW|TW ddddd|0~~99999|Value of timer
2862 |C|CW|CW ddddd|0~~99999|Value of counter
2863 |W|SW|SW ddddd|0~~99999|
2864
2865 **Communication Settings**
2866
2867 Enable HMI Ethernet in [Project Settings];
2868
2869 (% style="text-align:center" %)
2870 [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
2871
2872 Set PLC IP in [Device IP] settings;
2873
2874 (% style="text-align:center" %)
2875 [[image:12.PLC Protocol_html_70b0c4c2ee21b10d.png||data-xwiki-image-style-alignment="center" height="189" width="554" class="img-thumbnail"]]
2876
2877 * PLC IP Address: PLC IP
2878 * PLC pot No.: 102(fixed)
2879 * Network:TCP_Client_2N(fixed)
2880
2881 (% style="text-align:center" %)
2882 [[image:12.PLC Protocol_html_5891afd92901b7ad.png||data-xwiki-image-style-alignment="center" height="276" width="347" class="img-thumbnail"]]
2883
2884 * Wait timeout: depend on actual network situation (more than 1500 ms)
2885
2886 **Cable Wiring**
2887
2888 (% style="text-align:center" %)
2889 [[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]]
2890
2891 == **S7-300 Ethernet Protocol** ==
2892
2893 Supported Series: Siemens S7-300 series PLC
2894
2895 **HMI Setting**
2896
2897 (% class="table-bordered" %)
2898 |**Items**|**Settings**|**Note**
2899 |Protocol|Simens S7-300 Ethernet|
2900 |Connection|Ethernet|
2901 |Port No.|102|
2902 |PLC station No.|2|Need to be same as the PLC setting
2903
2904 **Address List**
2905
2906 (% class="table-bordered" %)
2907 |**Type**|**Device register**|**HMI register**|**Format**|**Range**|**Note**
2908 |(% rowspan="4" %)Bit|I|I|I ddddd.o|0.0~~99999.7|
2909 |Q|Q|Q ddddd.o|0.0~~99999.7|
2910 |M|M|M ddddd.o|0.0~~99999.7|
2911 |DB0.DB~~DB9999.DB|DBxDBD|DBxDB nnnndddd.o|0.0~~99999999.7|(((
2912 nnnn: block number;
2913
2914 dddd: address;
2915 )))
2916 |(% rowspan="8" %)Word|I|IW|IW ddddd|0~~99999|
2917 |Q|QW|QW ddddd|0~~99999|
2918 |(% rowspan="3" %)M|MB|MB ddddd|0~~99999|
2919 |MW|MW ddddd|0~~99999|(((
2920 MW0=MB(0~~1)
2921
2922 MW2=MB(2~~3)
2923
2924 Address value is a multiple of 2
2925 )))
2926 |MD|MD ddddd|0~~99999|(((
2927 MD0=MB(0~~3)
2928
2929 MD4=MB(4~~7)
2930
2931 Address value is a multiple of 4
2932 )))
2933 |(% rowspan="3" %)DB0.DB~~DB9999.DB|DBxDBB|DBxDBB nnnndddd|0~~99999999|(% rowspan="3" %)(((
2934 nnnn: block number;
2935
2936 dddd: address
2937 )))
2938 |DBxDBW|DBxDBW nnnndddd|0~~99999999
2939 |DBxDBD|DBxDBD nnnndddd|0~~99999999
2940
2941 **Communication Settings**
2942
2943 Enable HMI Ethernet in [Project Settings];
2944
2945 (% style="text-align:center" %)
2946 [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
2947
2948 Set PLC IP in [Device IP] settings;
2949
2950 (% style="text-align:center" %)
2951 [[image:12.PLC Protocol_html_910b1a0aa9e2201c.png||data-xwiki-image-style-alignment="center" height="188" width="554" class="img-thumbnail"]]
2952
2953 * PLC IP Address: PLC IP
2954 * PLC pot No.: 102(fixed)
2955 * Network:TCP_Client_2N(fixed)
2956
2957 (% style="text-align:center" %)
2958 [[image:12.PLC Protocol_html_5891afd92901b7ad.png||data-xwiki-image-style-alignment="center" height="276" width="347" class="img-thumbnail"]]
2959
2960 * Wait timeout: depend on actual network situation (more than 1500 ms)
2961
2962 **Cable Wiring**
2963
2964 (% style="text-align:center" %)
2965 [[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]]
2966
2967 == **S7-1200 Ethernet Protocol** ==
2968
2969 Supported Series: Siemens S7-1200
2970
2971 **HMI Setting**
2972
2973 (% class="table-bordered" %)
2974 |**Items**|**Settings**|**Note**
2975 |Protocol|Siemens S7-1200|
2976 |Connection|Ethernet|
2977 |Port No.|102|
2978 |PLC station No.|2|
2979
2980 **Address List**
2981
2982 (% class="table-bordered" %)
2983 |**Type**|**Device register**|**HMI register**|**Format**|**Range**|**Note**
2984 |(% rowspan="4" %)Bit|I|I|M d.o|(((
2985 d:0~-~-9999
2986
2987 o:0-7
2988 )))|
2989 |Q|Q|Q d.o|(((
2990 d:0~-~-9999
2991
2992 o:0-7
2993 )))|
2994 |M|M|M d.o|(((
2995 d:0~-~-9999
2996
2997 o:0-7
2998 )))|
2999 |DB0.DB-DB99.DB|DBxDB|DBxDBnndddd.o|(((
3000 nn:0-9999,
3001
3002 dddd:0-9999,
3003
3004 o:0-7
3005 )))|(((
3006 nn:DB No.
3007
3008 dddd:address value
3009
3010 o: digit address
3011 )))
3012 |(% rowspan="8" %)Word|M|MB|MB d|d:0-99999|
3013 |M|MW|MW d|d:0-99999|(((
3014 MW0=MB(0~~1)
3015
3016 MW2=MB(2~~3)
3017
3018 Address value is a multiple of 2
3019 )))
3020 |M|MD|MD d|d:0-99999|(((
3021 MD0=MB(0~~3)
3022
3023 MD4=MB(4~~7)
3024
3025 Address value is a multiple of 4
3026 )))
3027 |I|IW|IW d|d:0-99999|
3028 |Q|QW|QW d|d:0-99999|
3029 |DB0.DB-DB99.DB|DBxDBB|DBxDBBnndddd|(((
3030 nn:0-9999
3031
3032 dddd:0-9999
3033 )))|(((
3034 nn:DB No.
3035
3036 dddd:address value
3037 )))
3038 |DB0.DB-DB99.DB|DBxDBW|DBxDBWnndddd|(((
3039 nn:0-9999
3040
3041 dddd:0-9999
3042 )))|(((
3043 nn:DB No.
3044
3045 dddd:address value
3046
3047 Address value is a multiple of 2
3048 )))
3049 |DB0.DB-DB99.DB|DBxDBD|DBxDBDnndddd|(((
3050 nn:0-9999
3051
3052 dddd:0-9999
3053 )))|(((
3054 nn:DB No.
3055
3056 dddd:address value
3057
3058 Address value is a multiple of 4
3059 )))
3060
3061 **Communication Settings**
3062
3063 Enable HMI Ethernet in [Project Settings];
3064
3065 (% style="text-align:center" %)
3066 [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
3067
3068 Set PLC IP in [Device IP] settings;
3069
3070 (% style="text-align:center" %)
3071 [[image:12.PLC Protocol_html_f7b3eb9abda33833.png||data-xwiki-image-style-alignment="center" height="190" width="554" class="img-thumbnail"]]
3072
3073 **✎Note:**
3074
3075 * The S7-1200 supports simultaneous connection of three devices, so the driver supports simultaneous access to PLC by three touch screens.
3076 * HMI access PLC, use S7 protocol, access PLC TSAP 02.01 (S7-1200 PROFINET interface only supports three connections, the default support), detailed reference to the system manual of S7-1200.
3077 * S7-1200 String type, the default first two bytes are used to store the maximum character and valid characters, so the text data will be shifted back one word address. When interacting with the data, what way this address plc is displayed with is unknown. And because of an extra word of data causes us to display the wrong. The solution is if we use String, then the actual data address we want to operate on is actually shifted back two bytes, so as long as the address on the project is shifted back 2 bits to correspond with the actual data address.
3078 * HMI operation character length needs to be set to 2 times the length of the Siemens character for proper display.
3079
3080 **PLC Settings**
3081
3082 Add BD
3083
3084 * Please uncheck [Symbolic access only] option;
3085
3086 (% style="text-align:center" %)
3087 [[image:12.PLC Protocol_html_643144c591994418.png||data-xwiki-image-style-alignment="center" height="546" width="550" class="img-thumbnail"]]
3088
3089 Address settings, using BD2 as example.
3090
3091 * DB×DBB2xxxx, DB×DBW2xxxx, DB×DBD2xxxx for accessing data of DB2 in B1.
3092 * 2 represent DB block number
3093 * xxxx represent address
3094
3095 **Such as:**
3096
3097 * DBxDBB20000 = DB2.DBB0
3098 * DBxDBW20004 = DB2.DBW4
3099
3100 (% style="text-align:center" %)
3101 [[image:12.PLC Protocol_html_87ceaea84d552e62.png||data-xwiki-image-style-alignment="center" height="245" width="537" class="img-thumbnail"]]
3102
3103 **How to connect with S7-1200 Firmware V4.0**
3104
3105 PLC configuration
3106
3107 * Double click [device configuration] in Siemens via software
3108 * Double click [protection] to enter protection configuration screen
3109
3110 (% style="text-align:center" %)
3111 [[image:12.PLC Protocol_html_9779940d38da8e07.png||data-xwiki-image-style-alignment="center" height="426" width="341" class="img-thumbnail"]]
3112
3113 * Check [Permit access with PUT / GET communication from remote partner (PLC, HMI, OPC, ...)]
3114
3115 (% style="text-align:center" %)
3116 [[image:12.PLC Protocol_html_d2c667b02f9720b1.png||data-xwiki-image-style-alignment="center" height="296" width="554" class="img-thumbnail"]]
3117
3118 DB settings
3119
3120 * Right click [DB], select [properties]
3121 * Uncheck [optimized block access]
3122
3123 **Cable Wiring**
3124
3125 (% style="text-align:center" %)
3126 [[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]]
3127
3128 == **S7-XXX Ethernet Protocol** ==
3129
3130 Supported Series: Siemens S7-400, S7-1200 and S7-1500
3131
3132 **HMI Setting**
3133
3134 (% class="table-bordered" style="width:823px" %)
3135 |=**Items**|=(% style="width: 437px;" %)**Settings**|=(% style="width: 201px;" %)**Note**
3136 |Protocol|(% style="width:437px" %)Siemens S7-XXX|(% style="width:201px" %)
3137 |Connection|(% style="width:437px" %)Ethernet|(% style="width:201px" %)
3138 |Port No.|(% style="width:437px" %)102|(% style="width:201px" %)
3139 |Device No.|(% style="width:437px" %)Slot (Default 1 for S7-1500/ 2 for S7-1200/ 3 for S7-400)|(% style="width:201px" %)
3140 |HMI No.|(% style="width:437px" %)Rack (Default as 0)|(% style="width:201px" %)
3141
3142 Slot from TIA Portal is equal to Device No. of PIStudio
3143
3144 Rack from TIA Portal is equal to HMI No. of PIStudio
3145
3146 (% style="text-align:center" %)
3147 [[image:S7-XXXCommunication Settings.png]]
3148
3149 (% style="text-align:center" %)
3150 [[image:S7-XXXCommunication SettingsPIStudio.png||alt="S7-XXXCommunication SettingsPI.png"]]
3151
3152 **Address List**
3153
3154 (% class="table-bordered" %)
3155 |**Type**|**Device register**|**HMI register**|**Format**|**Range**|**Note**
3156 |(% rowspan="4" %)Bit|I|I|M d.o|(((
3157 d:0~-~-9999
3158
3159 o:0-7
3160 )))|
3161 |Q|Q|Q d.o|(((
3162 d:0~-~-9999
3163
3164 o:0-7
3165 )))|
3166 |M|M|M d.o|(((
3167 d:0~-~-9999
3168
3169 o:0-7
3170 )))|
3171 |DB0.DB-DB99.DB|DBxDB|DBxDBnndddd.o|(((
3172 nn:0-9999,
3173
3174 dddd:0-9999,
3175
3176 o:0-7
3177 )))|(((
3178 nn:DB No.
3179
3180 dddd:address value
3181
3182 o: digit address
3183 )))
3184 |(% rowspan="8" %)Word|M|MB|MB d|d:0-99999|
3185 |M|MW|MW d|d:0-99999|(((
3186 MW0=MB(0~~1)
3187
3188 MW2=MB(2~~3)
3189
3190 Address value is a multiple of 2
3191 )))
3192 |M|MD|MD d|d:0-99999|(((
3193 MD0=MB(0~~3)
3194
3195 MD4=MB(4~~7)
3196
3197 Address value is a multiple of 4
3198 )))
3199 |I|IW|IW d|d:0-99999|
3200 |Q|QW|QW d|d:0-99999|
3201 |DB0.DB-DB99.DB|DBxDBB|DBxDBBnndddd|(((
3202 nn:0-9999
3203
3204 dddd:0-9999
3205 )))|(((
3206 nn:DB No.
3207
3208 dddd:address value
3209 )))
3210 |DB0.DB-DB99.DB|DBxDBW|DBxDBWnndddd|(((
3211 nn:0-9999
3212
3213 dddd:0-9999
3214 )))|(((
3215 nn:DB No.
3216
3217 dddd:address value
3218
3219 Address value is a multiple of 2
3220 )))
3221 |DB0.DB-DB99.DB|DBxDBD|DBxDBDnndddd|(((
3222 nn:0-9999
3223
3224 dddd:0-9999
3225 )))|(((
3226 nn:DB No.
3227
3228 dddd:address value
3229
3230 Address value is a multiple of 4
3231 )))
3232
3233 **Communication Settings**
3234
3235 Enable HMI Ethernet in [Project Settings];
3236
3237 (% style="text-align:center" %)
3238 [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-rounded img-thumbnail"]]
3239
3240 Set PLC IP in [Device IP] settings;
3241
3242 (% style="text-align:center" %)
3243 [[image:12.PLC Protocol_html_f7b3eb9abda33833.png||data-xwiki-image-style-alignment="center" height="190" width="554" class="img-thumbnail"]]
3244
3245 **✎Note:**
3246
3247 * The S7-1200 supports simultaneous connection of three devices, so the driver supports simultaneous access to PLC by three touch screens.
3248 * HMI access PLC, use S7 protocol, access PLC TSAP 02.01 (s7-1200 PROFINET interface only supports three connections, the default support), detailed reference to the system manual of S7-1200.
3249
3250 **Cable Wiring**
3251
3252 [[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"]]
3253
3254 == (% id="cke_bm_25456S" style="display:none" %)** **(%%)**LOGO Ethernet Protocol** ==
3255
3256 Supported Series: Siemens Logo 0BA0, 0BA1 series
3257
3258 **HMI Settings**
3259
3260 (% class="table-bordered" %)
3261 |**Items**|**Settings**|**Note**
3262 |Protocol|Siemens LOGO|
3263 |Connection|Ethernet|
3264 |Port No.|102|
3265 |PLC station No.|2|
3266
3267 **Address List**
3268
3269 (% class="table-bordered" %)
3270 |**Number**|**Address Type**|**Data Type**|**Range**|**DB Address**|**PLC Address**
3271 |1|RTC|Word|1-7|DB1.DBX984.0|0x001ec0
3272 |2|VB|Byte|0-1469|DB1.DBX0.0|0x000000
3273 |3|VD|Double Word|0-1466|DB1.DBX0.0|0x000000
3274 |4|VW|Word|0-1468|DB1.DBX0.0|0x000000
3275 |5|NAQ|Word|1-32|DB1.DBX1406.0|0x002bf0
3276 |6|NAI|Word|1-64|DB1.DBX1262.0|0x002770
3277 |7|AM|Word|1-64|DB1.DBX1118.0|0x0022f0
3278 |8|AQ|Word|1-16|DB1.DBX1072.0|0x002180
3279 |9|AI|Word|1-16|DB1.DBX1032.0|0x002040
3280 |10|I|Bit|1-64|DB1.DBX1024.0|0x002000
3281 |11|Q|Bit|1-64|DB1.DBX1064.0|0x002140
3282 |12|M|Bit|1-112|DB1.DBX1104.0|0x002280
3283 |13|NI|Bit|1-128|DB1.DBX1246.0|0x0026f0
3284 |14|NQ|Bit|1-128|DB1.DBX1390.0|0x002b70
3285 |15|V|Bit|0-14697|DB1.DBX0.0|0x000000
3286
3287 **PLC Settings in LOGO Software:**
3288
3289 Click [Tools]~-~-[Ethernet Connections],shown as below.
3290
3291 (% style="text-align:center" %)
3292 [[image:12.PLC Protocol_html_8b9d2322edf89519.png||data-xwiki-image-style-alignment="center" height="641" width="423" class="img-thumbnail"]]
3293
3294 Set Ethernet connection parameter. IP, Subnet Mask, shown as below.
3295
3296 (% style="text-align:center" %)
3297 [[image:image-20221228142937-4.png]]
3298
3299 **TSAP set**:The value set by local TSAP is the remote TSAP set in HMI. PLC's remote TSAP is the opposite,shown as below.
3300
3301 (% style="text-align:center" %)
3302 [[image:image-20221228143047-5.png]]
3303
3304 **Download Project**: Click "Address book" to add the IP address to be downloaded (fi."Detect" to check whether the IP address can be detected. Then click “ok”, and the system will prompt that PLC will be "STOP" mode. Click “YES” to start download.
3305
3306 (% style="text-align:center" %)
3307 [[image:image-20221228143246-6.png]]
3308
3309
3310 **HMI Communication Settings**
3311
3312 Set PLC IP in [Device IP] settings;
3313
3314 (% style="text-align:center" %)
3315 [[image:image-20221228143614-7.png]]
3316
3317 Enable HMI Ethernet in [Project Settings];
3318
3319 (% style="text-align:center" %)
3320 [[image:image-20221228144229-9.png]]
3321
3322 TSAP setting
3323
3324 * Regarding the setting of PLC TSAP, HMI provides system special address for setting, it is recommended to run in HMI script initialization, write PLC TSAP to corresponding system special register.
3325 * HSW10118/HSW1200 = local TSAP of HMI, this is remote TSAP of PLC.
3326 * HSW10119/HSW1201 = Remote TSAP of HMI, this is local TSAP of PLC.
3327 * PI, PI+, i series (1.0 system): use HSW10118, HSW10119.
3328 ie, ig series: use HSW1200, HSW1201.
3329 HMI V2.0: use HSW1200, HSW1201.
3330
3331 **✎Note:**
3332
3333 * The data of TSAP is hexadecimal format. For example: the remote TSAP configured in the PLC is set to 20.00, then HSW10118/HSW1200 should be set to 0x2000, that is, HSW10118/HSW1200=8192.
3334 * HSW10119/HSW1201 is set up as shown.
3335 * (((
3336 (% style="text-align:center" %)
3337 [[image:image-20221228144800-11.png]]
3338 )))
3339 * (((
3340 (% style="text-align:center" %)
3341 [[image:image-20221228144708-10.png]]
3342 )))
3343
3344 * AI word address and Ibit address are read-only and cannot be written on HMI.
3345 * VW address should be even number address, such as VW0, VW2, VW4..., because in the address rule of Siemens PLC, the value of odd number address is equal to the value of previous even number address. For example VW1 = VW0.
3346 * VD address should be multiple of 4, because it occupies two VW addresses, such as VD0, VD4, VD8...
3347 * Written value of RTC cannot exceed 255.
3348
3349 **Cable Wiring**
3350
3351 [[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"]]
3352
3353 == S7-300 232 ==
3354
3355 **HMI Setting:**
3356
3357 |=(% scope="row" %)**Parameters**|=**Recommended**|=**Options**|=**Notes**
3358 |=**PLC type**|(% colspan="2" %)SIEMENS S7-300|
3359 |=**PLC I/F**|RS232| |
3360 |=**Baud rate**|19200|9600,19200|
3361 |=**Data bits**|8| |
3362 |=**Parity**|Odd| |
3363 |=**Stop bits**|1| |
3364 |=**PLC sta. no.**|2| |Must be same as the PLC setting.
3365
3366 **Device Address**
3367
3368 |=(% scope="row" %)**Bit/Word**|=**Device type**|=**Format**|=**Range**|=**Memo**
3369 |=Bit|I|DDDDo|0 ~~ 40957|Input (I)
3370 |=Bit|Q|DDDDo|0 ~~ 40957|Output (O)
3371 |=Bit|M|DDDDo|0 ~~ 40957|Bit Memory
3372 |=Word|(((
3373 DB1 to DB99
3374 )))|DDDDDo|0 ~~ 655327|
3375 |=Word|IW|DDDD|0 ~~ 4095|Input (I)
3376 |=Word|QW|DDDD|0 ~~ 4095|Output (O)
3377 |=Word|MW|DDDD|0 ~~ 4095|Bit Memory
3378 |=Double word|MD|DDDD|0 ~~ 4094|
3379 |=Double word|DBDn|FFFFFDDDD|0 ~~ 655359999|(((
3380 Data Register Double Word (must be even)
3381 )))
3382 |=Byte|MB|DDDD|0 ~~ 4095|Bit Memory Byte
3383
3384 **Cable Wiring**
3385
3386 (% style="text-align:center" %)
3387 [[image:image-20221010102051-1.png||class="img-thumbnail"]]
3388
3389 = Create communication with Xinje** PLC** =
3390
3391 == XC serial protocol ==
3392
3393 **HMI Settings**
3394
3395 |**Item**|**Settings**|**Note**
3396 |Protocol|XINJE XC MODBUS|
3397 |Connection|RS232|
3398 |Baud rate|19200|
3399 |Data bit|8|
3400 |Parity|EVEN|
3401 |Stop bit|1|
3402 |PLC station No.|1|
3403
3404 **Address List**
3405
3406 |=**Type**|=**Device registers**|=**HMI registers**|=**Format**|=**Range**|=**Note**
3407 |Bit|M|M|M d|0~~8511|
3408 |Bit|X|X|X o|0~~1747|
3409 |Bit|Y|Y|Y o|0~~1747|
3410 |Bit|S|S|S d|0~~1023|
3411 |Bit|T|T|T d|0~~4095|
3412 |Bit|C|C|C d|0~~634|
3413 |Word|D|D|D d|0~~8511|
3414 |Word|TD|TD|TD d|0~~618|
3415 |Word|CD|CD|CD d|0~~634|
3416 |Word|FD|FD|FD d|0~~8511|
3417
3418 **Configure the communication protocol**
3419
3420 (% style="text-align:center" %)
3421 [[image:image-20220830154105-1.png]]
3422
3423 (% style="text-align:center" %)
3424 [[image:image-20220830154159-3.png]]
3425
3426 **Cable Wiring**
3427
3428 Figure
3429
3430 [[image:image-20220830155728-4.png]]
3431
3432 Pin Definition Diagram
3433
3434 (% style="text-align:center" %)
3435 [[image:image-20220830154131-2.png]]
3436
3437 == XD serial protocol ==
3438
3439 **HMI Settings**
3440
3441 Supported Series: Xinjie XD/XE Series PLC
3442
3443 |=**Item**|=**Settings**|=**Note**
3444 |Protocol|XINJE XD/XC MODBUS|
3445 |Connection|RS232|
3446 |Baud rate|19200|
3447 |Data bit|8|
3448 |Parity|EVEN|
3449 |Stop bit|1|
3450 |PLC station No.|1|
3451
3452 **Address List**
3453
3454 |=**Type**|=**Device registers**|=**HMI registers**|=**Format**|=**Range**|=**Note**
3455 |Bit|M|M|M d|0~~74999|
3456 |Bit|X1xx|X1xx|X1xx o|0~~1177|
3457 |Bit|X2xx|X2xx|X2xx o|0~~277|
3458 |Bit|X|X|X o|0~~77|
3459 |Bit|Y1xx|Y1xx|Y1xx o|0~~1177|
3460 |Bit|Y2xx|Y2xx|Y2xx o|0~~277|
3461 |Bit|Y|Y|Y o|0~~4095|
3462 |Bit|SM|SM|SM d|0~~4999|(((
3463
3464 )))
3465 |Bit|T|T|T d|0~~4999|
3466 |Bit|C|C|C d|0~~4999|
3467 |Bit|ET|ET|ET d|0~~31|
3468 |Bit|SE|SE|SE d|0~~31|
3469 |Bit|HM|HM|HM d|0~~11999|
3470 |Bit|HSC|HSC|HSC d|0~~39|
3471 |Bit|HS|HS|HS d|0~~999|
3472 |Bit|HT|HT|HT d|0~~1999|
3473 |Bit|HC|HC|HC d|0~~1999|
3474 |Bit|S|S|S d|0~~7999|
3475 |Word|D|D|D d|0~~69999|
3476 |Word|ID|ID|ID d|0~~99|
3477 |Word|ID1xx|ID1xx|ID1xx d|0~~999|
3478 |Word|ID2xx|ID2xx|ID2xx d|0~~299|
3479 |Word|QD|QD|QD d|0~~99|
3480 |Word|QD1xx|QD1xx|QD1xx d|0~~999|
3481 |Word|QD2xx|QD2xx|QD2xx d|0~~299|
3482 |Word|SD|SD|SD d|0~~4999|
3483 |Word|TD|TD|TD d|0~~575|
3484 |Word|CD|CD|CD d|0~~575|
3485 |Word|ETD|ETD|ETD d|0~~31|
3486 |Word|HD|HD|HD d|0~~24999|
3487 |Word|HSD|HSD|HSD d|0~~1023|
3488 |Word|HTD|HTD|HTD d|0~~95|
3489 |Word|HCD|HCD|HCD d|0~~95|
3490 |Word|HSCD|HSCD|HSCD d|0~~31|
3491 |Word|FD|FD|FD d|0~~8191|
3492 |Word|SFD|SFD|SFD d|0~~5999|
3493 |Word|FS|FS|FS d|0~~47|
3494
3495 **Configure the communication protocol**
3496
3497 (% style="text-align:center" %)
3498 [[image:image-20220830160042-1.png]]
3499
3500 (% style="text-align:center" %)
3501 [[image:image-20220830160129-2.png]]
3502
3503 **Cable Wiring**
3504
3505 (% style="text-align:center" %)
3506 [[image:image-20220905093902-1.png]]
3507
3508 Pin Definition Diagram
3509
3510 (% style="text-align:center" %)
3511 [[image:image-20220830160232-3.png]]
3512
3513 = Create communication with Panasonic** PLC** =
3514
3515 == **FP serial protocol** ==
3516
3517 **1)HMI Settings**
3518
3519 |**Item**|**Settings**|**Note**
3520 |Protocol|Panasonic FP MFWTOCOL|
3521 |Connection|RS232|
3522 |Baud rate|9600|
3523 |Data bit|8|
3524 |Parity|ODD|
3525 |Stop bit|1|
3526 |PLC station No.|1|
3527
3528 **2)Address List**
3529
3530 |(% style="width:143px" %)**Type**|(% style="width:409px" %)**Device registers**|(% style="width:342px" %)**HMI registers**|(% style="width:202px" %)**Format**|**Range**|**Note**
3531 |(% style="width:143px" %)Bit|(% style="width:409px" %)X|(% style="width:342px" %)X|(% style="width:202px" %)X d|0~~9999|
3532 |(% style="width:143px" %)Bit|(% style="width:409px" %)Y|(% style="width:342px" %)Y|(% style="width:202px" %)Y d|0~~9999|
3533 |(% style="width:143px" %)Bit|(% style="width:409px" %)R|(% style="width:342px" %)R|(% style="width:202px" %)R d|0~~9999|
3534 |(% style="width:143px" %)Bit|(% style="width:409px" %)T|(% style="width:342px" %)T|(% style="width:202px" %)T d|0~~9999|
3535 |(% style="width:143px" %)Bit|(% style="width:409px" %)C|(% style="width:342px" %)C|(% style="width:202px" %)C d|0~~9999|
3536 |(% style="width:143px" %)Bit|(% style="width:409px" %)L|(% style="width:342px" %)L|(% style="width:202px" %)L d|0~~9999|
3537 |(% style="width:143px" %)Word|(% style="width:409px" %)WX|(% style="width:342px" %)WX|(% style="width:202px" %)WX d|0~~9999|
3538 |(% style="width:143px" %)Word|(% style="width:409px" %)WY|(% style="width:342px" %)WY|(% style="width:202px" %)WY d|0~~9999|
3539 |(% style="width:143px" %)Word|(% style="width:409px" %)WR|(% style="width:342px" %)WR|(% style="width:202px" %)WR d|0~~9999|
3540 |(% style="width:143px" %)Word|(% style="width:409px" %)WL|(% style="width:342px" %)WL|(% style="width:202px" %)WL d|0~~9999|
3541 |(% style="width:143px" %)Word|(% style="width:409px" %)LD|(% style="width:342px" %)LD|(% style="width:202px" %)LD d|0~~9999|
3542 |(% style="width:143px" %)Word|(% style="width:409px" %)DT|(% style="width:342px" %)DT|(% style="width:202px" %)DT d|0~~65535|
3543 |(% style="width:143px" %)Word|(% style="width:409px" %)FL|(% style="width:342px" %)FL|(% style="width:202px" %)FL d|0~~9999|
3544 |(% style="width:143px" %)Word|(% style="width:409px" %)EV|(% style="width:342px" %)EV|(% style="width:202px" %)EV d|0~~9999|
3545 |(% style="width:143px" %)Word|(% style="width:409px" %)SV|(% style="width:342px" %)SV|(% style="width:202px" %)SV d|0~~9999|
3546
3547 **3)Configure the communication protocol**
3548
3549 [[image:image-20220830171050-1.png]]
3550
3551 [[image:image-20220830171126-2.png]]
3552
3553 **4)Cable Wiring**
3554
3555 Figure
3556
3557 [[image:image-20220830171328-4.png]]
3558
3559 Pin Definition Diagram
3560
3561 [[image:image-20220830171146-3.png]]
3562
3563 = Create communication with **SHIMADEN PLC** =
3564
3565 == **FP23 series protocol** ==
3566
3567 Supported series: SHIMADEN FP23 series
3568
3569 **HMI Setting**
3570
3571 |**Items**|**Settings**|**Note**
3572 |Protocol|SHIMADEN FP23 series|
3573 |Connection|RS485 (9600, 1, 7, EVEN)|
3574 |Port No.|None|
3575 |PLC station No.|0|
3576
3577 **Address List**
3578
3579 |**Device address**|**HMI register**|**Address range**|**Type**
3580 |0040-0043(HEX)|FP040|100064-200067|Read only
3581 |0100-010B(HEX)|FP100|100256-200267|Read only
3582 |0110-0142(HEX)|FP110|100272-200322|Read only
3583 |0182-0252(HEX)|FP182|100386-200594|Write only
3584 |0280-0281(HEX)|FP280|100640-200641|Read only
3585 |0300-030B(HEX)|FP300|100768-200779|Read and write
3586 |0380-039F(HEX)|FP380|100896-200927|Read and write
3587 |0400-04D7(HEX)|FP400|101024-201239|Read and write
3588 |0500-05B0(HEX)|FP500|101280-201456|Read and write
3589 |0600-0670(HEX)|FP600|101536-201814|Read and write
3590 |0720-0738(HEX)|FP720|101824-201848|Read and write
3591 |0800-083F(HEX)|FP800|102048-202111|Read and write
3592 |0900-0952(HEX)|FP900|102304-202386|Read and write
3593 | |Ctrl|0-2|
3594
3595 **✎Note:**
3596
3597 * The upper 2 bits of the address of the HMI register are taken as the sub address, and the real address is the last four bits (for example, if the address is 100256, then 10 is the sub address as 1, and 0256 is the real address);
3598 * The address range in the table is only divided by the start and end addresses, and some of the addresses in the range have no corresponding address in FP23;
3599 * The Ctrl register is used to store the control group number and BCC check mode.
3600
3601 **Ctrl Register Description**
3602
3603 * The Ctrl register is a special register that does not communicate with the temperature controller. User needs to assign value in the screen according to the settings as in the temperature controller.
3604 * Ctrl0 indicates the setting of the control character, the valid values are 1, 2, 3 respectively, and the corresponding control group is: STX_ETX_CR , STX_ETX_CR LF and @_:_CR .
3605 * Ctrl1 indicates the BCC block check mode. The valid value range is 1-4. The corresponding check mode is: 1.ADD, 2.ADD_two's cmp, 3.XOR, 4.None;
3606 * Ctrl3 reserved
3607
3608 **✎Note:**
3609
3610 After reloading the HMI project or restarting the HMI, HMI will reset the value of ctrl0 and ctrl1 as 1, so user need to set these two values to make it the same as it in the temperature controller, then communication will be normal.
3611
3612 **Cable Wiring**
3613
3614 (% style="text-align:center" %)
3615 [[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
3616
3617 (% style="text-align:center" %)
3618 [[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
3619
3620 **✎Note:** COM3 only available in PI8000/PI9000 series.
3621
3622 == **SR90 protocol** ==
3623
3624 Supported series: SHIMADEN SR90 series
3625
3626 **HMI Setting**
3627
3628 |**Items**|**Settings**|**Note**
3629 |Protocol|SHIMADEN SR90 protocol|
3630 |Connection|RS485 (1200, 1, 7, EVEN)|
3631 |Port No.|None|
3632 |PLC station No.|0|
3633
3634 **Address List**
3635
3636 |**Device address**|**HMI register**|**Address range**|**Type**
3637 |0040-0043 (HEX)|SR040|100064-100067|Read only
3638 |0100-010A(HEX)|SR0100|100256-100266|Read only
3639 |0182-018C(HEX)|SR0182|100386-100396|Write only
3640 |0300-04FE(HEX)|SR0300|100768-101278|Write/read
3641 |0500-050B(HEX)|SR0500|101280-101291|Write/read
3642 |0590-0611(HEX)|SR0590|101424-101553|Write/read
3643 |0701-0709(HEX)|SR0701|101793-101801|Write/read
3644 | |Ctrl|0-2|~-~-
3645
3646 **✎Note:**
3647
3648 * The upper 2 bits of the address of HMIs are taken as the sub address, and the real address is the last four bits (for example, if the address is 100256, then 10 is the sub address as 1, and 0256 is the real address);
3649 * The address range in the table is only divided by the start and end addresses, and some of the addresses in the range have no corresponding address in SR90;
3650 * The Ctrl register is used to store the control group number and BCC check mode. See how to use it below;
3651
3652 **Ctrl Register Description**
3653
3654 * The Ctrl register is a special register that does not communicate with the temperature controller. User needs to assign value in the screen according to the settings as in the temperature controller.
3655 * Ctrl0 indicates the setting of the control character, the valid values are 1, 2, 3 respectively, and the corresponding control group is: STX_ETX_CR , STX_ETX_CR LF and @_:_CR .
3656 * Ctrl1 indicates the BCC block check mode. The valid value range is 1-4. The corresponding check mode is: 1.ADD, 2.ADD_two's cmp, 3.XOR, 4.None;
3657 * Ctrl3 reserved
3658
3659 **✎Note:**
3660
3661 After reloading the HMI project or restarting the HMI, HMI will reset the value of ctrl0 and ctrl1 as 1, so user need to set these two values to make it the same as it in the temperature controller, then communication will be normal.
3662
3663 **Cable Wiring**
3664
3665 (% style="text-align:center" %)
3666 [[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
3667
3668 (% style="text-align:center" %)
3669 [[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
3670
3671 **✎Note:** COM3 only available in PI8000/PI9000 series.
3672
3673 == **MR13 series(standard protocol)** ==
3674
3675 Supported series: SHIMADEN MR13 series
3676
3677 **HMI Setting**
3678
3679 |**Items**|**Settings**|**Note**
3680 |Protocol|SHIMADEN standard protocol|
3681 |Connection|RS485 (1200, 1, 7, EVEN)|
3682 |Port No.|None|
3683 |PLC station No.|0|
3684
3685 **Address List**
3686
3687 |**Device address**|**HMI register**|**Address range**|**Type**
3688 |0100-010B(HEX)|MR100|100256-300267|Read only
3689 |0111-0126(HEX)|MR111|100273-300294|Read only
3690 |0184-0192(HEX)|MR184|100388-300402|Write only
3691 |0280-0282(HEX)|MR280|100640-300642|Read only
3692 |0300-030B(HEX)|MR300|100768-300779|Read/write
3693 |0314-0317(HEX)|MR314|100788-300791|Read/write
3694 |031A(HEX)|MR31A|100794-300794|Read/write
3695 |0320-0321(HEX)|MR320|100800-300801|Read/write
3696 |0400-0504(HEX)|MR400|101024-301284|Read/write
3697 |0506(HEX)|MR506|101286-301286|Read/write
3698 |0510-0514(HEX)|MR510|101296-301300|Read/write
3699 |0516-0524(HEX)|MR516|101302-301316|Read/write
3700 |0526(HEX)|MR526|101318-301318|Read/write
3701 |0580-08C3(HEX)|MR580|101408-302243|Read/write
3702 |~-~-|Ctrl|0-2|~-~-
3703
3704 **✎Note:**
3705
3706 * The upper 2 bits of the address of the HMI register are taken as the sub address, and the real address is the last four bits (for example, if the address is 100256, then 10 is the sub address as 1, and 0256 is the real address);
3707 * The address range in the table is only divided by the start and end addresses, and some of the addresses in the range have no corresponding address in MR13;
3708 * The Ctrl register is used to store the control group number and BCC check mode.
3709
3710 **Ctrl Register Description**
3711
3712 * The Ctrl register is a special register that does not communicate with the temperature controller. User needs to assign value in the screen according to the settings as in the temperature controller.
3713 * Ctrl0 indicates the setting of the control character, the valid values are 1, 2, 3 respectively, and the corresponding control group is: STX_ETX_CR, STX_ETX_CR LF and @_:_CR .
3714 * Ctrl1 indicates the BCC block check mode. The valid value range is 1-4. The corresponding check mode is: 1.ADD, 2.ADD_two's cmp, 3.XOR, 4.None;
3715 * Ctrl3 reserved
3716
3717 **✎Note:**
3718
3719 After reloading project or restarting the HMI, HMI will reset the value of ctrl0 and ctrl1 as 1, so user need to set these two values to make it the same as it in the temperature controller, then communication will be normal.
3720
3721 **Cable Wiring**
3722
3723 (% style="text-align:center" %)
3724 [[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
3725
3726 (% style="text-align:center" %)
3727 [[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
3728
3729 **✎Note:** COM3 only available in PI8000/PI9000 series.
3730
3731 = **Printer** =
3732
3733 == **TSPL label printer** ==
3734
3735 **Introduction**
3736
3737 TSPL label printer protocol supports following models.
3738
3739 * SPRT TL21: [[https:~~/~~/www.sprinter.com.cn/show-60-62-1.html>>https://www.sprinter.com.cn/show-60-62-1.html]]
3740 * DL-888D: [[https:~~/~~/www.deliworld.com/product/detail/7624>>https://www.deliworld.com/product/detail/7624]]
3741
3742 **Setting Step**
3743
3744 Select the protocol
3745
3746 * Create a new project, select the TSPL label printer protocol as shown below.
3747
3748 (% style="text-align:center" %)
3749 [[image:12.PLC Protocol_html_a2bec264816230db.png||data-xwiki-image-style-alignment="center" height="331" width="495" class="img-thumbnail"]]
3750
3751 Set parameters
3752
3753 * The connection between the TSPL label printer and the HMI is via the USB-A interface, no need to configure serial port parameters.
3754
3755 Printer register
3756
3757 (% class="table-bordered" %)
3758 |**Register**|**System**|**Range**|**Function**
3759 |TSPL_SP|decimal|0 - 1|Set the paper size
3760 |TSPL_PT|decimal|0 - 1999|Print text
3761 |TSPL_PQ|decimal|0 - 999|Print QR code
3762 |TSPL_PB|decimal|0 - 999|Print barcode
3763 |TSPL_PR|decimal|0 - 1|Print offset
3764 |TSPL_PN|decimal|0 - 0|Trigger printing
3765 |TSPL_PS|decimal|0 - 0|Print status
3766
3767 * Set paper size:
3768 ** TSPL_SP0: width of paper, unit: mm.
3769 ** TSPL_SP1: height of paper, unit: mm.
3770 * Print text:
3771 ** TSPL_PT can print up to 20 texts. TSPL_PT0-TSPL_PT99 is the first text; TSPL_PT100-TSPL_PT199 is the second text; … TSPL_PT1000-TSPL_PT1999 is the 20th text.
3772 ** Detailed parameter settings of each text is shown as below table. For example, first text,TSPL_PT0-TSPL_PT99.
3773
3774 (% class="table-bordered" %)
3775 |**Register**|**Function**|**Description**
3776 |TSPL_PT0|X coordinate|Unit: dot
3777 |TSPL_PT1|Ycoordinate|Unit: dot
3778 |TSPL_PT2|Rotation angle|(((
3779 0: 0 degrees
3780
3781 1: 90 degrees
3782
3783 2: 180 degrees
3784
3785 3: 270 degrees
3786 )))
3787 |TSPL_PT3|Size|Range: 0-3
3788 |TSPL_PT4 - TSPL_PT99|QR code content(text content)|Use character input device to configure
3789
3790 By analogy, we can know the text information configuration of the 2nd to 20th QR codes
3791
3792 Print QR code:
3793
3794 * TSPL_PQ can print up to 10 QR codes. TSPL_PQ0-TSPL_PQ99 is the first QR code; TSPL_PQ100-TSPL_PQ199 is the second QR code; ...., TSPL_PQ900-TSPL_PQ999 is the tenth QR code.
3795 * Specific parameter description of each item: for example, the first QR code, TSPL_PQ0-TSPL_PQ99:
3796
3797 (% class="table-bordered" %)
3798 |**Register**|**Function**|**Description**
3799 |TSPL_PQ0|X coordinate|Unit: dot
3800 |TSPL_PQ1|Ycoordinate|Unit: dot
3801 |TSPL_PQ2|Rotation angle|(((
3802 0: 0 degrees
3803
3804 1: 90 degrees
3805
3806 2: 180 degrees
3807
3808 3: 270 degrees
3809 )))
3810 |TSPL_PQ3|Size|Range: 0-5
3811 |TSPL_PQ4 - TSPL_PQ99|QR code content|Use character input device to configure
3812
3813 * By analogy, we can know the text information configuration of the 2nd to 20th QR codes.
3814
3815 Print bar code:
3816
3817 * TSPL_PB can print up to 10 barcodes. TSPL_PB0-TSPL_PB99 is the first bar code; TSPL_PB100-TSPL_PB199 is the second bar code; ..., TSPL_PB900-TSPL_PB999 is the tenth bar code.
3818 * Specific parameter description of each item: for example, the first barcode, TSPL_PB0-TSPL_PB99:
3819
3820 (% class="table-bordered" %)
3821 |**Register**|**Function**|**Description**
3822 |TSPL_PB0|X coordinate|Unit: dot
3823 |TSPL_PB1|Ycoordinate|Unit: dot
3824 |TSPL_PB2|Rotation angle|(((
3825 0: 0 degrees
3826
3827 1: 90 degrees
3828
3829 2: 180 degrees
3830
3831 3: 270 degrees
3832 )))
3833 |TSPL_PB3|height|Unit: dot
3834 |TSPL_PB4|width|Range:0-2
3835 |TSPL_PB5- TSPL_PB99|Bar code content|Use character input device to configure
3836
3837 By analogy, we can know the text information configuration of the 2nd to 20th bar codes.
3838
3839 Print offset:
3840
3841 * TSPL_PR0: X coordinate offset, unit: mm;
3842 * TSPL_PR1: Y coordinate offset, unit: mm.
3843
3844 Trigger printing:
3845
3846 * TSPL_PN0 = 1: trigger the printer to start printing.
3847
3848 Printing status:
3849
3850 * TSPL_PS0 = 1: The printing is normal.
3851 * TSPL_PS0 = 1: The printing is abnormal.
3852
3853 Print picture
3854
3855 * For the function of printing pictures, please refer to the configuration of [Printer object].
3856
3857 Conversion between dot and mm
3858
3859 * Dot is the meaning of pixels. For the conversion between dot and mm, please refer to the printer manual or consult the customer service of the corresponding printer manufacturer. For example, SPRT TL21: 8 dots / mm, that is, 1mm = 8 dot.
3860
3861 == **EpsonTM series** ==
3862
3863 **HMI Settings**
3864
3865 (% class="table-bordered" %)
3866 |**Item**|**Settings**|**Note**
3867 |Protocol|EPSON-TM-T82II/TM-XXX|
3868 |Connection|RS232|
3869 |Baud rate|9600~~115200|
3870 |Data bit|8|
3871 |Parity|None|
3872 |Stop bit|1|
3873 |PLC station No.|1|
3874
3875 Each printer protocol has default parameter. These parameters could be configured by addresses. Error parameters may cause print failure.
3876
3877 **Printer Settings**
3878
3879 (% class="table-bordered" %)
3880 |(% style="width:504px" %)**Address**|(% style="width:778px" %)**Description**|(% style="width:208px" %)**Value**
3881 |(% style="width:504px" %)HSW10603|(% style="width:778px" %)Print direction (only valid for print function)|(% style="width:208px" %)1
3882 |(% style="width:504px" %)HSW10604|(% style="width:778px" %)Dot Matrix Type|(% style="width:208px" %)1
3883 |(% style="width:504px" %)HSW10605|(% style="width:778px" %)Print width (depending on printer and paper)|(% style="width:208px" %)384
3884 |(% style="width:504px" %)HSW10606|(% style="width:778px" %)Printer instruction type|(% style="width:208px" %)1
3885 |(% style="width:504px" %)HSW10607|(% style="width:778px" %)Paper cut|(% style="width:208px" %)2
3886 |(% style="width:504px" %)HSW10608|(% style="width:778px" %)Alignment (only valid for print function)|(% style="width:208px" %)1
3887
3888 **Cable Wiring**
3889
3890 (% style="text-align:center" %)
3891 [[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
3892
3893 (% style="text-align:center" %)
3894 [[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
3895
3896 **✎Note:** COM3 only available in PI8000/PI9000 series.
3897
3898
3899 = Create communication with **Schneider PLC** =
3900
3901 == **Schneider MODBUS RTU** ==
3902
3903 **HMI Setting**
3904
3905 |=**Parameters**|=**Recommended**|=**Notes**
3906 |**Protocol**|(% colspan="1" %)Schneider MODBUS RTU|
3907 |Connection|RS485|
3908 |**Baud rate**|19200|
3909 |**Data bit**|8|
3910 |**Parity**|Even|
3911 |**Stop bit**|1|
3912 |**PLC station No.**|1|
3913
3914 **PLC Setting**
3915
3916 |=(% scope="row" %)**Communication mode**|Modbus RTU protocol
3917
3918 **Device Address**
3919
3920 |=**Bit/Word**|=**Device type**|=**Format**|=**Range**|=**Memo**
3921 |B|IX|DDDDDo|0 ~~ 655357|Input bit (read only)
3922 |B|QX|DDDDDo|0 ~~ 655357|Write multiple coils
3923 |B|MX|DDDDDDo|0 ~~ 9999997|Output register bit (octal)
3924 |W|MW|DDDDDD|0 ~~ 999999|Output register
3925 |DW|MD|DDDDDD|0 ~~ 999999|Output register
3926
3927 **Wiring Diagram**
3928
3929 **RS-485 2W **(RJ45 Connector): The following is the view from the soldering point of a connector.
3930
3931 (% style="text-align:center" %)
3932 [[image:image-20220817154212-1.jpeg||height="315" width="554" class="img-thumbnail"]]
3933
3934 = **Barcode Scanner** =
3935
3936 Supported: DELI 14880 barcode scanner
3937
3938 **HMI Setting**
3939
3940 |**Items**|**Settings**|**Note**
3941 |Protocol|Barcode Scanner|
3942 |Connection|USB|
3943
3944 **Operating Procedures**
3945
3946 Select [Barcode Scanner];
3947
3948 (% style="text-align:center" %)
3949 [[image:12.PLC Protocol_html_55a3056357320966.png||data-xwiki-image-style-alignment="center" height="266" width="600" class="img-thumbnail"]]
3950
3951 Set address for receiving;
3952
3953 Set correct length;
3954
3955 (% style="text-align:center" %)
3956 [[image:12.PLC Protocol_html_30a4c9e9dd4db40b.png||data-xwiki-image-style-alignment="center" height="701" width="500" class="img-thumbnail"]]
3957
3958 **✎Note:**
3959
3960 * The protocol uploads the information acquired by the USB scanner to the HMI;
3961 * The acquired information is displayed in string mode, so it is necessary to use [characters input/display] object;
3962 * Recommended model: DELI 14880 barcode scanner;
3963
3964 = **Hitachi EHV Series (Ethernet)** =
3965
3966 Supported series: Hitachi EHV series
3967
3968 **HMI Settings**
3969
3970 (% class="table-bordered" %)
3971 |**Items**|**Settings**|**Note**
3972 |Protocol|Hitachi EHV series|
3973 |Connection|Ethernet|
3974 |Port No.|3004~~3007|
3975
3976 **Address List**
3977
3978 (% class="table-bordered" %)
3979 |**Type**|**Register**|**Range**|**Format**|**Note**
3980 |(% rowspan="6" %)Bit|T|0 - 2545|T DDDD|
3981 |M|0 - 7FFF.f (Hex)|M HHHH.h|
3982 |X|0 – FFFF.f (Hex)|X H1H2H3H4.h|(% rowspan="2" %)(((
3983 H1H2H3H4 Module main number
3984
3985 H1: Remote number
3986
3987 H2: Unit number
3988
3989 H3: Slot number
3990
3991 H4: Word number of Module
3992
3993 H Sub number of Module
3994
3995 For example:X21.3
3996
3997 Slot number 2
3998
3999 Word number of module is 1
4000
4001 Bit number of module is 3
4002
4003 Remote number and unit number are 0
4004 )))
4005 |Y|0 – FFFF.f (Hex)|Y H1H2H3H4.h
4006 |R|0 – FF.f (Hex)|R HH.h|
4007 |L|0 - 73FF.f (Hex)|L HHHH.h|
4008 |(% rowspan="6" %)Word|WM|0 - 7FFF (Hex)|WM HHHH|
4009 |WX|0 – FFFF (Hex)|WX H1H2H3H4|(% rowspan="2" %)(((
4010 H1H2H3H4 Module main number
4011
4012 H1: Remote number
4013
4014 H2: Unit number
4015
4016 H3: Slot number
4017
4018 H4: Word number of module
4019
4020 For example:WX21
4021
4022 Word number of module is 1
4023
4024 Slot number is 2
4025
4026 Remote number and unit number are 0
4027 )))
4028 |WY|0 – FFFF (Hex)|WY H1H2H3H4
4029 |WR|0 – FFFF (Hex)|WR HHHH|
4030 |WL|0 - 73FF (Hex)|WL HHHH|
4031 |TC|0 - 2559|TC DDDD|
4032
4033 **Communication settings in HMI**
4034
4035 Enable HMI Ethernet in [Project Settings];
4036
4037 (% style="text-align:center" %)
4038 [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
4039
4040 Set PLC IP in [Device IP] settings;
4041
4042 (% style="text-align:center" %)
4043 [[image:12.PLC Protocol_html_d825387f5bde6cdd.png||data-xwiki-image-style-alignment="center" height="190" width="554" class="img-thumbnail"]]
4044
4045 **PLC Configuration**
4046
4047 Connect with PLC, select[Online mode];
4048
4049 (% style="text-align:center" %)
4050 [[image:12.PLC Protocol_html_8430dda44e5c199c.png||data-xwiki-image-style-alignment="center" height="420" width="600" class="img-thumbnail"]]
4051
4052 Set IP address, it is the same LAN parameters with HMI;
4053
4054 (% style="text-align:center" %)
4055 [[image:12.PLC Protocol_html_1d8a634f64e25fc3.png||data-xwiki-image-style-alignment="center" height="252" width="347" class="img-thumbnail"]]
4056
4057 3) Save PLC communication parameter, and restart PLC
4058
4059 **PLC Monitor Mode**
4060
4061 Connect with PLC and choose to “online” mode
4062
4063 (% style="text-align:center" %)
4064 [[image:12.PLC Protocol_html_cdac598e770e3b67.png||data-xwiki-image-style-alignment="center" height="193" width="553" class="img-thumbnail"]]
4065
4066 Open I/O monitor sheet1
4067
4068 (% style="text-align:center" %)
4069 [[image:12.PLC Protocol_html_68eb3518e5f80892.png||data-xwiki-image-style-alignment="center" height="369" width="559" class="img-thumbnail"]]
4070
4071 During monitoring bit address,1 pts should be selected; during monitoring word address, 16 pts should be selected
4072
4073 (% style="text-align:center" %)
4074 [[image:12.PLC Protocol_html_774652d8daf548d4.png||data-xwiki-image-style-alignment="center" height="118" width="102" class="img-thumbnail"]]
4075
4076 Enter the register address, click OK to view the value of the register.
4077
4078 (% style="text-align:center" %)
4079 [[image:12.PLC Protocol_html_bba169c300c92051.png||data-xwiki-image-style-alignment="center" height="404" width="600" class="img-thumbnail"]]
4080
4081 (% style="text-align:center" %)
4082 [[image:12.PLC Protocol_html_d3b23bb9e81921a3.png||data-xwiki-image-style-alignment="center" height="404" width="600" class="img-thumbnail"]]
4083
4084 **✎Note:**
4085
4086 * Both word registers and bit registers support even continuous read/write functions;
4087 * The range of registers is based on the specific PLC type;
4088
4089 **Cable Wiring**
4090
4091 (% style="text-align:center" %)
4092 [[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]]
4093
4094 = **IEC60870-5 104 Client** =
4095
4096 **HMI Setting**
4097
4098 (% class="table-bordered" %)
4099 |**Items**|(% style="width:725px" %)**Settings**|(% style="width:309px" %)**Note**
4100 |Protocol|(% style="width:725px" %)IEC60870-5 104 Client|(% style="width:309px" %)
4101 |Connection|(% style="width:725px" %)Ethernet|(% style="width:309px" %)
4102 |Port No.|(% style="width:725px" %)2404|(% style="width:309px" %)
4103
4104 **Address List**
4105
4106 (% class="table-bordered" %)
4107 |(% style="width:460px" %)**Type**|(% style="width:461px" %)**Register**|**Range**
4108 |(% rowspan="9" style="width:460px" %)Bit|(% style="width:461px" %)SPTB|0~~16777215.7
4109 |(% style="width:461px" %)SCNA|0~~16777215.7
4110 |(% style="width:461px" %)DPTB|0~~16777215.7
4111 |(% style="width:461px" %)DCNA|0~~16777215.7
4112 |(% style="width:461px" %)METF|0~~16777215.7
4113 |(% style="width:461px" %)SENC|0~~16777215.7
4114 |(% style="width:461px" %)SENA|0~~16777215.7
4115 |(% style="width:461px" %)MENA|0~~16777215.7
4116 |(% style="width:461px" %)METD|0~~16777215.7
4117 |(% rowspan="11" style="width:460px" %)Word|(% style="width:461px" %)SPTB|0~~16777215
4118 |(% style="width:461px" %)SCNA|0~~16777215
4119 |(% style="width:461px" %)DPTB|0~~16777215
4120 |(% style="width:461px" %)DCNA|0~~16777215
4121 |(% style="width:461px" %)SENA|0~~16777215
4122 |(% style="width:461px" %)MENA|0~~16777215
4123 |(% style="width:461px" %)METD|0~~16777215
4124 |(% style="width:461px" %)INRO|0~~16777215
4125 |(% style="width:461px" %)TIMESYN|0~~16777215
4126 |(% style="width:461px" %)TIMEZ|0~~16777215
4127 |(% style="width:461px" %)NTP|0~~16777215
4128 |(% rowspan="2" style="width:460px" %)Double word|(% style="width:461px" %)METF|0~~16777215
4129 |(% style="width:461px" %)SENC|0~~16777215
4130
4131 **Address Configuration**
4132
4133 The address registers of the IEC60870-5-104 protocol are SPTB, SCNA, DPTB, DCNA, METF, and SENC. The protocol needs to be added with an extension tag "ASDU", which could only be added in the [Address Identification Library], other places are not editable, that is, the read address in the object or script is not editable.
4134
4135 (% style="text-align:center" %)
4136 [[image:12.PLC Protocol_html_ba78d143bf457ead.png||data-xwiki-image-style-alignment="center" height="369" width="600" class="img-thumbnail"]]
4137
4138 (% style="text-align:center" %)
4139 [[image:12.PLC Protocol_html_23533fd5bb81f4ab.png||data-xwiki-image-style-alignment="center" height="389" width="600" class="img-thumbnail"]]
4140
4141 Extended tag name
4142
4143 Address range for the extended tag.
4144
4145 **Communication Settings**
4146
4147 Enable HMI Ethernet in [Project Settings];
4148
4149 (% style="text-align:center" %)
4150 [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
4151
4152 Set PLC IP in [Device IP] settings;
4153
4154 (% style="text-align:center" %)
4155 [[image:12.PLC Protocol_html_f848736ec68b125.png||data-xwiki-image-style-alignment="center" height="191" width="554" class="img-thumbnail"]]
4156
4157 **Cable Wiring**
4158
4159 (% style="text-align:center" %)
4160 [[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]]
4161
4162 = **OpenCAN** =
4163
4164 OpenCan is based on CAN2.0 standard; OpenCAN protocols that could be configured autonomously to accept and send frames.
4165
4166 This protocol is only available in PI8000 series HMI.
4167
4168 **HMI Settings**
4169
4170 |**Items**|**Settings**|**Note**
4171 |Protocol|OPENCAN|
4172 |Connection|CAN port|
4173 |Baud rate|250000|
4174
4175 **CAN frame setting in HMI**
4176
4177 Click [OpenCAN setting] button in communication setting window;
4178
4179 (% style="text-align:center" %)
4180 [[image:12.PLC Protocol_html_e866b9e56e19785d.png||data-xwiki-image-style-alignment="center" height="503" width="600" class="img-thumbnail"]]
4181
4182 Click [Add] to create a new frame;
4183
4184 (% style="text-align:center" %)
4185 [[image:12.PLC Protocol_html_3a6f4e2141763c8f.png||data-xwiki-image-style-alignment="center" height="315" width="600" class="img-thumbnail"]]
4186
4187 |**No**|**Items**|**Description**
4188 |1|Add|add a frame related to register address
4189 |2|Insert|Select the position where you want to insert a frame, and click [Insert frame] to add a new frame in front of the current frame position
4190 |3|Frame manager|This list shows some of the main parameters for each frame that the user adds
4191 |4|Modify|Modify the frames in frame management
4192 |5|Copy|Copy one frame to another
4193 |6|Delete|Remove the selected frames from the list by modifying the frames in frame management. If no frames are selected in the list, the first frame is deleted.
4194 |7|Empty|All frames in the list are cleared
4195 |8|Browse|Displays configuration files in XML format in IE
4196 |9|OK|Complete the configuration of the frame and exit
4197
4198 Set CANBUS frame in setting windows
4199
4200 (% style="text-align:center" %)
4201 [[image:12.PLC Protocol_html_7c83130820321ef.png||data-xwiki-image-style-alignment="center" height="507" width="600" class="img-thumbnail"]]
4202
4203 |**No**|**Items**|**Description**
4204 |1|ID|Set the ID of a can frame in hexadecimal format;
4205 |2|ID assign|split the ID by PF, PS, and SA;
4206 |3|Frame type|Select Standard frame or Extended Frame;
4207 |4|Frame format|Select between data frame and remote Frame;
4208 |5|Data|Set the data part of CAN frame, with two Numbers representing a hexadecimal number and Spaces spaced; Maximum support of 8 bytes is defined according to CAN message;
4209 |6|Use address|(((
4210 Set the register address related to the CAN frame, which corresponds to the register address set on the main state one by one. The data obtained from the address is assigned continuously;
4211
4212 **Edit:** Set a bit or word address by its format;
4213
4214 **Option: **Set address options related to frame, enter “register address option” interface, specifically browse the following “register address option” interface;
4215 )))
4216 |(% rowspan="8" %)7|(% rowspan="8" %)Data interactive configuration|There are two interactive modes of the touch screen. One is that the touch screen actively sends frames, and the device receives and processes and feeds back. The other, on the contrary, passively receives frames from the device for processing and feedback;
4217 |Send after receiving: if this item is selected, the interaction of the touch screen will act as a passive party, and the touch screen will receive the CAN frame first and send feedback. Unchecked items interact in the opposite way;
4218 |Feedback mode: feedback mode includes no response, confirm response and data response;
4219 |No response: the device or touch screen will not receive feedback;
4220 |Confirm response: the device or the touch screen will receive feedback with confirmation, which could be used to compare the data parts. If this function is used, the 20 addresses before and after this address should not be used. All addresses of cata10-cata30 could not be used with the reply confirmation function of cata20;
4221 |Data response: the device or touch screen will receive feedback with data, and the data to be separated from the feedback frame should be set to store in the register address;
4222 |response ID: if the address wants to receive data on a frame with a different ID, set this, check "different from sender", and enter a different ID in the following input box. Without this setting, the screen will receive and process a frame with the same ID as the sender;
4223 |Response timeout: sets whether the response frame timeout;
4224 |(% rowspan="3" %)8|(% rowspan="3" %)Control address|If ticked, enable sending when the value of the corresponding control bit number (address) is non-0.
4225 |Control bit: CtrlBit register range 0~~255, if the control bit is ON, can instruction will run normally. Otherwise, it doesn't run;
4226 |Manually send: a manually send tick indicates only one send;
4227 |9|Flag configuration|Communication control for each frame. Display OFF when communication is normal, and ON when communication is abnormal;
4228 |10|Note|Fill the text to explain the meaning of the frame;
4229 |11|Data assign|Preview the display in this table based on the address and the corresponding number of digits;
4230 |12|Current operation display|Display the description of current operation;
4231 |13|Add|Add a new frame;
4232 |14|Save frame|Save the configured frame format;
4233 |15|Cancel|Cancel the frame configuration;
4234
4235 Set CAN address (Read or write operation);
4236
4237 (% style="text-align:center" %)
4238 [[image:12.PLC Protocol_html_7e9f9b25eb6ae8ce.png||data-xwiki-image-style-alignment="center" height="446" width="600" class="img-thumbnail"]]
4239
4240 |**No.**|**Item**|**Description**
4241 |1|Current address|Displays the register type and register address set by the user in the data access interface
4242 |(% rowspan="3" %)2|(% rowspan="3" %)Trigger|Two operations, "read" and "write," are based on on-screen registers
4243 |If "read" is selected, the register address is reading device data in a manner of sending frames set by the user in a loop.
4244 |If "write" is selected, the screen data of the register address will be written into the device. The writing mode is that the user makes a write operation on the screen, which will trigger the sending of a frame set by the user.
4245 |(% rowspan="5" %)3|(% rowspan="3" %)Data operation|The read and write operations in the trigger conditions are set accordingly.
4246 |If the trigger condition is a read operation, this section needs to set the position and length of the data to be obtained at the current address in the frame.
4247 |If the trigger condition is a writing operation, there are two situations:(((
4248 * If the "add writing data to the frame" option is not selected, the frame set by the user will be sent directly when the user writes on the screen.
4249 * Select the "add the written data to the frame" option, and when the user writes on the screen, the program will insert the data in the frame set by the user and send the written data to the frame set by the user according to the data insertion position and length set by the user.
4250 )))
4251 |(% rowspan="2" %)Position and length input format|If the register type is a bit address, the decimal point is required to represent the bits in the byte. For example, 1.1 represents the first bit of the first byte of 8 bytes in the data frame, and the length is in bits, and so on.
4252 |If the register type is word address, the integer only needs to represent the byte, such as 1, which represents the first byte of 8-byte data in the data frame, and the unit of length is byte, and so on.
4253 |4|Add|Add current configuration
4254 |5|Close|Close the configuration window to exit
4255
4256 **Multiple Packages Settings**
4257
4258 (% style="text-align:center" %)
4259 [[image:12.PLC Protocol_html_107e0f6b1a90afff.png||data-xwiki-image-style-alignment="center" height="341" width="600" class="img-thumbnail"]]
4260
4261 Check [Multiple packages supported] to open [Multiple package data] window, as below show.
4262
4263 Select Multiple package type
4264
4265 * Not Multiple packages
4266 * J1939 Multiple packages
4267 * Customized Multiple packages
4268
4269 Click [Edit Receive data] for [Receive] settings
4270
4271 * Start code+ Total length (J1939)
4272
4273 (% style="text-align:center" %)
4274 [[image:12.PLC Protocol_html_3c360c6b5aca51bf.png||data-xwiki-image-style-alignment="center" height="340" width="426" class="img-thumbnail"]]
4275
4276 As set above set, J1939 command is received by the HMI, only when its length is 25 bytes, and the start code is 0x57, 0x1B;
4277
4278 * Start code + Data max length (J1939)
4279
4280 (% style="text-align:center" %)
4281 [[image:12.PLC Protocol_html_74496b2a68cfcdde.png||data-xwiki-image-style-alignment="center" height="340" width="426" class="img-thumbnail"]]
4282
4283 As set above set, J1939 command is received by the HMI, only when its length less than 50 bytes, and the start code is 0x57, 0x1B;
4284
4285 * Data max length (J1939)
4286
4287 (% style="text-align:center" %)
4288 [[image:12.PLC Protocol_html_98cea3e7cbd8f05d.png||data-xwiki-image-style-alignment="center" height="340" width="426" class="img-thumbnail"]]
4289
4290 As set above set, J1939 command is received by the HMI, only when its length less than 50 bytes.
4291
4292 * Customized multiple package
4293
4294 (% style="text-align:center" %)
4295 [[image:12.PLC Protocol_html_4635bbe4d7999db0.png||data-xwiki-image-style-alignment="center" height="395" width="367" class="img-thumbnail"]]
4296
4297 As set above, It is received by the HMI, when the first frame starts with 0X57 0X1B, and the sum of the data lengths of multiple frames is equal to 79 bytes.
4298
4299 Click [Edit Send data] for [Send] setting
4300
4301 * J1939
4302
4303 (% style="text-align:center" %)
4304 [[image:12.PLC Protocol_html_a4769e44331ca732.png||data-xwiki-image-style-alignment="center" height="280" width="463" class="img-thumbnail"]]
4305
4306 [Data] is all data to be sent.
4307
4308 Since the frame of the J1939 frame contains the number of the data packet, so the data sent is: the first byte (number) + 7 bytes of data. If it is less than 7 bytes, it is sent in the actual number of bytes.
4309
4310 * Customized multiple package
4311
4312 (% style="text-align:center" %)
4313 [[image:12.PLC Protocol_html_78546f765d6f3deb.png||data-xwiki-image-style-alignment="center" height="280" width="463"]]
4314
4315 [Data] is all data to be sent.
4316
4317 As set above, fist frame length is 2 bytes, and others are sent with 6 bytes for every frame, if the last frame is less than 6 bytes, send according to the actual length.
4318
4319 **Cable Wiring**
4320
4321 (% style="text-align:center" %)
4322 [[image:12.PLC Protocol_html_fccede84efcbdc22.png||data-xwiki-image-style-alignment="center" height="111" width="391" class="img-thumbnail"]]
4323
4324 **✎Note:** The address interval between each frame need to be more than a word address;
4325
4326
4327 = **User Defined Protocol** =
4328
4329 If the device does not support MODBUS standard, and the protocol is not list in PIStudio, then user can define the protocol by following instruction to realize simply communication functions like sending and receiving commands.
4330
4331 **HMI Settings**
4332
4333 |**Items**|**Settings**|**Note**
4334 |Protocol|User defined protocol|
4335 |Connection|RS485/RS232|
4336 |Baud rate|2400~~187500|
4337 |Stop bits|1/ 2|
4338 |Data bits|7/ 8|
4339 |Parity|None/ Even/ ODD|
4340
4341 **Operating Procedures**
4342
4343 Select [User defined protocol];
4344
4345 Click [User defined protocol] button to open setting window as below;
4346
4347 (% style="text-align:center" %)
4348 [[image:12.PLC Protocol_html_5ca13817ac812cf0.png||data-xwiki-image-style-alignment="center" height="367" width="437" class="img-thumbnail"]]
4349
4350 Configure user defined command;
4351
4352 (% style="text-align:center" %)
4353 [[image:12.PLC Protocol_html_11441e69f21e243d.png||data-xwiki-image-style-alignment="center" height="525" width="553" class="img-thumbnail"]]
4354
4355 |**No**|**Item**|**Description**
4356 |1|Instruction edit|The required command.
4357 |2|Mode|Write to address or read from the address.
4358 |3|Format|Encode format: HEX or ASCII.
4359 |4|Other|(((
4360 **No receiving: **HMI does not respond to the receiving command.
4361
4362 **Send after receiving:** HMI responds to the receiving command.
4363 )))
4364 |5|Manually send|(((
4365 Respond once after trigger the address.
4366
4367 Address: set the trigger address.
4368 )))
4369 |6|Add|Save this setting.
4370 |7|Cancel|Cancel current settings.
4371 |(% rowspan="4" %)8|Add|Add a new command.
4372 |Edit|Edit the selected command.
4373 |Delete|Delete the selected command.
4374 |Clear|Clear all the commands.
4375 |9|Instruction list|Display all current commands.
4376 |10|Address List|Display all the addresses added.
4377 |(% rowspan="5" %)11|Import|Import the command files to the instruction list.
4378 |Export|Export current command settings to local storage.
4379 |Browse|Browse local command files.
4380 |Advanced|Combine two commands.
4381 |Exit|Complete editing and exit setting.
4382
4383 **Operating Procedures**
4384
4385 Click [Add] to create a new command, as below shows;
4386
4387 (% style="text-align:center" %)
4388 [[image:12.PLC Protocol_html_463f2cd3a8c338fc.png||data-xwiki-image-style-alignment="center" height="116" width="88" class="img-thumbnail"]]
4389
4390 Select mode, [Read] or [Write], and then select Format, there are two options [Hex] and [ASCII]. As below shows;
4391
4392 (% style="text-align:center" %)
4393 [[image:12.PLC Protocol_html_a48eba3aa30b612d.png||data-xwiki-image-style-alignment="center" height="80" width="121" class="img-thumbnail"]]
4394
4395 Other settings: [No receiving] means HMI only sends command, and it would not process the reply command which from device. [Send after receiving] means HMI will be receiving the command which from device firstly, and then sending the command to device. From example, when HMI receiving [00 FF 00] firstly and then send command, as below shows
4396
4397 (% style="text-align:center" %)
4398 [[image:12.PLC Protocol_html_b36d990e126365d.png||data-xwiki-image-style-alignment="center" height="77" width="179" class="img-thumbnail"]]
4399
4400 Check [Manually send], and then please set the address for trigging, the setting range is 1~~10, and please put Bit switch in project screen for it, and [OneCtrlBit] register is for [Manually send].
4401
4402 Instruction edit, when the data format is HEX, please use two numbers to represent one 16-bit number. ASCII format using characters to input;
4403
4404 Check settings;
4405
4406 (% style="text-align:center" %)
4407 [[image:12.PLC Protocol_html_5ac7075d9e8dad8d.png||data-xwiki-image-style-alignment="center" height="185" width="554" class="img-thumbnail"]]
4408
4409 |**No**|**Items**|**Description**
4410 |1|Add checking|Add checking command when receiving the data.
4411 |(% rowspan="2" %)2|Back checking|Add control character in ASCII format.
4412 |Differ with send check|Set return checking.
4413 |(% rowspan="2" %)3|(% rowspan="2" %)Add control character|Start position: select the start position of the data which need to check.
4414 |Length: The data length need to be checked.
4415
4416 Object settings;
4417
4418 (% style="text-align:center" %)
4419 [[image:12.PLC Protocol_html_1e776a838316fb5.png||data-xwiki-image-style-alignment="center" height="185" width="554" class="img-thumbnail"]]
4420
4421 |**No**|**Items**|**Description**
4422 |(% rowspan="3" %)1|(% rowspan="3" %)Object settings|Object type: bit or word address;
4423 |Address: the triggering address;
4424 |Note: description to object;
4425 |2|Byte order|The numerical display order;
4426
4427 Data length settings;
4428
4429 (% style="text-align:center" %)
4430 [[image:12.PLC Protocol_html_6959664a46b03b69.png||data-xwiki-image-style-alignment="center" height="185" width="554" class="img-thumbnail"]]
4431
4432 |**No**|**Item**|**Description**
4433 |(% rowspan="2" %)1|(% rowspan="2" %)Return data|Position: the start position of the return data.
4434 |Length: the return data length.
4435 |(% rowspan="2" %)2|(% rowspan="2" %)Write data|Position: the start position of the write data.
4436 |Length: the write data length.
4437
4438 Instruction length settings
4439
4440 (% style="text-align:center" %)
4441 [[image:12.PLC Protocol_html_7e0d8613c5e12f7b.png||data-xwiki-image-style-alignment="center" height="185" width="554" class="img-thumbnail"]]
4442
4443 |**No**|**Item**|**Description**
4444 |1|Send length|The instruction data will only send designated data length.
4445 |2|Return length|The responds data length.
4446 |3|End code|Instruction will not be terminated until receiving [End code];
4447
4448 **Cable Wiring**
4449
4450 * **RS485**
4451
4452 (% style="text-align:center" %)
4453 [[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
4454
4455 (% style="text-align:center" %)
4456 [[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
4457
4458 * **RS232**
4459
4460 (% style="text-align:center" %)
4461 [[image:12.PLC Protocol_html_5de71638aab8e40d.png||data-xwiki-image-style-alignment="center" height="205" width="385" class="img-thumbnail"]]
4462
4463 **✎Note:** COM3 only available in PI8000/PI9000 series.