Changes for page 12 PLC Protocol OLD

Last modified by Mora Zhou on 2024/12/05 14:53

From version 11.1
edited by Ben
on 2022/08/10 17:20
Change comment: There is no comment for this version
To version 8.2
edited by Leo Wei
on 2022/07/29 15:04
Change comment: Update document after refactoring.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Ben
1 +XWiki.admin
Content
... ... @@ -29,26 +29,32 @@
29 29  (% style="text-align:center" %)
30 30  [[image:Communication Timout settings.png||data-xwiki-image-style-alignment="center" class="img-thumbnail"]]
31 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.
32 +Wait Timeout(ms): The time HMI waits for a response from the PLC.
39 39  
34 +Receive Timeout(ms): The longest waiting interval between the HMI receiving two characters.
35 +
36 +Retry Count: The number of retries when there is no response in the communication between HMI and PLC.
37 +
38 +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.
39 +
40 +Delay Time(ms): The speed at which the HMI communicates with the device.
41 +
42 +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.
43 +
44 +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.
45 +
40 40  **Operating Procedure**
41 41  
42 -After creating the [Quick_Start] project,select the [Project]->[Communication].
48 +1) After creating the [Quick_Start] project,select the [Project]->[Communication].
43 43  
44 44  (% style="text-align:center" %)
45 45  [[image:12.PLC Protocol_html_39c0d342e4b1dd27.png||data-xwiki-image-style-alignment="center" height="128" width="294" class="img-thumbnail"]]
46 46  
47 -Click “Setting” to open protocol setting windows.
53 +2) Click “Setting” to open protocol setting windows.
48 48  
49 49  (% id="cke_bm_5533S" style="display:none" %) [[image:12.PLC Protocol_html_7b55815442c5544a.png||height="450" width="537"]]
50 50  
51 -Select communication protocol, users could select serial port, Ethernet port, CAN port or USB.
57 +3) Select communication protocol, users could select serial port, Ethernet port, CAN port or USB.
52 52  
53 53  * Serial port:
54 54  
... ... @@ -69,7 +69,7 @@
69 69  
70 70  (% id="cke_bm_5554S" style="display:none" %) [[image:12.PLC Protocol_html_a3105a98b48fb9b7.png||height="242" width="500"]]
71 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.
78 +4) About parameters for communication, PLC default communication parameters have been written to PIStudio, the user can adjust them according to the actual situation.
73 73  
74 74  * Serial port:
75 75  
... ... @@ -83,7 +83,7 @@
83 83  (% style="text-align:center" %)
84 84  [[image:12.PLC Protocol_html_eebfc6b1337ea860.png||data-xwiki-image-style-alignment="center" height="207" width="600" class="img-thumbnail"]]
85 85  
86 -Click [OK] button to save settings and close the dialog;
92 +5) Click [OK] button to save settings and close the dialog;
87 87  
88 88  = **Allen-Bradley** =
89 89  
... ... @@ -101,19 +101,19 @@
101 101  
102 102  **PLC Setting**
103 103  
104 -Create new tags
110 +1) Create new tags
105 105  
106 106  (% style="text-align:center" %)
107 107  [[image:12.PLC Protocol_html_a748a27dcf7f1124.png||data-xwiki-image-style-alignment="center" height="411" width="700" class="img-thumbnail"]]
108 108  
109 -Export tags to CSV file. ([Tools] » [Export] » [Tags and Logic Comments])
115 +2) Export tags to CSV file. ([Tools] » [Export] » [Tags and Logic Comments])
110 110  
111 111  (% style="text-align:center" %)
112 112  [[image:12.PLC Protocol_html_151379170bb8ff3e.png||data-xwiki-image-style-alignment="center" height="352" width="700" class="img-thumbnail"]]
113 113  
114 -Import labels, please open [Communication] window and click [Import label];
120 +3) Import labels, please open [Communication] window and click [Import label];
115 115  
116 -Select csv file, all tags will be displayed as belows;
122 +4) Select csv file, all tags will be displayed as belows;
117 117  
118 118  (% style="text-align:center" %)
119 119  [[image:12.PLC Protocol_html_af192e54dee96f38.png||data-xwiki-image-style-alignment="center" height="586" width="700" class="img-thumbnail"]]
... ... @@ -129,12 +129,12 @@
129 129  
130 130  **Communication settings in HMI**
131 131  
132 -Enable HMI Ethernet in [Project Settings];
138 +1) Enable HMI Ethernet in [Project Settings];
133 133  
134 134  (% style="text-align:center" %)
135 135  [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="106" width="400" class="img-thumbnail"]]
136 136  
137 -Set PLC IP in [Device IP] settings;
143 +2) Set PLC IP in [Device IP] settings;
138 138  
139 139  (% style="text-align:center" %)
140 140  [[image:12.PLC Protocol_html_27870d373581892e.png||data-xwiki-image-style-alignment="center" height="206" width="600" class="img-thumbnail"]]
... ... @@ -188,13 +188,17 @@
188 188  
189 189  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.
190 190  
191 -* **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).
192 -* **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).
193 -* **Word address S:** The word address ranges from 0 to 255 (decimal).
194 -* **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).
197 +**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).
195 195  
199 +**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).
200 +
201 +**Word address S:** The word address ranges from 0 to 255 (decimal).
202 +
203 +**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).
204 +
196 196  **✎Note: **Register address TP, CS, CP, N, F and TS address edit tare he same. D indicates decimal, and F indicates hexadecimal. Different PLC models may support different registers. See the following table.
197 197  
207 +
198 198  |(% style="width:393px" %)**PLC bit address type**|(% style="width:350px" %)**Address format**|(% style="width:333px" %)**Address range**
199 199  |(% style="width:393px" %)I|(% style="width:350px" %)dd.dd|(% style="width:333px" %)I 0.0 ~~ 255.15
200 200  |(% style="width:393px" %)O|(% style="width:350px" %)dd.dd|(% style="width:333px" %)O 0.0 ~~ 255.15
... ... @@ -223,14 +223,14 @@
223 223  
224 224  **Operating Procedures**
225 225  
226 -Select [Barcode Scanner];
236 +1) Select [Barcode Scanner];
227 227  
228 228  (% style="text-align:center" %)
229 229  [[image:12.PLC Protocol_html_55a3056357320966.png||data-xwiki-image-style-alignment="center" height="266" width="600" class="img-thumbnail"]]
230 230  
231 -Set address for receiving;
241 +2) Set address for receiving;
232 232  
233 -Set correct length;
243 +3) Set correct length;
234 234  
235 235  (% style="text-align:center" %)
236 236  [[image:12.PLC Protocol_html_30a4c9e9dd4db40b.png||data-xwiki-image-style-alignment="center" height="701" width="500" class="img-thumbnail"]]
... ... @@ -237,10 +237,12 @@
237 237  
238 238  **✎Note:**
239 239  
240 -* The protocol uploads the information acquired by the USB scanner to the HMI;
241 -* The acquired information is displayed in string mode, so it is necessary to use [characters input/display] object;
242 -* Recommended model: DELI 14880 barcode scanner;
250 +1) The protocol uploads the information acquired by the USB scanner to the HMI;
243 243  
252 +2) The acquired information is displayed in string mode, so it is necessary to use [characters input/display] object;
253 +
254 +3) Recommended model: DELI 14880 barcode scanner;
255 +
244 244  = **Hitachi EHV Series (Ethernet)** =
245 245  
246 246  Supported series: Hitachi EHV series
... ... @@ -312,12 +312,12 @@
312 312  
313 313  **Communication settings in HMI**
314 314  
315 -Enable HMI Ethernet in [Project Settings];
327 +1) Enable HMI Ethernet in [Project Settings];
316 316  
317 317  (% style="text-align:center" %)
318 318  [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
319 319  
320 -Set PLC IP in [Device IP] settings;
332 +2) Set PLC IP in [Device IP] settings;
321 321  
322 322  (% style="text-align:center" %)
323 323  [[image:12.PLC Protocol_html_d825387f5bde6cdd.png||data-xwiki-image-style-alignment="center" height="190" width="554" class="img-thumbnail"]]
... ... @@ -324,12 +324,12 @@
324 324  
325 325  **PLC Configuration**
326 326  
327 -Connect with PLC, select[Online mode];
339 +1) Connect with PLC, select[Online mode];
328 328  
329 329  (% style="text-align:center" %)
330 330  [[image:12.PLC Protocol_html_8430dda44e5c199c.png||data-xwiki-image-style-alignment="center" height="420" width="600" class="img-thumbnail"]]
331 331  
332 -Set IP address, it is the same LAN parameters with HMI;
344 +2) Set IP address, it is the same LAN parameters with HMI;
333 333  
334 334  (% style="text-align:center" %)
335 335  [[image:12.PLC Protocol_html_1d8a634f64e25fc3.png||data-xwiki-image-style-alignment="center" height="252" width="347" class="img-thumbnail"]]
... ... @@ -338,22 +338,22 @@
338 338  
339 339  **PLC Monitor Mode**
340 340  
341 -Connect with PLC and choose to “online” mode
353 +1) Connect with PLC and choose to “online” mode
342 342  
343 343  (% style="text-align:center" %)
344 344  [[image:12.PLC Protocol_html_cdac598e770e3b67.png||data-xwiki-image-style-alignment="center" height="193" width="553" class="img-thumbnail"]]
345 345  
346 -Open I/O monitor sheet1
358 +2) Open I/O monitor sheet1
347 347  
348 348  (% style="text-align:center" %)
349 349  [[image:12.PLC Protocol_html_68eb3518e5f80892.png||data-xwiki-image-style-alignment="center" height="369" width="559" class="img-thumbnail"]]
350 350  
351 -During monitoring bit address,1 pts should be selected; during monitoring word address, 16 pts should be selected
363 +3) During monitoring bit address,1 pts should be selected; during monitoring word address, 16 pts should be selected
352 352  
353 353  (% style="text-align:center" %)
354 354  [[image:12.PLC Protocol_html_774652d8daf548d4.png||data-xwiki-image-style-alignment="center" height="118" width="102" class="img-thumbnail"]]
355 355  
356 -Enter the register address, click OK to view the value of the register.
368 +4) Enter the register address, click OK to view the value of the register.
357 357  
358 358  (% style="text-align:center" %)
359 359  [[image:12.PLC Protocol_html_bba169c300c92051.png||data-xwiki-image-style-alignment="center" height="404" width="600" class="img-thumbnail"]]
... ... @@ -363,9 +363,10 @@
363 363  
364 364  **✎Note:**
365 365  
366 -* Both word registers and bit registers support even continuous read/write functions;
367 -* The range of registers is based on the specific PLC type;
378 +1) Both word registers and bit registers support even continuous read/write functions;
368 368  
380 +2) The range of registers is based on the specific PLC type;
381 +
369 369  **Cable Wiring**
370 370  
371 371  (% style="text-align:center" %)
... ... @@ -418,18 +418,18 @@
418 418  (% style="text-align:center" %)
419 419  [[image:12.PLC Protocol_html_23533fd5bb81f4ab.png||data-xwiki-image-style-alignment="center" height="389" width="600" class="img-thumbnail"]]
420 420  
421 -Extended tag name
434 +1) Extended tag name
422 422  
423 -Address range for the extended tag.
436 +2) Address range for the extended tag.
424 424  
425 425  **Communication Settings**
426 426  
427 -Enable HMI Ethernet in [Project Settings];
440 +1) Enable HMI Ethernet in [Project Settings];
428 428  
429 429  (% style="text-align:center" %)
430 430  [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
431 431  
432 -Set PLC IP in [Device IP] settings;
445 +2) Set PLC IP in [Device IP] settings;
433 433  
434 434  (% style="text-align:center" %)
435 435  [[image:12.PLC Protocol_html_f848736ec68b125.png||data-xwiki-image-style-alignment="center" height="191" width="554" class="img-thumbnail"]]
... ... @@ -472,18 +472,20 @@
472 472  
473 473  **✎Note:**
474 474  
475 -* In addition to the "UxDD" register, the others correspond to the PLC register one by one. UxDD corresponds to U in the PLC;
476 -* 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;
477 -* All bit registers are in the form of bits in word, and the range is the same as the word register;
488 +1) In addition to the "UxDD" register, the others correspond to the PLC register one by one. UxDD corresponds to U in the PLC;
478 478  
490 +2) 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;
491 +
492 +3) All bit registers are in the form of bits in word, and the range is the same as the word register;
493 +
479 479  **Communication settings in HMI**
480 480  
481 -Enable HMI Ethernet in [Project Settings];
496 +1) Enable HMI Ethernet in [Project Settings];
482 482  
483 483  (% style="text-align:center" %)
484 484  [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
485 485  
486 -Set PLC IP in [Device IP] settings;
501 +2) Set PLC IP in [Device IP] settings;
487 487  
488 488  (% style="text-align:center" %)
489 489  [[image:12.PLC Protocol_html_a2a19b5003ad4090.png||data-xwiki-image-style-alignment="center" height="189" width="554" class="img-thumbnail"]]
... ... @@ -530,7 +530,7 @@
530 530  
531 531  **Cable Wiring**
532 532  
533 -* **RS485**
548 +**1) RS485**
534 534  
535 535  (% style="text-align:center" %)
536 536  [[image:12.PLC Protocol_html_d4012bdeb4ce4aae.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
... ... @@ -538,13 +538,15 @@
538 538  (% style="text-align:center" %)
539 539  [[image:12.PLC Protocol_html_4bf57ad8d44eacc4.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
540 540  
541 -* **RS422**
556 +**2)RS422**
542 542  
543 543  (% style="text-align:center" %)
544 544  [[image:12.PLC Protocol_html_f8a6bebc5792960d.png||data-xwiki-image-style-alignment="center" height="253" width="402" class="img-thumbnail"]]
545 545  
546 -**✎Note:** COM3 only available in PI8000/PI9000 series.
561 +**✎Note:**
547 547  
563 +COM3 only available in PI8000/PI9000 series.
564 +
548 548  == **FX5U Ethernet** ==
549 549  
550 550  Mitsubishi FX5U series PLC
... ... @@ -589,32 +589,32 @@
589 589  
590 590  **PLC Settings (GX Works 3)**
591 591  
592 -Find the [Ethernet port] in the navigation area.
609 +1) Find the [Ethernet port] in the navigation area.
593 593  
594 594  (% style="text-align:center" %)
595 595  [[image:12.PLC Protocol_html_8e8f85ace087346c.png||data-xwiki-image-style-alignment="center" height="593" width="300" class="img-thumbnail"]]
596 596  
597 -Select [Own Node Settings] in the [Setting Item List];
614 +2) Select [Own Node Settings] in the [Setting Item List];
598 598  
599 -Set [IP Address], [Subnet Mask], [Default Gateway];
616 +3) Set [IP Address], [Subnet Mask], [Default Gateway];
600 600  
601 -Click [Detailed Settings] into [Ethernet Configuration (Built-in Ethernet Port)] windows;
618 +4) Click [Detailed Settings] into [Ethernet Configuration (Built-in Ethernet Port)] windows;
602 602  
603 603  (% style="text-align:center" %)
604 604  [[image:12.PLC Protocol_html_5d98495052c8c10e.png||data-xwiki-image-style-alignment="center" height="339" width="600" class="img-thumbnail"]]
605 605  
606 -Select [SLMP Connection Module] and add into host station as below picture shows;
623 +5) Select [SLMP Connection Module] and add into host station as below picture shows;
607 607  
608 -Set Port number as 5002 (this is necessary settings);
625 +6) Set Port number as 5002 (this is necessary settings);
609 609  
610 -Click [Close with Reflecting the Setting] to save and close window;
627 +7) Click [Close with Reflecting the Setting] to save and close window;
611 611  
612 612  (% style="text-align:center" %)
613 613  [[image:12.PLC Protocol_html_14b489fdc6c6589d.png||data-xwiki-image-style-alignment="center" height="350" width="600" class="img-thumbnail"]]
614 614  
615 -Click [Apply] to completed Etherenet settings;
632 +8) Click [Apply] to completed Etherenet settings;
616 616  
617 -Switch to the [On line data operation] interface as below, check the item and click [Execute] to download.
634 +9) Switch to the [On line data operation] interface as below, check the item and click [Execute] to download.
618 618  
619 619  (% style="text-align:center" %)
620 620  [[image:12.PLC Protocol_html_c93025a968a8a9e7.png||data-xwiki-image-style-alignment="center" height="434" width="600" class="img-thumbnail"]]
... ... @@ -671,37 +671,37 @@
671 671  
672 672  **PLC Settings (GX Works 3)**
673 673  
674 -Create a blank FX5U project
691 +1) Create a blank FX5U project
675 675  
676 -Find the 485 serial port module in the system navigation bar and double click to enter the settings.
693 +2) Find the 485 serial port module in the system navigation bar and double click to enter the settings.
677 677  
678 678  (% style="text-align:center" %)
679 679  [[image:12.PLC Protocol_html_5c9cb13fac1e6c93.png||data-xwiki-image-style-alignment="center" height="462" width="200" class="img-thumbnail"]]
680 680  
681 -Select protocol in the setting item, and set parameters.
698 +3) Select protocol in the setting item, and set parameters.
682 682  
683 683  (% style="text-align:center" %)
684 684  [[image:12.PLC Protocol_html_de942589ca070228.png||data-xwiki-image-style-alignment="center" height="324" width="600" class="img-thumbnail"]]
685 685  
686 -Set station number, and [Message Pattern] (Pattern 1 or Pattern 4)
703 +4) Set station number, and [Message Pattern] (Pattern 1 or Pattern 4)
687 687  
688 688  (% style="text-align:center" %)
689 689  [[image:12.PLC Protocol_html_387ec7d00b5feb59.png||data-xwiki-image-style-alignment="center" height="323" width="600" class="img-thumbnail"]]
690 690  
691 -Click the [Apply] button to finish the setting.
708 +5) Click the [Apply] button to finish the setting.
692 692  
693 -Click download and select the items as below, then click [execute] to download the configuration to PLC.
710 +6) Click download and select the items as below, then click [execute] to download the configuration to PLC.
694 694  
695 695  (% style="text-align:center" %)
696 696  [[image:12.PLC Protocol_html_cdef1c5ec8cc2105.png||data-xwiki-image-style-alignment="center" height="434" width="600" class="img-thumbnail"]]
697 697  
698 - As soon as download is completed, connect PLC with serial port, then configure it in the [Specify Connection Destination Connection].
715 +7) As soon as download is completed, connect PLC with serial port, then configure it in the [Specify Connection Destination Connection].
699 699  
700 -Done.
717 +8) Done.
701 701  
702 702  **Cable Wiring**
703 703  
704 -* **RS485**
721 +**1) RS485**
705 705  
706 706  (% style="text-align:center" %)
707 707  [[image:12.PLC Protocol_html_d4012bdeb4ce4aae.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
... ... @@ -709,13 +709,15 @@
709 709  (% style="text-align:center" %)
710 710  [[image:12.PLC Protocol_html_4bf57ad8d44eacc4.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
711 711  
712 -* **RS422**
729 +**2) RS422**
713 713  
714 714  (% style="text-align:center" %)
715 715  [[image:12.PLC Protocol_html_f8a6bebc5792960d.png||data-xwiki-image-style-alignment="center" height="253" width="402" class="img-thumbnail"]]
716 716  
717 -**✎Note:** COM3 only available in PI8000/PI9000 series.
734 +**✎Note:**
718 718  
736 +COM3 only available in PI8000/PI9000 series.
737 +
719 719  == **L02 MELSEC (Ethernet)** ==
720 720  
721 721  Mitsubishi Q series CPU built-in Ethernet port.
... ... @@ -765,11 +765,11 @@
765 765  
766 766  **Communication Settings**
767 767  
768 -Enable HMI Ethernet in [Project Settings];
787 +1) Enable HMI Ethernet in [Project Settings];
769 769  
770 770  (% id="cke_bm_7504S" style="display:none" %) [[image:12.PLC Protocol_html_43b671f18153910d.png||height="107" width="405"]]
771 771  
772 -Set PLC IP in [Device IP] settings;
791 +2) Set PLC IP in [Device IP] settings;
773 773  
774 774  (% style="text-align:center" %)
775 775  [[image:12.PLC Protocol_html_38189fae42f6caa7.png||data-xwiki-image-style-alignment="center" height="206" width="600" class="img-thumbnail"]]
... ... @@ -776,25 +776,25 @@
776 776  
777 777  **PLC Settings (GX Works2 )**
778 778  
779 -Create a project
798 +1) Create a project
780 780  
781 -Set PLC IP, subnet mask and gateway;
800 +2) Set PLC IP, subnet mask and gateway;
782 782  
783 -Select [Binary Code] as communication data code;
802 +3) Select [Binary Code] as communication data code;
784 784  
785 785  (% style="text-align:center" %)
786 786  [[image:12.PLC Protocol_html_776e17505f3fc6c0.png||data-xwiki-image-style-alignment="center" height="524" width="600" class="img-thumbnail"]]
787 787  
788 -Set PLC port number, for example 1025
807 +4) Set PLC port number, for example 1025
789 789  
790 790  (% style="text-align:center" %)
791 791  [[image:12.PLC Protocol_html_8d0d1a22d388f70b.png||data-xwiki-image-style-alignment="center" height="524" width="600" class="img-thumbnail"]]
792 792  
793 -Save settings;
812 +5) Save settings;
794 794  
795 -Download project into PLC device;
814 +6) Download project into PLC device;
796 796  
797 -Restart PLC device;
816 +7) Restart PLC device;
798 798  
799 799  **Cable Wiring**
800 800  
... ... @@ -860,22 +860,42 @@
860 860  
861 861  **PLC Settings(GX Works2)**
862 862  
863 -* Click [Ethernet/CC IE/MELSECNET];
864 -* Please select [Ethernet] as network type;
865 -* Set station I/O number according to situation (For example, 0000 means that the module is connected to PLC CPU in first order);
866 -* Select [Online] as Mode;(% id="cke_bm_8449S" style="display:none" %) [[image:12.PLC Protocol_html_acd084d845da380e.png||height="300" width="554"]]
867 -* Click [Operation setting] to set IP;
868 -* Select [Binary Code] as [Communication Data Code];(% id="cke_bm_8474S" style="display:none" %) [[image:12.PLC Protocol_html_a972e671d2bb9150.png||height="304" width="553"]]
869 -* Set protocol: TCP;
870 -* Set [unpassive] in [Open system];
871 -* Set [receive] in [Fixed buffer];
872 -* Set [procedure Exist] in [Fixed buffer communication];
873 -* Disable [Pairing open];
874 -* Set [No confirm] in [Existence confirmation];
875 -* Host station port number: 1025;
876 -* (% id="cke_bm_8547S" style="display:none" %)[[image:12.PLC Protocol_html_f2c432006cdd2f9.png||height="220" width="553"]](%%)Save settings;
877 -* Download project into PLC and restart it
882 +1) Click [Ethernet/CC IE/MELSECNET];
878 878  
884 +2) Please select [Ethernet] as network type;
885 +
886 +3) Set station I/O number according to situation (For example, 0000 means that the module is connected to PLC CPU in first order);
887 +
888 +4) Select [Online] as Mode;
889 +
890 +(% id="cke_bm_8449S" style="display:none" %) [[image:12.PLC Protocol_html_acd084d845da380e.png||height="300" width="554"]]
891 +
892 +5) Click [Operation setting] to set IP;
893 +
894 +6) Select [Binary Code] as [Communication Data Code];
895 +
896 +(% id="cke_bm_8474S" style="display:none" %) [[image:12.PLC Protocol_html_a972e671d2bb9150.png||height="304" width="553"]]
897 +
898 +7) Set protocol: TCP;
899 +
900 +8) Set [unpassive] in [Open system];
901 +
902 +9) Set [receive] in [Fixed buffer];
903 +
904 +10) Set [procedure Exist] in [Fixed buffer communication];
905 +
906 +11) Disable [Pairing open];
907 +
908 +12) Set [No confirm] in [Existence confirmation];
909 +
910 +13) Host station port number: 1025;
911 +
912 +(% id="cke_bm_8547S" style="display:none" %) [[image:12.PLC Protocol_html_f2c432006cdd2f9.png||height="220" width="553"]]
913 +
914 +14) Save settings;
915 +
916 +15) Download project into PLC and restart it
917 +
879 879  **Cable Wiring**
880 880  
881 881  (% style="text-align:center" %)
... ... @@ -921,7 +921,7 @@
921 921  
922 922  **Cable Wiring**
923 923  
924 -* **RS485**
963 +**1) RS485**
925 925  
926 926  (% style="text-align:center" %)
927 927  [[image:12.PLC Protocol_html_68dfb6d383f0edd9.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
... ... @@ -929,15 +929,17 @@
929 929  (% style="text-align:center" %)
930 930  [[image:12.PLC Protocol_html_cbeb90cb4faaa8bc.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
931 931  
932 -* **RS232**
971 +**2) RS232**
933 933  
934 934  (% style="text-align:center" %)
935 935  [[image:12.PLC Protocol_html_9030ba679545793b.png||data-xwiki-image-style-alignment="center" height="241" width="387" class="img-thumbnail"]]
936 936  
937 -**✎Note:** COM3 only available in PI8000/PI9000 series.
976 +**✎Note:**
938 938  
939 -== **MODBUS RTU Slave (All function)/(All function OneBaseAddress)** ==
978 +COM3 only available in PI8000/PI9000 series.
940 940  
980 +== **{{id name="_Toc30118"/}}MODBUS RTU Slave (All function)/(All function OneBaseAddress)** ==
981 +
941 941  Supported Series: MODBUS RTU CONTROLLER
942 942  
943 943  HMI works as MODBUS MASTER connecting with SLAVE.
... ... @@ -996,9 +996,10 @@
996 996  
997 997  **✎Note:**
998 998  
999 -* Modbus can also support getting bit from the word, which could access the address such as 100.1 and other formats.
1000 -* The function codes sent out are the same as those that read and write words.
1040 +Modbus can also support getting bit from the word, which could access the address such as 100.1 and other formats.
1001 1001  
1042 +The function codes sent out are the same as those that read and write words.
1043 +
1002 1002  **Station number for more than one slaves**
1003 1003  
1004 1004  If there are more than one slaves connected to HMI, please set slave station number during editing address, as below shows.
... ... @@ -1008,7 +1008,7 @@
1008 1008  
1009 1009  **Cable Wiring**
1010 1010  
1011 -* **RS485**
1053 +**1) RS485**
1012 1012  
1013 1013  (% style="text-align:center" %)
1014 1014  [[image:12.PLC Protocol_html_68dfb6d383f0edd9.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
... ... @@ -1016,15 +1016,17 @@
1016 1016  (% style="text-align:center" %)
1017 1017  [[image:12.PLC Protocol_html_cbeb90cb4faaa8bc.png||data-xwiki-image-style-alignment="center" height="244" width="394" class="img-thumbnail"]]
1018 1018  
1019 -* **RS232**
1061 +**2) RS232**
1020 1020  
1021 1021  (% style="text-align:center" %)
1022 1022  [[image:12.PLC Protocol_html_9030ba679545793b.png||data-xwiki-image-style-alignment="center" height="241" width="387" class="img-thumbnail"]]
1023 1023  
1024 -**✎Note:** COM3 only available in PI8000/PI9000 series.
1066 +**✎Note:**
1025 1025  
1026 -== **MODBUS TCP Slave (All function)** ==
1068 +COM3 only available in PI8000/PI9000 series.
1027 1027  
1070 +== **{{id name="_Toc16172"/}}MODBUS TCP Slave (All function)** ==
1071 +
1028 1028  Supported series: MODBUS TCP controller
1029 1029  
1030 1030  HMI works as MODBUS TCP MASTER connecting with TCP SLAVE
... ... @@ -1077,12 +1077,12 @@
1077 1077  
1078 1078  **Communication Settings**
1079 1079  
1080 -Enable HMI Ethernet in [Project Settings];
1124 +1) Enable HMI Ethernet in [Project Settings];
1081 1081  
1082 1082  (% style="text-align:center" %)
1083 1083  [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
1084 1084  
1085 -Set PLC IP in [Device IP] settings;
1129 +2) Set PLC IP in [Device IP] settings;
1086 1086  
1087 1087  (% style="text-align:center" %)
1088 1088  [[image:12.PLC Protocol_html_4bd3cc8348adecf8.png||data-xwiki-image-style-alignment="center" height="190" width="554" class="img-thumbnail"]]
... ... @@ -1123,7 +1123,7 @@
1123 1123  
1124 1124  **Device Settings**
1125 1125  
1126 -Omron E5CC PLC configuration
1170 +1) Omron E5CC PLC configuration
1127 1127  
1128 1128  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.
1129 1129  
... ... @@ -1130,13 +1130,15 @@
1130 1130  (% style="text-align:center" %)
1131 1131  [[image:12.PLC Protocol_html_3d95e093792ba98a.png||data-xwiki-image-style-alignment="center" height="229" width="550" class="img-thumbnail"]]
1132 1132  
1133 -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
1177 +2) 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
1134 1134  
1135 1135  (% style="text-align:center" %)
1136 1136  [[image:12.PLC Protocol_html_be583aa69dd6cf4c.png||data-xwiki-image-style-alignment="center" height="242" width="550" class="img-thumbnail"]]
1137 1137  
1138 -**✎Note:** The communication settings for HMI should be consistent with this setting.
1182 +**✎Note:**
1139 1139  
1184 +The communication settings for HMI should be consistent with this setting.
1185 +
1140 1140  **Cable Wiring**
1141 1141  
1142 1142  (% style="text-align:center" %)
... ... @@ -1147,18 +1147,28 @@
1147 1147  
1148 1148  **✎Note:**
1149 1149  
1150 -* COM3 only available in PI8000/PI9000 series.
1151 -* CA address could not support continuous writing function;
1152 -* 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
1153 -* 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.
1154 -* 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.
1155 -* Because of the mechanism problem, this protocol could not support CompoWay/F function that is read-write function of variables in protocol document.
1156 -* When using double-word address, set the data format to 32 bits, otherwise the read/write function is unable.
1157 -* 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.
1158 -* (% id="cke_bm_8690S" style="display:none" %)[[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.
1196 +1) COM3 only available in PI8000/PI9000 series.
1159 1159  
1160 -== EtherNet/IP NX series ==
1198 +2) CA address could not support continuous writing function;
1161 1161  
1200 +3) 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
1201 +
1202 +4) 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.
1203 +
1204 +5) 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.
1205 +
1206 +6) Because of the mechanism problem, this protocol could not support CompoWay/F function that is read-write function of variables in protocol document.
1207 +
1208 +7) When using double-word address, set the data format to 32 bits, otherwise the read/write function is unable.
1209 +
1210 +8) 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.
1211 +
1212 +(% id="cke_bm_8690S" style="display:none" %) [[image:12.PLC Protocol_html_d428cad280fdefb3.png||height="276" width="347"]]
1213 +
1214 +9) 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.
1215 +
1216 +== **{{id name="_Toc5393"/}}EtherNet/IP NX series** ==
1217 +
1162 1162  Supported series: Omron NX/NJ series
1163 1163  
1164 1164  **HMI Setting**
... ... @@ -1181,24 +1181,24 @@
1181 1181  
1182 1182  **Export labels from Sysmac Studio**
1183 1183  
1184 -Launch Sysmac Studio, under Global Variables create the address labels, and thenselect [Tools] -> [Export Global Variables];
1240 +1) Launch Sysmac Studio, under Global Variables create the address labels, and thenselect [Tools] -> [Export Global Variables];
1185 1185  
1186 1186  (% style="text-align:center" %)
1187 1187  [[image:12.PLC Protocol_html_26f91dee66c723e9.png||data-xwiki-image-style-alignment="center" height="276" width="600" class="img-thumbnail"]]
1188 1188  
1189 -Launch PIStudio, in [Communication] Settings add Omron NX Ethernet/IP protocol;
1245 +2) Launch PIStudio, in [Communication] Settings add Omron NX Ethernet/IP protocol;
1190 1190  
1191 -Click [Label manage];
1247 +3) Click [Label manage];
1192 1192  
1193 1193  (% style="text-align:center" %)
1194 1194  [[image:12.PLC Protocol_html_cd38d2d0c5187f6b.png||data-xwiki-image-style-alignment="center" height="276" width="600" class="img-thumbnail"]]
1195 1195  
1196 -Click [Import labels] and then select the file exported in step 1;
1252 +4) Click [Import labels] and then select the file exported in step 1;
1197 1197  
1198 1198  (% style="text-align:center" %)
1199 1199  [[image:12.PLC Protocol_html_52bd5da678bef9b4.png||data-xwiki-image-style-alignment="center" height="403" width="600" class="img-thumbnail"]]
1200 1200  
1201 -The Import Status field shows the result, click [OK] to finish importing address labels;
1257 +5) The Import Status field shows the result, click [OK] to finish importing address labels;
1202 1202  
1203 1203  (% style="text-align:center" %)
1204 1204  [[image:12.PLC Protocol_html_7f0465a589b98912.png||data-xwiki-image-style-alignment="center" height="291" width="600" class="img-thumbnail"]]
... ... @@ -1205,12 +1205,12 @@
1205 1205  
1206 1206  **Communication Settings**
1207 1207  
1208 -Enable HMI Ethernet in [Project Settings];
1264 +1) Enable HMI Ethernet in [Project Settings];
1209 1209  
1210 1210  (% style="text-align:center" %)
1211 1211  [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
1212 1212  
1213 -Set PLC IP in [Device IP] settings;
1269 +2) Set PLC IP in [Device IP] settings;
1214 1214  
1215 1215  (% style="text-align:center" %)
1216 1216  [[image:12.PLC Protocol_html_437cb087b36b5784.png||data-xwiki-image-style-alignment="center" height="330" width="600" class="img-thumbnail"]]
... ... @@ -1240,12 +1240,12 @@
1240 1240  
1241 1241  **CAN frame setting in HMI**
1242 1242  
1243 -Click [OpenCAN setting] button in communication setting window;
1299 +1) Click [OpenCAN setting] button in communication setting window;
1244 1244  
1245 1245  (% style="text-align:center" %)
1246 1246  [[image:12.PLC Protocol_html_e866b9e56e19785d.png||data-xwiki-image-style-alignment="center" height="503" width="600" class="img-thumbnail"]]
1247 1247  
1248 -Click [Add] to create a new frame;
1304 +2) Click [Add] to create a new frame;
1249 1249  
1250 1250  (% style="text-align:center" %)
1251 1251  [[image:12.PLC Protocol_html_3a6f4e2141763c8f.png||data-xwiki-image-style-alignment="center" height="315" width="600" class="img-thumbnail"]]
... ... @@ -1262,19 +1262,19 @@
1262 1262  |8|Browse|Displays configuration files in XML format in IE
1263 1263  |9|OK|Complete the configuration of the frame and exit
1264 1264  
1265 -Set CANBUS frame in setting windows
1321 +3) Set CANBUS frame in setting windows
1266 1266  
1267 1267  (% style="text-align:center" %)
1268 1268  [[image:12.PLC Protocol_html_7c83130820321ef.png||data-xwiki-image-style-alignment="center" height="507" width="600" class="img-thumbnail"]]
1269 1269  
1270 1270  (% class="table-bordered" %)
1271 -|**No**|(% style="width:185px" %)**Items**|(% style="width:854px" %)**Description**
1272 -|1|(% style="width:185px" %)ID|(% style="width:854px" %)Set the ID of a can frame in hexadecimal format;
1273 -|2|(% style="width:185px" %)ID assign|(% style="width:854px" %)split the ID by PF, PS, and SA;
1274 -|3|(% style="width:185px" %)Frame type|(% style="width:854px" %)Select Standard frame or Extended Frame;
1275 -|4|(% style="width:185px" %)Frame format|(% style="width:854px" %)Select between data frame and remote Frame;
1276 -|5|(% style="width:185px" %)Data|(% style="width:854px" %)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;
1277 -|6|(% style="width:185px" %)Use address|(% style="width:854px" %)(((
1327 +|**No**|**Items**|**Description**
1328 +|1|ID|Set the ID of a can frame in hexadecimal format;
1329 +|2|ID assign|split the ID by PF, PS, and SA;
1330 +|3|Frame type|Select Standard frame or Extended Frame;
1331 +|4|Frame format|Select between data frame and remote Frame;
1332 +|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;
1333 +|6|Use address|(((
1278 1278  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;
1279 1279  
1280 1280  **Edit:** Set a bit or word address by its format;
... ... @@ -1281,46 +1281,46 @@
1281 1281  
1282 1282  **Option: **Set address options related to frame, enter “register address option” interface, specifically browse the following “register address option” interface;
1283 1283  )))
1284 -|(% rowspan="8" %)7|(% rowspan="8" style="width:185px" %)Data interactive configuration|(% style="width:854px" %)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;
1285 -|(% style="width:854px" %)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;
1286 -|(% style="width:854px" %)Feedback mode: feedback mode includes no response, confirm response and data response;
1287 -|(% style="width:854px" %)No response: the device or touch screen will not receive feedback;
1288 -|(% style="width:854px" %)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;
1289 -|(% style="width:854px" %)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;
1290 -|(% style="width:854px" %)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;
1291 -|(% style="width:854px" %)Response timeout: sets whether the response frame timeout;
1292 -|(% rowspan="3" %)8|(% rowspan="3" style="width:185px" %)Control address|(% style="width:854px" %)If ticked, enable sending when the value of the corresponding control bit number (address) is non-0.
1293 -|(% style="width:854px" %)Control bit: CtrlBit register range 0~~255, if the control bit is ON, can instruction will run normally. Otherwise, it doesn't run;
1294 -|(% style="width:854px" %)Manually send: a manually send tick indicates only one send;
1295 -|9|(% style="width:185px" %)Flag configuration|(% style="width:854px" %)Communication control for each frame. Display OFF when communication is normal, and ON when communication is abnormal;
1296 -|10|(% style="width:185px" %)Note|(% style="width:854px" %)Fill the text to explain the meaning of the frame;
1297 -|11|(% style="width:185px" %)Data assign|(% style="width:854px" %)Preview the display in this table based on the address and the corresponding number of digits;
1298 -|12|(% style="width:185px" %)Current operation display|(% style="width:854px" %)Display the description of current operation;
1299 -|13|(% style="width:185px" %)Add|(% style="width:854px" %)Add a new frame;
1300 -|14|(% style="width:185px" %)Save frame|(% style="width:854px" %)Save the configured frame format;
1301 -|15|(% style="width:185px" %)Cancel|(% style="width:854px" %)Cancel the frame configuration;
1340 +|(% 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;
1341 +|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;
1342 +|Feedback mode: feedback mode includes no response, confirm response and data response;
1343 +|No response: the device or touch screen will not receive feedback;
1344 +|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;
1345 +|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;
1346 +|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;
1347 +|Response timeout: sets whether the response frame timeout;
1348 +|(% rowspan="3" %)8|(% rowspan="3" %)Control address|If ticked, enable sending when the value of the corresponding control bit number (address) is non-0.
1349 +|Control bit: CtrlBit register range 0~~255, if the control bit is ON, can instruction will run normally. Otherwise, it doesn't run;
1350 +|Manually send: a manually send tick indicates only one send;
1351 +|9|Flag configuration|Communication control for each frame. Display OFF when communication is normal, and ON when communication is abnormal;
1352 +|10|Note|Fill the text to explain the meaning of the frame;
1353 +|11|Data assign|Preview the display in this table based on the address and the corresponding number of digits;
1354 +|12|Current operation display|Display the description of current operation;
1355 +|13|Add|Add a new frame;
1356 +|14|Save frame|Save the configured frame format;
1357 +|15|Cancel|Cancel the frame configuration;
1302 1302  
1303 -Set CAN address (Read or write operation);
1359 +4) Set CAN address (Read or write operation);
1304 1304  
1305 1305  (% style="text-align:center" %)
1306 1306  [[image:12.PLC Protocol_html_7e9f9b25eb6ae8ce.png||data-xwiki-image-style-alignment="center" height="446" width="600" class="img-thumbnail"]]
1307 1307  
1308 1308  (% class="table-bordered" %)
1309 -|**No.**|(% style="width:207px" %)**Item**|(% style="width:829px" %)**Description**
1310 -|1|(% style="width:207px" %)Current address|(% style="width:829px" %)Displays the register type and register address set by the user in the data access interface
1311 -|(% rowspan="3" %)2|(% rowspan="3" style="width:207px" %)Trigger|(% style="width:829px" %)Two operations, "read" and "write," are based on on-screen registers
1312 -|(% style="width:829px" %)If "read" is selected, the register address is reading device data in a manner of sending frames set by the user in a loop.
1313 -|(% style="width:829px" %)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.
1314 -|(% rowspan="5" %)3|(% rowspan="3" style="width:207px" %)Data operation|(% style="width:829px" %)The read and write operations in the trigger conditions are set accordingly.
1315 -|(% style="width:829px" %)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.
1316 -|(% style="width:829px" %)If the trigger condition is a writing operation, there are two situations:(((
1365 +|**No.**|**Item**|**Description**
1366 +|1|Current address|Displays the register type and register address set by the user in the data access interface
1367 +|(% rowspan="3" %)2|(% rowspan="3" %)Trigger|Two operations, "read" and "write," are based on on-screen registers
1368 +|If "read" is selected, the register address is reading device data in a manner of sending frames set by the user in a loop.
1369 +|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.
1370 +|(% rowspan="5" %)3|(% rowspan="3" %)Data operation|The read and write operations in the trigger conditions are set accordingly.
1371 +|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.
1372 +|If the trigger condition is a writing operation, there are two situations:(((
1317 1317  * 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.
1318 1318  * 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.
1319 1319  )))
1320 -|(% rowspan="2" style="width:207px" %)Position and length input format|(% style="width:829px" %)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.
1321 -|(% style="width:829px" %)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.
1322 -|4|(% style="width:207px" %)Add|(% style="width:829px" %)Add current configuration
1323 -|5|(% style="width:207px" %)Close|(% style="width:829px" %)Close the configuration window to exit
1376 +|(% 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.
1377 +|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.
1378 +|4|Add|Add current configuration
1379 +|5|Close|Close the configuration window to exit
1324 1324  
1325 1325  **Multiple Packages Settings**
1326 1326  
... ... @@ -1327,15 +1327,15 @@
1327 1327  (% style="text-align:center" %)
1328 1328  [[image:12.PLC Protocol_html_107e0f6b1a90afff.png||data-xwiki-image-style-alignment="center" height="341" width="600" class="img-thumbnail"]]
1329 1329  
1330 -Check [Multiple packages supported] to open [Multiple package data] window, as below show.
1386 +1) Check [Multiple packages supported] to open [Multiple package data] window, as below show.
1331 1331  
1332 -Select Multiple package type
1388 +2) Select Multiple package type
1333 1333  
1334 1334  * Not Multiple packages
1335 1335  * J1939 Multiple packages
1336 1336  * Customized Multiple packages
1337 1337  
1338 -Click [Edit Receive data] for [Receive] settings
1394 +3) Click [Edit Receive data] for [Receive] settings
1339 1339  
1340 1340  * Start code+ Total length (J1939)
1341 1341  
... ... @@ -1365,7 +1365,7 @@
1365 1365  
1366 1366  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.
1367 1367  
1368 -Click [Edit Send data] for [Send] setting
1424 +4) Click [Edit Send data] for [Send] setting
1369 1369  
1370 1370  * J1939
1371 1371  
... ... @@ -1390,10 +1390,12 @@
1390 1390  (% style="text-align:center" %)
1391 1391  [[image:12.PLC Protocol_html_fccede84efcbdc22.png||data-xwiki-image-style-alignment="center" height="111" width="391" class="img-thumbnail"]]
1392 1392  
1393 -**✎Note:** The address interval between each frame need to be more than a word address;
1449 +**✎Note:**
1394 1394  
1395 -= **SHIMADEN** =
1451 +The address interval between each frame need to be more than a word address;
1396 1396  
1453 += **{{id name="_Toc24639"/}}SHIMADEN** =
1454 +
1397 1397  == **FP23** ==
1398 1398  
1399 1399  Supported series: SHIMADEN FP23 series
... ... @@ -1428,17 +1428,22 @@
1428 1428  
1429 1429  **✎Note:**
1430 1430  
1431 -* 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);
1432 -* 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;
1433 -* The Ctrl register is used to store the control group number and BCC check mode.
1489 +1) 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);
1434 1434  
1491 +2) 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;
1492 +
1493 +3) The Ctrl register is used to store the control group number and BCC check mode.
1494 +
1435 1435  **Ctrl Register Description**
1436 1436  
1437 -* 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.
1438 -* 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 .
1439 -* 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;
1440 -* Ctrl3 reserved
1497 +1) 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.
1441 1441  
1499 +2) 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 .
1500 +
1501 +3) 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;
1502 +
1503 +4) Ctrl3 reserved
1504 +
1442 1442  **✎Note:**
1443 1443  
1444 1444  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.
... ... @@ -1451,8 +1451,10 @@
1451 1451  (% style="text-align:center" %)
1452 1452  [[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
1453 1453  
1454 -**✎Note:** COM3 only available in PI8000/PI9000 series.
1517 +**✎Note:**
1455 1455  
1519 +COM3 only available in PI8000/PI9000 series.
1520 +
1456 1456  == **{{id name="_Toc23422"/}}SR90** ==
1457 1457  
1458 1458  Supported series: SHIMADEN SR90 series
... ... @@ -1481,17 +1481,22 @@
1481 1481  
1482 1482  **✎Note:**
1483 1483  
1484 -* 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);
1485 -* 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;
1486 -* The Ctrl register is used to store the control group number and BCC check mode. See how to use it below;
1549 +1) 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);
1487 1487  
1551 +2) 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;
1552 +
1553 +3) The Ctrl register is used to store the control group number and BCC check mode. See how to use it below;
1554 +
1488 1488  **Ctrl Register Description**
1489 1489  
1490 -* 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.
1491 -* 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 .
1492 -* 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;
1493 -* Ctrl3 reserved
1557 +1) 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.
1494 1494  
1559 +2) 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 .
1560 +
1561 +3) 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;
1562 +
1563 +4) Ctrl3 reserved
1564 +
1495 1495  **✎Note:**
1496 1496  
1497 1497  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.
... ... @@ -1504,8 +1504,10 @@
1504 1504  (% style="text-align:center" %)
1505 1505  [[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
1506 1506  
1507 -**✎Note:** COM3 only available in PI8000/PI9000 series.
1577 +**✎Note:**
1508 1508  
1579 +COM3 only available in PI8000/PI9000 series.
1580 +
1509 1509  == **{{id name="_Toc22635"/}}MR13 series(standard protocol)** ==
1510 1510  
1511 1511  Supported series: SHIMADEN MR13 series
... ... @@ -1541,17 +1541,22 @@
1541 1541  
1542 1542  **✎Note:**
1543 1543  
1544 -* 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);
1545 -* 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;
1546 -* The Ctrl register is used to store the control group number and BCC check mode.
1616 +1) 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);
1547 1547  
1618 +2) 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;
1619 +
1620 +3) The Ctrl register is used to store the control group number and BCC check mode.
1621 +
1548 1548  **Ctrl Register Description**
1549 1549  
1550 -* 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.
1551 -* 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 .
1552 -* 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;
1553 -* Ctrl3 reserved
1624 +1) 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.
1554 1554  
1626 +2) 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 .
1627 +
1628 +3) 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;
1629 +
1630 +4) Ctrl3 reserved
1631 +
1555 1555  **✎Note:**
1556 1556  
1557 1557  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.
... ... @@ -1564,8 +1564,10 @@
1564 1564  (% style="text-align:center" %)
1565 1565  [[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
1566 1566  
1567 -**✎Note:** COM3 only available in PI8000/PI9000 series.
1644 +**✎Note:**
1568 1568  
1646 +{{id name="_Toc15768"/}}COM3 only available in PI8000/PI9000 series.
1647 +
1569 1569  = **Siemens** =
1570 1570  
1571 1571  == **S7-200 Smart Ethernet** ==
... ... @@ -1635,12 +1635,12 @@
1635 1635  
1636 1636  **Communication Settings**
1637 1637  
1638 -Enable HMI Ethernet in [Project Settings];
1717 +1) Enable HMI Ethernet in [Project Settings];
1639 1639  
1640 1640  (% style="text-align:center" %)
1641 1641  [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
1642 1642  
1643 -Set PLC IP in [Device IP] settings;
1722 +2) Set PLC IP in [Device IP] settings;
1644 1644  
1645 1645  (% style="text-align:center" %)
1646 1646  [[image:12.PLC Protocol_html_70b0c4c2ee21b10d.png||data-xwiki-image-style-alignment="center" height="189" width="554" class="img-thumbnail"]]
... ... @@ -1711,12 +1711,12 @@
1711 1711  
1712 1712  **Communication Settings**
1713 1713  
1714 -Enable HMI Ethernet in [Project Settings];
1793 +1) Enable HMI Ethernet in [Project Settings];
1715 1715  
1716 1716  (% style="text-align:center" %)
1717 1717  [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
1718 1718  
1719 -Set PLC IP in [Device IP] settings;
1798 +2) Set PLC IP in [Device IP] settings;
1720 1720  
1721 1721  (% style="text-align:center" %)
1722 1722  [[image:12.PLC Protocol_html_910b1a0aa9e2201c.png||data-xwiki-image-style-alignment="center" height="188" width="554" class="img-thumbnail"]]
... ... @@ -1831,12 +1831,12 @@
1831 1831  
1832 1832  **Communication Settings**
1833 1833  
1834 -Enable HMI Ethernet in [Project Settings];
1913 +1) Enable HMI Ethernet in [Project Settings];
1835 1835  
1836 1836  (% style="text-align:center" %)
1837 1837  [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-thumbnail"]]
1838 1838  
1839 -Set PLC IP in [Device IP] settings;
1918 +2) Set PLC IP in [Device IP] settings;
1840 1840  
1841 1841  (% style="text-align:center" %)
1842 1842  [[image:12.PLC Protocol_html_f7b3eb9abda33833.png||data-xwiki-image-style-alignment="center" height="190" width="554" class="img-thumbnail"]]
... ... @@ -1843,52 +1843,59 @@
1843 1843  
1844 1844  **✎Note:**
1845 1845  
1846 -* The S7-1200 supports simultaneous connection of three devices, so the driver supports simultaneous access to PLC by three touch screens.
1847 -* 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.
1925 +1) The S7-1200 supports simultaneous connection of three devices, so the driver supports simultaneous access to PLC by three touch screens.
1848 1848  
1927 +2) 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.
1928 +
1849 1849  **PLC Settings**
1850 1850  
1851 -Add BD
1931 +1) Add BD
1852 1852  
1853 -* Please uncheck [Symbolic access only] option;
1933 +Please uncheck [Symbolic access only] option;
1854 1854  
1935 +
1855 1855  (% style="text-align:center" %)
1856 1856  [[image:12.PLC Protocol_html_643144c591994418.png||data-xwiki-image-style-alignment="center" height="546" width="550" class="img-thumbnail"]]
1857 1857  
1858 -Address settings, using BD2 as example.
1939 +2) Address settings, using BD2 as example.
1859 1859  
1860 -* DB×DBB2xxxx, DB×DBW2xxxx, DB×DBD2xxxx for accessing data of DB2 in B1.
1861 -* 2 represent DB block number
1862 -* xxxx represent address
1941 +DB×DBB2xxxx, DB×DBW2xxxx, DB×DBD2xxxx for accessing data of DB2 in B1.
1863 1863  
1943 +2 represent DB block number
1944 +
1945 +xxxx represent address
1946 +
1864 1864  **Such as:**
1865 1865  
1866 -* DBxDBB20000 = DB2.DBB0
1867 -* DBxDBW20004 = DB2.DBW4
1949 +DBxDBB20000 = DB2.DBB0
1868 1868  
1951 +DBxDBW20004 = DB2.DBW4
1952 +
1869 1869  (% style="text-align:center" %)
1870 1870  [[image:12.PLC Protocol_html_87ceaea84d552e62.png||data-xwiki-image-style-alignment="center" height="245" width="537" class="img-thumbnail"]]
1871 1871  
1872 1872  **How to connect with S7-1200 Firmware V4.0**
1873 1873  
1874 -PLC configuration
1958 +1) PLC configuration
1875 1875  
1876 -* Double click [device configuration] in Siemens via software
1877 -* Double click [protection] to enter protection configuration screen
1960 +a) Double click [device configuration] in Siemens via software
1878 1878  
1962 +b) Double click [protection] to enter protection configuration screen
1963 +
1879 1879  (% style="text-align:center" %)
1880 1880  [[image:12.PLC Protocol_html_9779940d38da8e07.png||data-xwiki-image-style-alignment="center" height="426" width="341" class="img-thumbnail"]]
1881 1881  
1882 -* Check [Permit access with PUT / GET communication from remote partner (PLC, HMI, OPC, ...)]
1967 +c) Check [Permit access with PUT / GET communication from remote partner (PLC, HMI, OPC, ...)]
1883 1883  
1884 1884  (% style="text-align:center" %)
1885 1885  [[image:12.PLC Protocol_html_d2c667b02f9720b1.png||data-xwiki-image-style-alignment="center" height="296" width="554" class="img-thumbnail"]]
1886 1886  
1887 -DB settings
1972 +2) DB settings
1888 1888  
1889 -* Right click [DB], select [properties]
1890 -* Uncheck [optimized block access]
1974 +Right click [DB], select [properties]
1891 1891  
1976 +Uncheck [optimized block access]
1977 +
1892 1892  **Cable Wiring**
1893 1893  
1894 1894  (% style="text-align:center" %)
... ... @@ -1929,22 +1929,22 @@
1929 1929  
1930 1930  **PLC Settings in LOGO Software:**
1931 1931  
1932 -Click [Tools]~-~-[Ethernet Connections],shown as below.
2018 +1) Click [Tools]~-~-[Ethernet Connections],shown as below.
1933 1933  
1934 1934  (% style="text-align:center" %)
1935 1935  [[image:12.PLC Protocol_html_8b9d2322edf89519.png||data-xwiki-image-style-alignment="center" height="641" width="423" class="img-thumbnail"]]
1936 1936  
1937 -Set Ethernet connection parameter. IP, Subnet Mask, shown as below.
2023 +2) Set Ethernet connection parameter. IP, Subnet Mask, shown as below.
1938 1938  
1939 1939  (% style="text-align:center" %)
1940 1940  [[image:12.PLC Protocol_html_6c4dd041b26cd8a1.png||data-xwiki-image-style-alignment="center" height="481" width="363" class="img-thumbnail"]]
1941 1941  
1942 -**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.
2028 +3) **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.
1943 1943  
1944 1944  (% style="text-align:center" %)
1945 1945  [[image:12.PLC Protocol_html_7af2611d3790a77d.png||data-xwiki-image-style-alignment="center" height="359" width="426" class="img-thumbnail"]]
1946 1946  
1947 -**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.
2033 +4) **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.
1948 1948  
1949 1949  (% style="text-align:center" %)
1950 1950  [[image:12.PLC Protocol_html_3243e4cd600595cc.png||data-xwiki-image-style-alignment="center" height="368" width="554" class="img-thumbnail"]]
... ... @@ -1956,36 +1956,41 @@
1956 1956  
1957 1957  **HMI Communication Settings**
1958 1958  
1959 -Set PLC IP in [Device IP] settings;
2045 +1)Set PLC IP in [Device IP] settings;
1960 1960  
1961 1961  (% style="text-align:center" %)
1962 1962  [[image:12.PLC Protocol_html_573fc64ad393cd4f.png||data-xwiki-image-style-alignment="center" height="655" width="379" class="img-thumbnail"]]
1963 1963  
1964 1964  
1965 -Enable HMI Ethernet in [Project Settings];
2051 +2)Enable HMI Ethernet in [Project Settings];
1966 1966  
1967 1967  (% style="text-align:center" %)
1968 1968  [[image:12.PLC Protocol_html_95917a3d92068467.png||data-xwiki-image-style-alignment="center" height="311" width="553" class="img-thumbnail"]]
1969 1969  
1970 -TSAP setting
2056 +3)TSAP setting
1971 1971  
1972 -* 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.
1973 -* HSW10118 = local TSAP of HMI, this is remote TSAP of PLC.
1974 -* HSW10119 = Remote TSAP of HMI, this is local TSAP of PLC.
2058 +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.
1975 1975  
2060 +HSW10118 = local TSAP of HMI, this is remote TSAP of PLC.
2061 +
2062 +HSW10119 = Remote TSAP of HMI, this is local TSAP of PLC.
2063 +
1976 1976  **✎Note:**
1977 1977  
1978 -* The data of TSAP is hexadecimal format. For example: the remote TSAP configured in the PLC is set to 20.00, then HSW10118 should be set to 0x2000, that is, HSW10118 = 8192.
2066 +1) The data of TSAP is hexadecimal format. For example: the remote TSAP configured in the PLC is set to 20.00, then HSW10118 should be set to 0x2000, that is, HSW10118 = 8192.
1979 1979  
1980 1980  (% style="text-align:center" %)
1981 1981  [[image:12.PLC Protocol_html_5c6374b21f46e01e.png||data-xwiki-image-style-alignment="center" height="139" width="498" class="img-thumbnail"]]
1982 1982  
1983 1983  
1984 -* AI word address and Ibit address are read-only and cannot be written on HMI.
1985 -* VW address should be even number.such as VW0, VW2, VW4...
1986 -* VD address it takes two VW addresses.such as VD0,VD4,VD8...
1987 -* Written value of RTC cannot exceed 255.
2072 +2) AI word address and Ibit address are read-only and cannot be written on HMI.
1988 1988  
2074 +3) VW address should be even number.such as VW0, VW2, VW4...
2075 +
2076 +4) VD address it takes two VW addresses.such as VD0,VD4,VD8...
2077 +
2078 +5) Written value of RTC cannot exceed 255.
2079 +
1989 1989  **Cable Wiring**
1990 1990  
1991 1991  (% style="text-align:center" %)
... ... @@ -2087,12 +2087,12 @@
2087 2087  
2088 2088  **Communication Settings**
2089 2089  
2090 -Enable HMI Ethernet in [Project Settings];
2181 +1) Enable HMI Ethernet in [Project Settings];
2091 2091  
2092 2092  (% style="text-align:center" %)
2093 2093  [[image:12.PLC Protocol_html_43b671f18153910d.png||data-xwiki-image-style-alignment="center" height="107" width="405" class="img-rounded img-thumbnail"]]
2094 2094  
2095 -Set PLC IP in [Device IP] settings;
2186 +2) Set PLC IP in [Device IP] settings;
2096 2096  
2097 2097  (% style="text-align:center" %)
2098 2098  [[image:12.PLC Protocol_html_f7b3eb9abda33833.png||data-xwiki-image-style-alignment="center" height="190" width="554" class="img-thumbnail"]]
... ... @@ -2099,9 +2099,10 @@
2099 2099  
2100 2100  **✎Note:**
2101 2101  
2102 -* The S7-1200 supports simultaneous connection of three devices, so the driver supports simultaneous access to PLC by three touch screens.
2103 -* 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.
2193 +1) The S7-1200 supports simultaneous connection of three devices, so the driver supports simultaneous access to PLC by three touch screens.
2104 2104  
2195 +2) 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.
2196 +
2105 2105  **Cable Wiring**
2106 2106  
2107 2107  {{id name="OLE_LINK8"/}}
... ... @@ -2126,14 +2126,14 @@
2126 2126  
2127 2127  **Operating Procedures**
2128 2128  
2129 -Select [User defined protocol];
2221 +1) Select [User defined protocol];
2130 2130  
2131 -Click [User defined protocol] button to open setting window as below;
2223 +2) Click [User defined protocol] button to open setting window as below;
2132 2132  
2133 2133  (% style="text-align:center" %)
2134 2134  [[image:12.PLC Protocol_html_5ca13817ac812cf0.png||data-xwiki-image-style-alignment="center" height="367" width="437" class="img-thumbnail"]]
2135 2135  
2136 -Configure user defined command;
2228 +3) Configure user defined command;
2137 2137  
2138 2138  (% style="text-align:center" %)
2139 2139  [[image:12.PLC Protocol_html_11441e69f21e243d.png||data-xwiki-image-style-alignment="center" height="525" width="553" class="img-thumbnail"]]
... ... @@ -2169,26 +2169,26 @@
2169 2169  
2170 2170  **Operating Procedures**
2171 2171  
2172 -Click [Add] to create a new command, as below shows;
2264 +1) Click [Add] to create a new command, as below shows;
2173 2173  
2174 2174  (% style="text-align:center" %)
2175 2175  [[image:12.PLC Protocol_html_463f2cd3a8c338fc.png||data-xwiki-image-style-alignment="center" height="116" width="88" class="img-thumbnail"]]
2176 2176  
2177 -Select mode, [Read] or [Write], and then select Format, there are two options [Hex] and [ASCII]. As below shows;
2269 +2) Select mode, [Read] or [Write], and then select Format, there are two options [Hex] and [ASCII]. As below shows;
2178 2178  
2179 2179  (% style="text-align:center" %)
2180 2180  [[image:12.PLC Protocol_html_a48eba3aa30b612d.png||data-xwiki-image-style-alignment="center" height="80" width="121" class="img-thumbnail"]]
2181 2181  
2182 -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
2274 +3) 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
2183 2183  
2184 2184  (% style="text-align:center" %)
2185 2185  [[image:12.PLC Protocol_html_b36d990e126365d.png||data-xwiki-image-style-alignment="center" height="77" width="179" class="img-thumbnail"]]
2186 2186  
2187 -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].
2279 +4) 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].
2188 2188  
2189 -Instruction edit, when the data format is HEX, please use two numbers to represent one 16-bit number. ASCII format using characters to input;
2281 +5) Instruction edit, when the data format is HEX, please use two numbers to represent one 16-bit number. ASCII format using characters to input;
2190 2190  
2191 -Check settings;
2283 +6) Check settings;
2192 2192  
2193 2193  (% style="text-align:center" %)
2194 2194  [[image:12.PLC Protocol_html_5ac7075d9e8dad8d.png||data-xwiki-image-style-alignment="center" height="185" width="554" class="img-thumbnail"]]
... ... @@ -2201,7 +2201,7 @@
2201 2201  |(% rowspan="2" %)3|(% rowspan="2" %)Add control character|Start position: select the start position of the data which need to check.
2202 2202  |Length: The data length need to be checked.
2203 2203  
2204 -Object settings;
2296 +7) Object settings;
2205 2205  
2206 2206  (% style="text-align:center" %)
2207 2207  [[image:12.PLC Protocol_html_1e776a838316fb5.png||data-xwiki-image-style-alignment="center" height="185" width="554" class="img-thumbnail"]]
... ... @@ -2213,7 +2213,7 @@
2213 2213  |Note: description to object;
2214 2214  |2|Byte order|The numerical display order;
2215 2215  
2216 -Data length settings;
2308 +8) Data length settings;
2217 2217  
2218 2218  (% style="text-align:center" %)
2219 2219  [[image:12.PLC Protocol_html_6959664a46b03b69.png||data-xwiki-image-style-alignment="center" height="185" width="554" class="img-thumbnail"]]
... ... @@ -2225,7 +2225,7 @@
2225 2225  |(% rowspan="2" %)2|(% rowspan="2" %)Write data|Position: the start position of the write data.
2226 2226  |Length: the write data length.
2227 2227  
2228 -Instruction length settings
2320 +9) Instruction length settings
2229 2229  
2230 2230  (% style="text-align:center" %)
2231 2231  [[image:12.PLC Protocol_html_7e0d8613c5e12f7b.png||data-xwiki-image-style-alignment="center" height="185" width="554" class="img-thumbnail"]]
... ... @@ -2238,7 +2238,7 @@
2238 2238  
2239 2239  **Cable Wiring**
2240 2240  
2241 -* **RS485**
2333 +**1)RS485**
2242 2242  
2243 2243  (% style="text-align:center" %)
2244 2244  [[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
... ... @@ -2246,13 +2246,15 @@
2246 2246  (% style="text-align:center" %)
2247 2247  [[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2248 2248  
2249 -* **RS232**
2341 +**2)RS232**
2250 2250  
2251 2251  (% style="text-align:center" %)
2252 2252  [[image:12.PLC Protocol_html_5de71638aab8e40d.png||data-xwiki-image-style-alignment="center" height="205" width="385" class="img-thumbnail"]]
2253 2253  
2254 -**✎Note:** COM3 only available in PI8000/PI9000 series.
2346 +**✎Note:**
2255 2255  
2348 +COM3 only available in PI8000/PI9000 series.
2349 +
2256 2256  = **WECON PLC** =
2257 2257  
2258 2258  Supported series: WECON LX2V/ LX2E/ LX3V/LX3VP/LX3VE/LX3VM
... ... @@ -2290,7 +2290,7 @@
2290 2290  
2291 2291  **Cable Wiring**
2292 2292  
2293 -* **RS485**
2387 +**1)RS485**
2294 2294  
2295 2295  (% style="text-align:center" %)
2296 2296  [[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
... ... @@ -2298,7 +2298,7 @@
2298 2298  (% style="text-align:center" %)
2299 2299  [[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2300 2300  
2301 -* **RS422**
2395 +**2)RS422**
2302 2302  
2303 2303  (% style="text-align:center" %)
2304 2304  [[image:12.PLC Protocol_html_5c7fca9a70da2ee8.png||data-xwiki-image-style-alignment="center" height="247" width="389" class="img-thumbnail"]]
... ... @@ -2305,9 +2305,10 @@
2305 2305  
2306 2306  **✎Note:**
2307 2307  
2308 -* HMI COM3 is available in PI8000 series and COM3 is in COM2(hardware PIN 7 and PIN 8) .
2309 -* 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.
2402 +~1. HMI COM3 is available in PI8000 series and COM3 is in COM2(hardware PIN 7 and PIN 8) .
2310 2310  
2404 +2. 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.
2405 +
2311 2311  [[https:~~/~~/drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing>>url:https://drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing]]
2312 2312  
2313 2313  = **Printer** =
... ... @@ -2314,27 +2314,28 @@
2314 2314  
2315 2315  == **TSPL label printer** ==
2316 2316  
2317 -**Introduction**
2412 +**I. Introduction**
2318 2318  
2319 2319  TSPL label printer protocol supports following models.
2320 2320  
2321 -* SPRT TL21: [[https:~~/~~/www.sprinter.com.cn/show-60-62-1.html>>https://www.sprinter.com.cn/show-60-62-1.html]]
2322 -* DL-888D: [[https:~~/~~/www.deliworld.com/product/detail/7624>>https://www.deliworld.com/product/detail/7624]]
2416 +SPRT TL21: [[https:~~/~~/www.sprinter.com.cn/show-60-62-1.html>>https://www.sprinter.com.cn/show-60-62-1.html]]
2323 2323  
2324 -**Setting Step**
2418 +DL-888D: [[https:~~/~~/www.deliworld.com/product/detail/7624>>https://www.deliworld.com/product/detail/7624]]
2325 2325  
2326 -Select the protocol
2420 +**II. Setting Step**
2327 2327  
2328 -* Create a new project, select the TSPL label printer protocol as shown below.
2422 +1) Select the protocol
2329 2329  
2424 +Create a new project, select the TSPL label printer protocol as shown below.
2425 +
2330 2330  (% style="text-align:center" %)
2331 2331  [[image:12.PLC Protocol_html_a2bec264816230db.png||data-xwiki-image-style-alignment="center" height="331" width="495" class="img-thumbnail"]]
2332 2332  
2333 -Set parameters
2429 +2) Set parameters
2334 2334  
2335 -* The connection between the TSPL label printer and the HMI is via the USB-A interface, no need to configure serial port parameters.
2431 +The connection between the TSPL label printer and the HMI is via the USB-A interface, no need to configure serial port parameters.
2336 2336  
2337 -Printer register
2433 +3)Printer register
2338 2338  
2339 2339  (% class="table-bordered" %)
2340 2340  |**Register**|**System**|**Range**|**Function**
... ... @@ -2346,13 +2346,18 @@
2346 2346  |TSPL_PN|decimal|0 - 0|Trigger printing
2347 2347  |TSPL_PS|decimal|0 - 0|Print status
2348 2348  
2349 -* Set paper size:
2350 -** TSPL_SP0: width of paper, unit: mm.
2351 -** TSPL_SP1: height of paper, unit: mm.
2352 -* Print text:
2353 -** 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.
2354 -** Detailed parameter settings of each text is shown as below table. For example, first text,TSPL_PT0-TSPL_PT99.
2445 +1.Set paper size:
2355 2355  
2447 +TSPL_SP0: width of paper, unit: mm.
2448 +
2449 + TSPL_SP1: height of paper, unit: mm.
2450 +
2451 +2.Print text:
2452 +
2453 +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.
2454 +
2455 +Detailed parameter settings of each text is shown as below table.for example,first text,TSPL_PT0-TSPL_PT99.
2456 +
2356 2356  (% class="table-bordered" %)
2357 2357  |**Register**|**Function**|**Description**
2358 2358  |TSPL_PT0|X coordinate|Unit: dot
... ... @@ -2371,11 +2371,12 @@
2371 2371  
2372 2372  By analogy, we can know the text information configuration of the 2nd to 20th QR codes
2373 2373  
2374 -Print QR code:
2475 +3.Print QR code:
2375 2375  
2376 -* 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.
2377 -* Specific parameter description of each item: for example, the first QR code, TSPL_PQ0-TSPL_PQ99:
2477 +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.
2378 2378  
2479 +Specific parameter description of each item: for example, the first QR code, TSPL_PQ0-TSPL_PQ99:
2480 +
2379 2379  (% class="table-bordered" %)
2380 2380  |**Register**|**Function**|**Description**
2381 2381  |TSPL_PQ0|X coordinate|Unit: dot
... ... @@ -2392,13 +2392,14 @@
2392 2392  |TSPL_PQ3|Size|Range: 0-5
2393 2393  |TSPL_PQ4 - TSPL_PQ99|QR code content|Use character input device to configure
2394 2394  
2395 -* By analogy, we can know the text information configuration of the 2nd to 20th QR codes.
2497 +By analogy, we can know the text information configuration of the 2nd to 20th QR codes.
2396 2396  
2397 -Print bar code:
2499 +4.Print bar code:
2398 2398  
2399 -* 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.
2400 -* Specific parameter description of each item: for example, the first barcode, TSPL_PB0-TSPL_PB99:
2501 +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.
2401 2401  
2503 +Specific parameter description of each item: for example, the first barcode, TSPL_PB0-TSPL_PB99:
2504 +
2402 2402  (% class="table-bordered" %)
2403 2403  |**Register**|**Function**|**Description**
2404 2404  |TSPL_PB0|X coordinate|Unit: dot
... ... @@ -2418,28 +2418,30 @@
2418 2418  
2419 2419  By analogy, we can know the text information configuration of the 2nd to 20th bar codes.
2420 2420  
2421 -Print offset:
2524 +5.Print offset:
2422 2422  
2423 -* TSPL_PR0: X coordinate offset, unit: mm;
2424 -* TSPL_PR1: Y coordinate offset, unit: mm.
2526 + TSPL_PR0: X coordinate offset, unit: mm;
2425 2425  
2426 -Trigger printing:
2528 + TSPL_PR1: Y coordinate offset, unit: mm.
2427 2427  
2428 -* TSPL_PN0 = 1: trigger the printer to start printing.
2530 +6.Trigger printing:
2429 2429  
2430 -Printing status:
2532 + TSPL_PN0 = 1: trigger the printer to start printing.
2431 2431  
2432 -* TSPL_PS0 = 1: The printing is normal.
2433 -* TSPL_PS0 = 1: The printing is abnormal.
2534 +7.Printing status:
2434 2434  
2435 -Print picture
2536 + TSPL_PS0 = 1: The printing is normal.
2436 2436  
2437 -* For the function of printing pictures, please refer to the configuration of [Printer object].
2538 + TSPL_PS0 = 1: The printing is abnormal.
2438 2438  
2439 -Conversion between dot and mm
2540 +4)Print picture
2440 2440  
2441 -* 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.
2542 +For the function of printing pictures, please refer to the configuration of [Printer object].
2442 2442  
2544 +5)Conversion between dot and mm
2545 +
2546 +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.
2547 +
2443 2443  == **EpsonTM series** ==
2444 2444  
2445 2445  **HMI Settings**
... ... @@ -2475,78 +2475,6 @@
2475 2475  (% style="text-align:center" %)
2476 2476  [[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2477 2477  
2478 -**✎Note:** COM3 only available in PI8000/PI9000 series.
2583 +**✎Note:**
2479 2479  
2480 -
2481 -== **2 Communication with Wecon LX5V** ==
2482 -
2483 -This example introduces the establishment of Ethernet communication between Wecon HMI and LX5V. It is introduced through three parts: PLC software configuration, HMI software configuration, and hardware wiring.
2484 -
2485 -
2486 -**Software configuration of PLC**
2487 -
2488 -**1)PLC programming software**
2489 -
2490 -[[image:image-20220810164710-1.png]]
2491 -
2492 -**2)New PLC project**
2493 -
2494 -Click New Project and select the PLC model.
2495 -
2496 -[[image:image-20220810165247-2.png]]
2497 -
2498 -
2499 -**3)Set Serial port parameters**
2500 -
2501 -Follow the steps below to configure Serial port parameters
2502 -
2503 -Baud rate:115200
2504 -
2505 -Data bit:8
2506 -
2507 -Stop bit:1
2508 -
2509 -Parity:No verification
2510 -
2511 -[[image:image-20220810165759-3.png]]
2512 -
2513 -
2514 -**HMI software configuration**
2515 -
2516 -**1)HMI programming software**
2517 -
2518 - [[image:image-20220810171237-4.png]]
2519 -
2520 -**2)New HMI project**
2521 -
2522 -Click New Project and select the HMI model.
2523 -
2524 -[[image:image-20220810172010-5.png]]
2525 -
2526 -**3)Set communication port parameters**
2527 -
2528 -In the device list on the left, find the Vbox that communicates with the L1769, click it and select configuration,communication port configuration in the main interface to add a communication protocol.
2529 -
2530 -[[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162805-9.png?rev=1.1||alt="image-20220714162805-9.png"]]
2531 -
2532 -The communication port is selected as Ethernet, the device type is selected as Allen-Bradley, the protocol is Allen-BradleyMicro850_FreeTag EthemetIP, and the IP is the internal IP address of the L1769 PLC. The port number is 44818.
2533 -
2534 -[[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162814-10.png?rev=1.1||alt="image-20220714162814-10.png"]]
2535 -
2536 -After adding the protocol Allen-BradleyMicro850_FreeTag, click[[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714143838-2.png?rev=1.1||alt="image-20220714143838-2.png"]]icon add label.[[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162827-11.png?rev=1.1||alt="image-20220714162827-11.png"]]
2537 -
2538 -**5)Engineering production**
2539 -
2540 -According to your own needs, use the V-NET client software to edit the required data monitoring points.
2541 -
2542 -[[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162841-12.png?rev=1.1||alt="image-20220714162841-12.png"]]
2543 -
2544 -**hardware connection**
2545 -
2546 -**1)Hardware wiring diagram**
2547 -
2548 -This example introduces Wecon V-box with Allen-Bradley L1769 PLC to establish communication through Ethernet. The connection diagram is as follows:
2549 -
2550 -[[image:https://docs.we-con.com.cn/bin/download/V-BOX/V-Net/Training/1%20Communication/WebHome/image-20220714162856-13.png?rev=1.1||alt="image-20220714162856-13.png"]]
2551 -
2552 -The above are all the steps for establishing Ethernet communication between Wecon V-box with Allen-Bradley L1769 PLC.
2585 +COM3 only available in PI8000/PI9000 series.
image-20220810164710-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Ben
Size
... ... @@ -1,1 +1,0 @@
1 -7.3 KB
Content
image-20220810165247-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Ben
Size
... ... @@ -1,1 +1,0 @@
1 -131.7 KB
Content
image-20220810165759-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Ben
Size
... ... @@ -1,1 +1,0 @@
1 -127.8 KB
Content
image-20220810171237-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Ben
Size
... ... @@ -1,1 +1,0 @@
1 -12.2 KB
Content
image-20220810172010-5.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Ben
Size
... ... @@ -1,1 +1,0 @@
1 -350.7 KB
Content