Changes for page 12 PLC Protocol OLD

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

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

Summary

Details

Page properties
Content
... ... @@ -141,7 +141,8 @@
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 -== HMI settings ==
144 +(% class="wikigeneratedid" id="HHMIsettings" %)
145 +**HMI settings**
145 145  
146 146  **Download PIStudio Software**
147 147  
... ... @@ -230,7 +230,8 @@
230 230  * 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/]]
231 231  * 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/]]
232 232  
233 -== PLC settings ==
234 +(% class="wikigeneratedid" id="HPLCsettings" %)
235 +**PLC settings**
234 234  
235 235  **Download PLC Software**
236 236  
... ... @@ -467,10 +467,50 @@
467 467  
468 468  The above are all the steps for establishing ethernet communication between Wecon HMI with LX5V PLC.
469 469  
470 -= =
472 += Create communication with **Rockwell PLC** =
471 471  
472 -= **Allen-Bradley** =
473 473  
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 +
474 474  == **FreeTag Ethernet/IP (CompactLogix)** ==
475 475  
476 476  Allen-Brandly CompactLogix
... ... @@ -528,46 +528,6 @@
528 528  (% style="text-align:center" %)
529 529  [[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="400" class="img-thumbnail"]]
530 530  
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 -
571 571  == **AB PLC address edit** ==
572 572  
573 573  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.
... ... @@ -594,37 +594,6 @@
594 594  |(% style="width:393px" %)N|(% style="width:350px" %)ffff|(% style="width:333px" %)N0 ~~ FFFF
595 595  |(% style="width:393px" %)F|(% style="width:350px" %)ffff|(% style="width:333px" %)F0 ~~ FFFF
596 596  
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 -
628 628  = **Hitachi EHV Series (Ethernet)** =
629 629  
630 630  Supported series: Hitachi EHV series
... ... @@ -2849,3 +2849,33 @@
2849 2849  
2850 2850  (% style="text-align:center" %)
2851 2851  [[image:image-20220817154212-1.jpeg||height="315" width="554" class="img-thumbnail"]]
2823 +
2824 += **Barcode Scanner** =
2825 +
2826 +Supported: DELI 14880 barcode scanner
2827 +
2828 +**HMI Setting**
2829 +
2830 +|**Items**|**Settings**|**Note**
2831 +|Protocol|Barcode Scanner|
2832 +|Connection|USB|
2833 +
2834 +**Operating Procedures**
2835 +
2836 +Select [Barcode Scanner];
2837 +
2838 +(% style="text-align:center" %)
2839 +[[image:12.PLC Protocol_html_55a3056357320966.png||data-xwiki-image-style-alignment="center" height="266" width="600" class="img-thumbnail"]]
2840 +
2841 +Set address for receiving;
2842 +
2843 +Set correct length;
2844 +
2845 +(% style="text-align:center" %)
2846 +[[image:12.PLC Protocol_html_30a4c9e9dd4db40b.png||data-xwiki-image-style-alignment="center" height="701" width="500" class="img-thumbnail"]]
2847 +
2848 +**✎Note:**
2849 +
2850 +* The protocol uploads the information acquired by the USB scanner to the HMI;
2851 +* The acquired information is displayed in string mode, so it is necessary to use [characters input/display] object;
2852 +* Recommended model: DELI 14880 barcode scanner;