Changes for page 12 PLC Protocol OLD

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

From version 76.1
edited by Ben
on 2022/08/29 14:17
Change comment: There is no comment for this version
To version 67.1
edited by Ben
on 2022/08/29 14:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -141,8 +141,7 @@
141 141  
142 142  [[https:~~/~~/drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing>>url:https://drive.google.com/drive/folders/13rgso7oUlatZQN_SNEcJCcN4toEdDPoP?usp=sharing]]
143 143  
144 -(% class="wikigeneratedid" id="HHMIsettings" %)
145 -**HMI settings**
144 +== HMI settings ==
146 146  
147 147  **Download PIStudio Software**
148 148  
... ... @@ -231,8 +231,7 @@
231 231  * HMI setting: [[https:~~/~~/docs.we-con.com.cn/bin/view/PIStudio/12.PLC%20protocols/>>https://docs.we-con.com.cn/bin/view/PIStudio/12.PLC%20protocols/]]
232 232  * PLC setting: [[https:~~/~~/docs.we-con.com.cn/bin/view/PLC%20Editor/8.1.%09Communication/>>https://docs.we-con.com.cn/bin/view/PLC%20Editor/8.1.%09Communication/]]
233 233  
234 -(% class="wikigeneratedid" id="HPLCsettings" %)
235 -**PLC settings**
233 +== PLC settings ==
236 236  
237 237  **Download PLC Software**
238 238  
... ... @@ -469,50 +469,10 @@
469 469  
470 470  The above are all the steps for establishing ethernet communication between Wecon HMI with LX5V PLC.
471 471  
472 -= Create communication with **Rockwell PLC** =
470 += =
473 473  
472 += **Allen-Bradley** =
474 474  
475 -== **MicroLogix Protocol** ==
476 -
477 -MicroLogix 1000/1100/1200/1400/1500; SLC 5/03 5/04 5/05 PLC-5
478 -
479 -**HMI Settings**
480 -
481 -(% class="table-bordered" %)
482 -|**Item**|**Settings**|**Note**
483 -|Protocol|Allen-Bradlley MicroLogix|
484 -|Connection|RS232|
485 -|Baud rate|19200|
486 -|Data bit|8|
487 -|Parity|None|
488 -|Stop bit|1|
489 -|PLC station No.|1|
490 -
491 -**Address List**
492 -
493 -(% class="table-bordered" %)
494 -|**Type**|**Device registers**|**Format**|**Range**|**Note**
495 -|(% rowspan="5" %)Bit|I|I d.d|0.0~~255.15|
496 -|O|O d.d|0.0~~255.15|
497 -|B|B nnhh.dd|0.0~~ffff.15|nn: block number (hex)
498 -|S|S d.d|0.0~~255.15|
499 -|N|N nnhh.dd|0.0~~ffff.15|nn: block number (hex)
500 -|(% rowspan="9" %)Word|S|S d|0~~255|
501 -|TS|TS nnhh|0~~ffff|(% rowspan="8" %)nn: block number (hex)
502 -|TP|TP nnhh|0~~ffff
503 -|CS|CS nnhh|0~~ffff
504 -|CP|CP nnhh|0~~ffff
505 -|N|N nnhh|0~~ffff
506 -|C|C nnhh|0~~ffff
507 -|T|T nnhh|0~~ffff
508 -|R|R nnhh|0~~ffff
509 -
510 -**Cable Wiring**
511 -
512 -
513 -(% style="text-align:center" %)
514 -[[image:12.PLC Protocol_html_58205bdf82c06d4.png||data-xwiki-image-style-alignment="center" height="307" width="500" class="img-thumbnail"]]
515 -
516 516  == **FreeTag Ethernet/IP (CompactLogix)** ==
517 517  
518 518  Allen-Brandly CompactLogix
... ... @@ -570,6 +570,46 @@
570 570  (% style="text-align:center" %)
571 571  [[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="400" class="img-thumbnail"]]
572 572  
531 +== **MicroLogix** ==
532 +
533 +MicroLogix 1000/1100/1200/1400/1500; SLC 5/03 5/04 5/05 PLC-5
534 +
535 +**HMI Settings**
536 +
537 +(% class="table-bordered" %)
538 +|**Item**|**Settings**|**Note**
539 +|Protocol|Allen-Bradlley MicroLogix|
540 +|Connection|RS232|
541 +|Baud rate|19200|
542 +|Data bit|8|
543 +|Parity|None|
544 +|Stop bit|1|
545 +|PLC station No.|1|
546 +
547 +**Address List**
548 +
549 +(% class="table-bordered" %)
550 +|**Type**|**Device registers**|**Format**|**Range**|**Note**
551 +|(% rowspan="5" %)Bit|I|I d.d|0.0~~255.15|
552 +|O|O d.d|0.0~~255.15|
553 +|B|B nnhh.dd|0.0~~ffff.15|nn: block number (hex)
554 +|S|S d.d|0.0~~255.15|
555 +|N|N nnhh.dd|0.0~~ffff.15|nn: block number (hex)
556 +|(% rowspan="9" %)Word|S|S d|0~~255|
557 +|TS|TS nnhh|0~~ffff|(% rowspan="8" %)nn: block number (hex)
558 +|TP|TP nnhh|0~~ffff
559 +|CS|CS nnhh|0~~ffff
560 +|CP|CP nnhh|0~~ffff
561 +|N|N nnhh|0~~ffff
562 +|C|C nnhh|0~~ffff
563 +|T|T nnhh|0~~ffff
564 +|R|R nnhh|0~~ffff
565 +
566 +**Cable Wiring**
567 +
568 +(% style="text-align:center" %)
569 +[[image:12.PLC Protocol_html_58205bdf82c06d4.png||data-xwiki-image-style-alignment="center" height="307" width="500" class="img-thumbnail"]]
570 +
573 573  == **AB PLC address edit** ==
574 574  
575 575  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.
... ... @@ -596,6 +596,37 @@
596 596  |(% style="width:393px" %)N|(% style="width:350px" %)ffff|(% style="width:333px" %)N0 ~~ FFFF
597 597  |(% style="width:393px" %)F|(% style="width:350px" %)ffff|(% style="width:333px" %)F0 ~~ FFFF
598 598  
597 += **Barcode Scanner** =
598 +
599 +Supported: DELI 14880 barcode scanner
600 +
601 +**HMI Setting**
602 +
603 +(% class="table-bordered" %)
604 +|**Items**|**Settings**|**Note**
605 +|Protocol|Barcode Scanner|
606 +|Connection|USB|
607 +
608 +**Operating Procedures**
609 +
610 +Select [Barcode Scanner];
611 +
612 +(% style="text-align:center" %)
613 +[[image:12.PLC Protocol_html_55a3056357320966.png||data-xwiki-image-style-alignment="center" height="266" width="600" class="img-thumbnail"]]
614 +
615 +Set address for receiving;
616 +
617 +Set correct length;
618 +
619 +(% style="text-align:center" %)
620 +[[image:12.PLC Protocol_html_30a4c9e9dd4db40b.png||data-xwiki-image-style-alignment="center" height="701" width="500" class="img-thumbnail"]]
621 +
622 +**✎Note:**
623 +
624 +* The protocol uploads the information acquired by the USB scanner to the HMI;
625 +* The acquired information is displayed in string mode, so it is necessary to use [characters input/display] object;
626 +* Recommended model: DELI 14880 barcode scanner;
627 +
599 599  = **Hitachi EHV Series (Ethernet)** =
600 600  
601 601  Supported series: Hitachi EHV series
... ... @@ -2618,6 +2618,8 @@
2618 2618  
2619 2619  **✎Note:** COM3 only available in PI8000/PI9000 series.
2620 2620  
2650 += =
2651 +
2621 2621  = **Printer** =
2622 2622  
2623 2623  == **TSPL label printer** ==
... ... @@ -2818,33 +2818,3 @@
2818 2818  
2819 2819  (% style="text-align:center" %)
2820 2820  [[image:image-20220817154212-1.jpeg||height="315" width="554" class="img-thumbnail"]]
2821 -
2822 -= **Barcode Scanner** =
2823 -
2824 -Supported: DELI 14880 barcode scanner
2825 -
2826 -**HMI Setting**
2827 -
2828 -|**Items**|**Settings**|**Note**
2829 -|Protocol|Barcode Scanner|
2830 -|Connection|USB|
2831 -
2832 -**Operating Procedures**
2833 -
2834 -Select [Barcode Scanner];
2835 -
2836 -(% style="text-align:center" %)
2837 -[[image:12.PLC Protocol_html_55a3056357320966.png||data-xwiki-image-style-alignment="center" height="266" width="600" class="img-thumbnail"]]
2838 -
2839 -Set address for receiving;
2840 -
2841 -Set correct length;
2842 -
2843 -(% style="text-align:center" %)
2844 -[[image:12.PLC Protocol_html_30a4c9e9dd4db40b.png||data-xwiki-image-style-alignment="center" height="701" width="500" class="img-thumbnail"]]
2845 -
2846 -**✎Note:**
2847 -
2848 -* The protocol uploads the information acquired by the USB scanner to the HMI;
2849 -* The acquired information is displayed in string mode, so it is necessary to use [characters input/display] object;
2850 -* Recommended model: DELI 14880 barcode scanner;