Changes for page 1 Communication
Last modified by Hunter on 2024/07/01 10:54
From version 253.1
edited by Theodore Xu
on 2023/08/22 15:32
on 2023/08/22 15:32
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 78 removed)
- 0Il1q9GZgk.png
- 1679563870401-671.png
- 1682233464031-639.png
- AB.gif
- ABRS232.gif
- CCW.Shell_E5Cwj4tUL3.png
- ControlStarCommunicate.png
- ControlStarModbus.png
- ControlStarSystemBlock.png
- CrouzetRS232 VBox.png
- DVPEthernetAutoSearch.png
- DVPEthernetPLCtoPC.png
- DVPEthernetSetup.png
- DVPEthernetTransfer.png
- DVPEthernetVNETPortocol.png
- DVPEthernetWPLSoft.png
- DVPEthernetWPLSoft2.png
- Delta DVP PROTOCOLSerial232.png
- Emerson.png
- Ethernet.png
- HollySysRS232.png
- Hollysys LM Modbus RTU.gif
- Hollysys485-2.png
- Hollysys485box.png
- LinfeeTerminalDiagram.png
- LldwDGntf4.png
- MeterModbusAddr.png
- MeterModbusAllView.png
- MeterModbusBaud.png
- MeterModbusPara.png
- ModbusStationSettings.png
- Monitoringtaggreenlight.png
- V-NET_Client setting.png
- V-NET_Client_ADD.png
- V-NET_Client_KOR0AHEA4M.png
- V-NET_Client_TIiAymnjkx.png
- V-NET_Client_TNBuqy7T5r.png
- V-NET_Client_communication.png
- V-NET_Client_iKKKhcgxm1.png
- V-NET_Client_t2Rg2wpSoY.png
- VNETCommunicationtabmeter.png
- VNETModbusTagByteSettings.png
- VNETModbusTagSettings.png
- WgvjfWbQif.png
- conne ab plc.png
- export.png
- export1.png
- image-20221116105850-1.png
- image-20221116105947-1.png
- image-20221116110802-1.png
- image-20221116110832-2.png
- image-20221116110907-3.png
- image-20221116110917-4.png
- image-20221116111427-1.png
- image-20221116111451-2.png
- image-20221116111509-3.png
- image-20221116111651-4.png
- image-20221116111727-5.png
- image-20221116114106-1.png
- image-20221119101759-1.png
- image-20221119101946-2.png
- image-20221119171318-1.png
- image-20221119171343-2.png
- image-20221119171436-3.png
- image-20221119171611-4.png
- image-20221119171832-5.png
- plc 软件.png
- project create.png
- software.png
- v-net client vers.png
- wire.png
- 企业微信截图_16889606174191.png
- 盒子创建英威腾.png
- 英威腾下载.png
- 英威腾创建1.png
- 英威腾创建2.png
- 英威腾创建3.png
- 英威腾软件.png
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. AiXia1 +XWiki.Bob - Content
-
... ... @@ -1,11 +9,3 @@ 1 -{{info}} 2 -✎Note: Communication Connection Description 3 - 4 -* Modbus TCP:Maximum 16 devices 5 -* Modbus RTU:Maximum 32 devices 6 -* Ethernet protocol:Maximum 16 devices 7 -{{/info}} 8 - 9 9 = Create communication with WECON PLC = 10 10 11 11 == **LX3V Serial Protocol** == ... ... @@ -184,116 +184,16 @@ 184 184 185 185 The above are all the steps for establishing ethernet communication between V-BOX with LX5V PLC. 186 186 187 -= Create communication with Allen-Bradley(**Rockwell**)**PLC** =179 += Create communication with **Rockwell PLC** = 188 188 189 -== **DF1AdvancedProtocol** ==181 +== (% id="cke_bm_5621S" style="display:none" %)** **(%%)**MicroLogix Protocol** == 190 190 191 -MicroLogix 1000/1100/1200/1400/1500; SLC 5/03 5/04 5/05; PLC-5 192 - 193 -**1) V-Box Settings** 194 - 195 -|=Item|=Recommended |=Note 196 -|=Protocol|Allen Bradley DF1 Advanced| 197 -|=Connection|RS232| 198 -|=Baud rate|19200| 199 -|=Stop bits|1| 200 -|=Data bits|8| 201 -|=Parity|None| 202 -|=PLC Station No.|1| 203 -|=HMI Station No.|0| 204 - 205 -**2) Address List** 206 - 207 -|=**Type**|=**Device registers**|=**Format**|=**Range**|=Note 208 -|(% colspan="1" rowspan="7" %)Bit|I1|I1ddd.dd|0.0~~255.15|Only able to communicate with file number I1 209 -|O0|O0ddd.dd|0.0~~255.15|Only able to communicate with file number O0 210 -|S2|S2ddd.dd|0.0~~255.15|Only able to communicate with file number S2 211 -|B3|B3ddd.dd|0.0~~255.15|Only able to communicate with file number B3 212 -|BN|BNddddd.dd|0.0~~99255.15|((( 213 -Bit data file B0~~B99 214 - 215 -First two digits is for file number 216 - 217 -For example, BN13001.00 represents file number B13, address 001, the 0th bit. 218 -))) 219 -|N7|N7ddd.dd|0.0~~255.15|Only able to communicate with file number N7 220 -|NN|NNddddd.dd|0.0~~99255.15|((( 221 -Integer data file bit format N0~~N99 222 - 223 -First two digits is for file number 224 - 225 -For example, NN13001.00 represents file number N13, address 001, the 0th bit. 226 -))) 227 -|(% rowspan="11" %)Word|S2|S2ddd|0~~255|Only able to communicate with file number S2 228 -|T4S|T4Sddd|0~~255|Only able to communicate with file number T4 (Timer Preset Value) 229 -|T4P|T4Pddd|0~~255|Only able to communicate with file number T4 (Timer Accumulator Value) 230 -|TNS|TNSddddd|0~~99255|((( 231 -Timer Preset Value 232 - 233 -First two digits is for file number 234 - 235 -For example, TNS99255 represents file number T99, address 255. 236 -))) 237 -|TNP|TNPddddd|0~~99255|((( 238 -Timer Accumulator Value 239 - 240 -First two digits is for file number 241 - 242 -For example, TNP99255 represents file number T99, address 255. 243 -))) 244 -|C5S|C5Sddd|0~~255|Only able to communicate with file number C5 (Counter Preset Value) 245 -|C5P|C5Pddd|0~~255|Only able to communicate with file number C5 (Counter Accumulator Value) 246 -|CNS|CNSddddd|0~~99255|((( 247 -Counter Preset Value 248 - 249 -First two digits is for file number 250 - 251 -For example, CNS99255 represents file number C99, address 255. 252 -))) 253 -|CNP|CNPddddd|0~~99255|((( 254 -Counter Accumulator Value 255 - 256 -First two digits is for file number 257 - 258 -For example, CNP99255 represents file number C99, address 255. 259 -))) 260 -|N7|N7ddd|0~~255|Only able to communicate with file number N7 261 -|NN|NNddd|0~~99255|((( 262 -Integer data file 263 - 264 -First two digits is for file number 265 - 266 -For example, NN99255 represents file number N99, address 255. 267 -))) 268 -|(% colspan="1" rowspan="3" %)Double Word|F8|F8ddd|0~~255|((( 269 -Only able to communicate with file number N7 270 -))) 271 -|FN|FNddddd|0~~99255|((( 272 -Floating point data file 273 - 274 -First two digits is for file number 275 - 276 -For example, FN99255 represents file number F99, address 255. 277 -))) 278 -|LN|LNddddd|0~~99255|Long 279 - 280 -**3) Cable Wiring** 281 - 282 -(% style="text-align:center" %) 283 -[[image:ABRS232.gif]] 284 - 285 -(% class="wikigeneratedid" id="HMicroLogixA0Protocol" %) 286 -(% id="cke_bm_5621S" style="display:none" %)** ** 287 - 288 -== **MicroLogix Protocol** == 289 - 290 -(% class="wikigeneratedid" %) 291 291 MicroLogix 1000/1100/1200/1400/1500; SLC 5/03 5/04 5/05 PLC-5 292 292 293 293 **1)V-BOX setting** 294 294 295 295 |**Item**|**Settings**|**Note** 296 -|Protocol|Allen-Bradley DF1 Advanced| 188 +|Protocol|Allen-Bradlley DF1 Advanced| 297 297 |Connection|RS232| 298 298 |Baud rate|19200| 299 299 |Data bit|8| ... ... @@ -528,285 +528,11 @@ 528 528 The above are all the steps for establishing Ethernet communication between Wecon V-box with CompactLogix L1769 PLC. 529 529 530 530 531 -== ** Micro850_FreeTagProtocol(new)** ==423 +== **Allen-Bradley Ethernet DF1** == 532 532 533 -This example introduces the establishment of Ethernet communication between Wecon V-box and 2080-LC50-48QWB,Micro850. It is introduced through three parts: PLC software configuration, V-box software configuration. 534 - 535 -(% class="wikigeneratedid" id="HSoftwareconfigurationofPLC" %) 536 -((( 537 -**Software configuration of PLC** 538 -))) 539 - 540 -(% class="wikigeneratedid" id="HPLCprogrammingsoftware" %) 541 -((( 542 -**1)PLC programming software:Connected Components Workbench™** 543 - 544 -(% style="text-align:center" %) 545 -[[image:software.png]] 546 - 547 -**2)New PLC project** 548 - 549 -Click New Project and select the PLC model. 550 - 551 -(% style="text-align:center" %) 552 -[[image:project create.png]] 553 - 554 -**3)Set Ethernet parameters** 555 - 556 -Follow the steps below to configure Ethernet parameters 557 - 558 -PLC IP address:192.168.39.56 559 - 560 -default gateway:192.168.39.1 561 - 562 -subnet mask:255.255.255.0 563 - 564 -(% style="text-align:center" %) 565 -[[image:Ethernet.png]] 566 - 567 -**4)connect PLC** 568 - 569 -**When downloading the setting, need to change the status of the PLC to PRG** 570 - 571 -(% style="text-align:center" %) 572 -[[image:conne ab plc.png]] 573 - 574 -**V-box software configuration** 575 - 576 -**1)V-box programming software** 577 - 578 -(% style="text-align:center" %) 579 -[[image:v-net client vers.png]] 580 - 581 -**2)Set communication port parameters** 582 - 583 -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. 584 - 585 -(% style="text-align:center" %) 586 -[[image:V-NET_Client_t2Rg2wpSoY.png]] 587 - 588 -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. 589 - 590 -(% style="text-align:center" %) 591 -[[image:V-NET_Client_communication.png]] 592 - 593 -Export variables from PLC, select CSV file, comma delimited.(% id="cke_bm_1950S" style="display:none" %) 594 - 595 -(% style="text-align:center" %) 596 -[[image:export1.png]] 597 - 598 -(% style="text-align:center" %) 599 -[[image:CCW.Shell_E5Cwj4tUL3.png]] 600 - 601 -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. 602 - 603 -(% style="text-align:center" %) 604 -[[image:V-NET_Client_TNBuqy7T5r.png]] 605 - 606 -**3)Engineering production** 607 - 608 -According to your own needs, use the V-NET client software to edit the required data monitoring points. 609 - 610 -(% style="text-align:center" %) 611 -[[image:V-NET_Client_KOR0AHEA4M.png]] 612 - 613 - 614 -))) 615 - 616 -== **Ethernet DF1 Protocol** == 617 - 618 618 [[download link>>https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Demo/%E9%80%9A%E8%AE%AF%E6%A1%88%E4%BE%8B/Allen-Bradley%20Ethernet%20DF1.zip]] 619 619 620 -= Create communication with **Crouzet PLC** = 621 621 622 -== **CROUZET M3 (FBD)** == 623 - 624 -Support Series: Crouzet Millenium 3 CD12/CB12 625 - 626 -**1)V-BOX setting** 627 - 628 -|=Item|=Recommended |=Note 629 -|=Protocol|CROUZET M3 (FBD)| 630 -|=Connection|RS232| 631 -|=Baud rate|115200| 632 -|=Stop bits|1| 633 -|=Data bits|7| 634 -|=Parity|EVEN| 635 - 636 -**2)Address List** 637 - 638 -|=**Type**|=**Device registers**|=**Format**|=**Range**|=Note 639 -|(% rowspan="4" %)Bit|I|I DD|1~~99|Input 640 -|SLIBit|SLIBit DD.dd|1.0~~24.15|Serial Link Input 641 -|SLOBit|SLOBit DD.dd|25.0~~48.15|Serial Link Output(Read only) 642 -|State|State D|1~~1|PLC state(Read only) 643 -|(% rowspan="5" %)Word|AI|AI DD|1~~99|Analog Input 644 -|SLIn|SLIn DD|1~~24|Serial Link Input 645 -|SLOut|SLOut DD|25~~48|Serial Link Output(Read only) 646 -|Time|Time D|1~~6|((( 647 -Time1: Second 648 - 649 -Time2: Minute 650 - 651 -Time3: Hour 652 - 653 -Time4: Day 654 - 655 -Time5: Month 656 - 657 -Time6: Year 658 -))) 659 -|Order|Order D|1~~1|((( 660 -Running command(Write only) 661 - 662 -~=2: Run mode; =1: Stop mode; 663 -))) 664 - 665 -**3)Cable Wiring** 666 - 667 -(% style="text-align:center" %) 668 -[[image:CrouzetRS232 VBox.png]] 669 - 670 -{{info}} 671 -**✎Note: **As the wiring diagram indicated, this protocol requires the DB9 serial port pin 4. But pin 4 is undefined for all V-Box, so it need the user to solder a Pull-up resistor to make the pin 4 working. As for how to solder the resistor on the motherboard, please contact with Wecon technical support for the details. 672 -{{/info}} 673 - 674 -= Create communication with EMERSON PLC = 675 - 676 -= **RTU Slave Protocol** = 677 - 678 -Supported series: EC10 series 679 - 680 -**1)V-BOX setting** 681 - 682 -|**Items**|**Settings**|**Note** 683 -|Protocol|Emerson 984 RTU Slave MODBUS| 684 -|Connection|RS485| 685 -|Baud rate|19200| 686 -|Data bit|8| 687 -|Parity|EVEN| 688 -|Stop bit|1| 689 -|Device station No.|1|Need to be same as the PLC setting 690 - 691 -(% class="wikigeneratedid" %) 692 -**2)PLC Setting** 693 - 694 -(% class="wikigeneratedid" %) 695 -Remember to use the Control Star to enable the Modbus RTU communication for port 1 in system block before dowload into PLC. 696 - 697 -(% style="text-align:center" %) 698 -[[image:ControlStarSystemBlock.png]] 699 - 700 -(% style="text-align:center" %) 701 -[[image:ControlStarCommunicate.png]] 702 - 703 -(% style="text-align:center" %) 704 -[[image:ControlStarModbus.png]] 705 - 706 -(% class="wikigeneratedid" %) 707 -**3)Address List** 708 - 709 -|**Type**|**Device registers**|**Format**|**Range**|**Note** 710 -|(% colspan="1" rowspan="12" %)Bit|Y|YOOO|0~~377| 711 -|X|XOOO|0~~377| 712 -|M0|M0DDDD|0~~2047| 713 -|M1|M1DDDDD|2048~~10239| 714 -|SM0|SM0DDD|0~~255| 715 -|SM1|SM1DDD|256~~511| 716 -|S0|S0DDDD|0~~1023| 717 -|S1|S1DDDD|1024~~4095| 718 -|T0|T0DDD|0~~255| 719 -|T1|T1DDD|256~~511| 720 -|C0|C0DDD|0~~255| 721 -|C1|C1DDD|256~~306| 722 -|(% colspan="1" rowspan="7" %)Word|D|DDDDD|0~~7999| 723 -|Z|ZDD|0~~15| 724 -|TW0|TW0DDD|0~~255| 725 -|TW1|TW1DDD|256~~511| 726 -|SD0|SD0DDD|0~~255| 727 -|SD1|SD1DDD|256~~511| 728 -|CW|CWDDD|0~~306| 729 -|(% colspan="1" rowspan="2" %)Double Word|CW0|CW0DDD|200~~255| 730 -|CW1|CW1DDDDD|256~~99999| 731 - 732 -**4) Cable Wiring** 733 - 734 -(% style="text-align:center" %) 735 -[[image:Emerson.png]] 736 - 737 -= Create communication with HollySys PLC = 738 - 739 -== **LK Modbus RTU** == 740 - 741 -Supported Series: HollySys LK series PLC 742 - 743 -**1)V-BOX setting** 744 - 745 -|**Items**|**Settings**|**Note** 746 -|Protocol|HollySys LK Modbus RTU| 747 -|Connection|RS485| 748 -|Baud rate|38400| 749 -|Data bit|8| 750 -|Parity|None| 751 -|Stop bit|1| 752 -|Device station No.|1| 753 - 754 -**2)Address List** 755 - 756 -|=**Type**|=**Device registers**|=**Format**|=**Range**|=**Note** 757 -|Bit|QX|QXDDDDD.dd|0~~65535.15| 758 -|Bit|IX|IXDDDDD.dd|0~~65535.15| 759 -|Bit|MX|MXDDDDD.dd|0~~65535.15| 760 -|Word|QW|QWDDDDD|0~~99999| 761 -|Word|IW|IWDDDDD|0~~99999| 762 -|Word|MW|MWDDDDD|0~~99999| 763 -|Word|MD|MDDDDDD|0~~99999| 764 - 765 -**3)Cable Wiring** 766 - 767 -(% style="text-align:center" %) 768 -[[image:Hollysys485-2.png]] 769 - 770 -== **LM Modbus RTU** == 771 - 772 -(% class="wikigeneratedid" %) 773 -Supported Series: HollySys LM3109/LM3107 PLC 774 - 775 -(% class="wikigeneratedid" %) 776 -**1)V-BOX setting** 777 - 778 -|(% style="width:208px" %)**Items**|(% style="width:310px" %)**Settings**|(% style="width:365px" %)**Optional**|(% style="width:152px" %)**Note** 779 -|(% style="width:208px" %)Protocol|(% style="width:310px" %)HollySys LM Modbus RTU|(% style="width:365px" %)HollySys LM Modbus RTU|(% style="width:152px" %) 780 -|(% style="width:208px" %)Connection|(% style="width:310px" %)RS232|(% style="width:365px" %)RS485|(% style="width:152px" %) 781 -|(% style="width:208px" %)Baud rate|(% style="width:310px" %)38400|(% style="width:365px" %)38400|(% style="width:152px" %) 782 -|(% style="width:208px" %)Data bit|(% style="width:310px" %)8|(% style="width:365px" %)8|(% style="width:152px" %) 783 -|(% style="width:208px" %)Parity|(% style="width:310px" %)None|(% style="width:365px" %)None|(% style="width:152px" %) 784 -|(% style="width:208px" %)Stop bit|(% style="width:310px" %)1|(% style="width:365px" %)1|(% style="width:152px" %) 785 -|(% style="width:208px" %)Device station No.|(% style="width:310px" %)1|(% style="width:365px" %)1|(% style="width:152px" %) 786 - 787 -**2)Address List** 788 - 789 -|=**Type**|=**Device registers**|=**Format**|=**Range**|=**Note** 790 -|Bit|QX|QXDDDDD.o|0~~99999.7| 791 -|Bit|IX|IXDDDDD.o|0~~99999.7| 792 -|Bit|MX|MXDDDDD.o|0~~99999.7| 793 -|Word|QW|QWDDDDD|0~~99999| 794 -|Word|IW|IWDDDDD|0~~99999| 795 -|Word|MW|MWDDDDD|0~~99999| 796 -|Word|MD|MDDDDDD|0~~99999| 797 - 798 -**Cable Wiring** 799 - 800 -RS232 801 - 802 -(% style="text-align:center" %) 803 -[[image:HollySysRS232.png]] 804 - 805 -RS485 806 - 807 -(% style="text-align:center" %) 808 -[[image:Hollysys LM Modbus RTU.gif]] 809 - 810 810 = Create communication with **Siemens PLC** = 811 811 812 812 == **S7-200 Smart Ethernet Protocol** == ... ... @@ -990,97 +990,6 @@ 990 990 991 991 [[image:image-20220824162342-2.png]] 992 992 993 -== **LOGO Ethernet Protocol** == 994 - 995 -Supported Series: Siemens Logo 0BA0, 0BA1 series 996 - 997 -**V-BOX Settings** 998 - 999 - 1000 -|**Items**|**Settings**|**Note** 1001 -|Protocol|Siemens LOGO| 1002 -|Connection|Ethernet| 1003 -|Port No.|102| 1004 -|PLC station No.|2| 1005 - 1006 -**Address List** 1007 - 1008 - 1009 -|**Number**|**Address Type**|**Data Type**|**Range**|**DB Address**|**PLC Address** 1010 -|1|RTC|Word|1-7|DB1.DBX984.0|0x001ec0 1011 -|2|VB|Byte|0-1469|DB1.DBX0.0|0x000000 1012 -|3|VD|Double Word|0-1466|DB1.DBX0.0|0x000000 1013 -|4|VW|Word|0-1468|DB1.DBX0.0|0x000000 1014 -|5|NAQ|Word|1-32|DB1.DBX1406.0|0x002bf0 1015 -|6|NAI|Word|1-64|DB1.DBX1262.0|0x002770 1016 -|7|AM|Word|1-64|DB1.DBX1118.0|0x0022f0 1017 -|8|AQ|Word|1-16|DB1.DBX1072.0|0x002180 1018 -|9|AI|Word|1-16|DB1.DBX1032.0|0x002040 1019 -|10|I|Bit|1-64|DB1.DBX1024.0|0x002000 1020 -|11|Q|Bit|1-64|DB1.DBX1064.0|0x002140 1021 -|12|M|Bit|1-112|DB1.DBX1104.0|0x002280 1022 -|13|NI|Bit|1-128|DB1.DBX1246.0|0x0026f0 1023 -|14|NQ|Bit|1-128|DB1.DBX1390.0|0x002b70 1024 -|15|V|Bit|0-14697|DB1.DBX0.0|0x000000 1025 - 1026 -**PLC Settings in LOGO Software:** 1027 - 1028 -Click [Tools]~-~-[Ethernet Connections],shown as below. 1029 - 1030 -(% style="text-align:center" %) 1031 -[[image:PIStudio.12\.PLC protocols.WebHome@12.PLC Protocol_html_8b9d2322edf89519.png]] 1032 - 1033 -Set Ethernet connection parameter. IP, Subnet Mask, shown as below. 1034 - 1035 -(% style="text-align:center" %) 1036 -[[image:PIStudio.12\.PLC protocols.WebHome@image-20221228142937-4.png]] 1037 - 1038 -**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. 1039 - 1040 -(% style="text-align:center" %) 1041 -[[image:PIStudio.12\.PLC protocols.WebHome@image-20221228143047-5.png]] 1042 - 1043 - **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. 1044 - 1045 -(% style="text-align:center" %) 1046 -[[image:PIStudio.12\.PLC protocols.WebHome@image-20221228143246-6.png]] 1047 - 1048 -**V-BOX Communication Settings** 1049 - 1050 -Set PLC IP in [IP Address] settings; 1051 - 1052 -(% style="text-align:center" %) 1053 -[[image:LldwDGntf4.png]] 1054 - 1055 -Enable V-BOX Ethernet in [Network]; 1056 - 1057 -(% style="text-align:center" %) 1058 -[[image:WgvjfWbQif.png]] 1059 - 1060 -TSAP setting 1061 - 1062 -* The initialization script needs to set the source TSAP address and the target TSAP address, otherwise the communication will not be successful. 1063 - 1064 -{{code language="LUA"}} 1065 -function init.main() 1066 -addr_setword("@W_0#HSW1200",8192) -- Set the source TSAP address 1067 -addr_setword("@W_0#HSW1201",4096) -- Set the destination TSAP address 1068 -end 1069 -{{/code}} 1070 - 1071 -Note: The name of the test script is init, 8192 and 4096 are the data used for the test, there is no HSW address in the register option, but you can directly set the value of the corresponding address through the code. 1072 - 1073 -**✎Note:** 1074 - 1075 -* **Communication port configuration: ** 1076 -** Continuous length needs to be set to 0. 1077 -** Integration interval needs to be set to 1. (no change may result in data errors) 1078 -** Set Port and Device Station NO. 1079 -** Other set as defaulted. 1080 -* **Notes on the use of registers:** 1081 -** Register VD: Use only registers that are multiples of 4, such as 0, 4, 8, etc. 1082 -** Register VW: Use only registers thay are multiples of 2, such as 0, 2, 4 etc. (Using an odd-length register may result in data errors, such as 2 3 4 ) 1083 - 1084 1084 = Create communication with **Mitsubishi PLC** = 1085 1085 1086 1086 == **FX1S,1N,2N Serial Protocol** == ... ... @@ -1177,11 +1177,11 @@ 1177 1177 [[image:image-20220825100845-4.png]] 1178 1178 1179 1179 1180 -== **FX3U Ethernet Protocol** == 707 +== ** FX3U Ethernet Protocol** == 1181 1181 1182 - SupportedModules: FX3U-ENET-ADP,FX3U-ENET-L709 +Mitsubishi FX3U series PLC 1183 1183 1184 -** 1)V-BOXSettings**711 +**HMI Settings** 1185 1185 1186 1186 |Items|Settings|Note 1187 1187 |Protocol|Mitsubishi FX3U| ... ... @@ -1189,7 +1189,7 @@ 1189 1189 |Port No.|5009|Must be the same as the PLC setting 1190 1190 |PLC station No.|0| 1191 1191 1192 -** 2)Address List**719 +**Address List** 1193 1193 1194 1194 |**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note** 1195 1195 |(% colspan="1" rowspan="7" %)Bit|X|X|X OOO|0~~377| ... ... @@ -1205,19 +1205,19 @@ 1205 1205 |SD|SD|SD DDDD|8000~~8511| 1206 1206 |R|R|R DDDDD|0~~32767| 1207 1207 1208 -** 3)Ethernet Module Settings**735 +**Ethernet Module Settings** 1209 1209 1210 1210 FX3U-ENET-L module configuration 1211 1211 Set up the FX3U-ENET-L Ethernet module settings as follows. 1212 1212 Select the module location, which in this document is Module 0. 1213 1213 1214 -[[image:image-2022111 6105850-1.png]]741 +[[image:image-20221115140802-1.png]] 1215 1215 1216 1216 Select "Operational setting" to enter the following screen. 1217 1217 1218 1218 The Ethernet module IP is set to 192.168.39.254 in this document, and other options are default. 1219 1219 1220 -[[image:image-2022111 6105947-1.png]]747 +[[image:image-20221115142728-4.png]] 1221 1221 1222 1222 Select "Open setting" to enter the setting interface, the settings are as follows. 1223 1223 ... ... @@ -1225,7 +1225,7 @@ 1225 1225 1226 1226 Mitsubishi programming software GX works2 to communicate with the FX3U via the Ethernet module. 1227 1227 1228 -[[image:image-2022111 6110802-1.png]]755 +[[image:image-20221115142945-5.png]] 1229 1229 1230 1230 Click on "transter setup" - "PC side I/F setting", see the following figure. 1231 1231 ... ... @@ -1233,45 +1233,41 @@ 1233 1233 1234 1234 use the IP set in the "Ethernet board" to communicate directly with the network cable. 1235 1235 1236 -[[image:image-2022111 6110832-2.png||height="423" width="708"]]763 +[[image:image-20221115143341-6.png||height="426" width="712"]] 1237 1237 1238 1238 Read and write data from the Ethernet module 1239 1239 1240 -[[image:image-2022111 6110907-3.png]]767 +[[image:image-20221115143703-7.png]] 1241 1241 1242 1242 Set "Transter setup" to COM communication, and read or write operation as shown below 1243 1243 1244 -[[image:image-2022111 6110917-4.png]]771 +[[image:image-20221115143809-8.png]] 1245 1245 1246 -** 4)PLC Settings (GX Works 2)**773 +**PLC Settings (GX Works 2)** 1247 1247 1248 1248 Create a blank FX5U project 1249 1249 1250 1250 Find Current Connection in the navigation 1251 1251 1252 -[[image:image-2022111 6111427-1.png||height="421" width="705"]]779 +[[image:image-20221115144335-9.png||height="422" width="706"]] 1253 1253 1254 1254 Select Connection Channel List 1255 1255 1256 1256 Select Ethernet board communication 1257 1257 1258 -[[image:image-2022111 6111451-2.png||height="421" width="705"]]785 +[[image:image-20221115144824-10.png||height="421" width="705"]] 1259 1259 1260 1260 Select Ethernet Module 1261 1261 Set the IP address of the PLC 1262 1262 1263 -[[image:image-2022111 6111509-3.png||height="666" width="699"]]790 +[[image:image-20221115145228-11.png||height="674" width="708"]] 1264 1264 1265 1265 Read or write PLC data, in this document is read 1266 1266 1267 -[[image:image-2022111 6111651-4.png||height="416" width="697"]]794 +[[image:image-20221115145553-12.png||height="424" width="711"]] 1268 1268 1269 -[[image:image-2022111 6111727-5.png||height="416" width="697"]]796 +[[image:image-20221115145559-13.png||height="424" width="711"]] 1270 1270 1271 -**4)Configure the communication protocol** 1272 - 1273 -[[image:image-20221119101946-2.png||height="395" width="695"]] 1274 - 1275 1275 == **FX5U Serial Protocol** == 1276 1276 1277 1277 Mitsubishi FX5U series PLC ... ... @@ -1426,10 +1426,11 @@ 1426 1426 1427 1427 [[image:image-20220825112403-1.png||alt="图片-20220825112403-1.png"]] 1428 1428 1429 -**5) Cable Wiring**952 +**5)电缆布线** 1430 1430 1431 1431 [[image:https://docs.we-con.com.cn/bin/download/PIStudio/12.PLC%20protocols/WebHome/12.PLC%20Protocol_html_2297240b57346b2a.png?width=401&height=170&rev=1.1||alt="12.可编程逻辑控制器Protocol_html_2297240b57346b2a.png" height="170" width="401"]] 1432 1432 956 + 1433 1433 == **L02 Serial Protocol** == 1434 1434 1435 1435 Mitsubishi L02 series CPU built-in serial port. ... ... @@ -1563,12 +1563,6 @@ 1563 1563 1564 1564 [[image:https://docs.we-con.com.cn/bin/download/PIStudio/12.PLC%20protocols/WebHome/12.PLC%20Protocol_html_2297240b57346b2a.png?width=401&height=170&rev=1.1||alt="12.PLC Protocol_html_2297240b57346b2a.png" height="170" width="401"]] 1565 1565 1566 -== **Q12H Serial Protocol** == 1567 - 1568 -This Demo shows V-BOX communicate with Q12H PLC by Q02H serial Protocol 1569 - 1570 -[[**Download link**>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Communication/V-Box%20connect%20PLC%20Q12H.rar]] 1571 - 1572 1572 == **QJ71E71 Ethernet Protocol** == 1573 1573 1574 1574 Mitsubishi QJ71E71 Ethernet communication module; ... ... @@ -1617,13 +1617,10 @@ 1617 1617 1618 1618 * Click [Ethernet/CC IE/MELSECNET]; 1619 1619 * Please select [Ethernet] as network type; 1620 -* Set station I/O number according to situation (For example, 00 20 means that the module is connected to PLC CPU in first order);1138 +* Set station I/O number according to situation (For example, 0000 means that the module is connected to PLC CPU in first order); 1621 1621 * Select [Online] as Mode; 1622 -* [[image:image-20221119171343-2.png||height="341" width="587"]] 1623 1623 * Click [Operation setting] to set IP; 1624 1624 * Select [Binary Code] as [Communication Data Code]; 1625 -* [[image:image-20221119171436-3.png||height="354" width="588"]] 1626 -* Click [Open setting] 1627 1627 * Set protocol: TCP; 1628 1628 * Set [unpassive] in [Open system]; 1629 1629 * Set [receive] in [Fixed buffer]; ... ... @@ -1630,16 +1630,14 @@ 1630 1630 * Set [procedure Exist] in [Fixed buffer communication]; 1631 1631 * Disable [Pairing open]; 1632 1632 * Set [No confirm] in [Existence confirmation]; 1633 -* Host station port number: 5009;1148 +* Host station port number: 1025; 1634 1634 * Save settings; 1635 -* [[image:image-20221119171611-4.png||height="354" width="588"]] 1636 1636 * Download project into PLC and restart it 1637 1637 1638 1638 **4)Configure the communication protocol** 1639 1639 1640 -[[image:image-2022 1119171832-5.png||height="354" width="625"]]1154 +[[image:image-20220825143728-1.png]] 1641 1641 1642 - 1643 1643 **5)Cable Wiring** 1644 1644 1645 1645 [[image:https://docs.we-con.com.cn/bin/download/PIStudio/12.PLC%20protocols/WebHome/12.PLC%20Protocol_html_2297240b57346b2a.png?width=401&height=170&rev=1.1||alt="12.PLC Protocol_html_2297240b57346b2a.png"]] ... ... @@ -1648,105 +1648,12 @@ 1648 1648 1649 1649 == **DVP Ethernet Protocol** == 1650 1650 1651 - SupoortSeries:ELTA DVP20/32/40/60ES200RE/200TE or anyDVPmodels with built-inEthernetort, DELTA DVPEN01-SL module1164 +[[下载链接>>https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Demo/%E9%80%9A%E8%AE%AF%E6%A1%88%E4%BE%8B/Delta%20DVP%20Ethernet.zip]] 1652 1652 1653 -**1)V-BOX Settings** 1654 - 1655 -|=**Items**|=**Settings**|=**Note** 1656 -|Protocol|DELTA DVP MODBUS TCP| 1657 -|Connection|Ethernet| 1658 -|Port No.|502| 1659 -|Device No.|1| 1660 -|VBox Device No.|0| 1661 - 1662 -**2)Address List ** 1663 - 1664 -|=**Type**|=(% style="width: 191px;" %)**Device registers**|=(% style="width: 217px;" %)**VBox registers**|=(% style="width: 168px;" %)**Format**|=(% style="width: 225px;" %)**Range**|=**Note** 1665 -|Bit|(% style="width:191px" %)X|(% style="width:217px" %)X|(% style="width:168px" %)X OOO|(% style="width:225px" %)0~~377| 1666 -|Bit|(% style="width:191px" %)Y|(% style="width:217px" %)Y|(% style="width:168px" %)Y OOO|(% style="width:225px" %)0~~377| 1667 -|Bit|(% style="width:191px" %)M0|(% style="width:217px" %)M0|(% style="width:168px" %)M0DDDD|(% style="width:225px" %)0~~1535| 1668 -|Bit|(% style="width:191px" %)M1|(% style="width:217px" %)M1|(% style="width:168px" %)M1DDDD|(% style="width:225px" %)1536~~4096| 1669 -|Bit|(% style="width:191px" %)T|(% style="width:217px" %)T|(% style="width:168px" %)TDDD|(% style="width:225px" %)0~~255| 1670 -|Bit|(% style="width:191px" %)C|(% style="width:217px" %)C|(% style="width:168px" %)CDDD|(% style="width:225px" %)0~~255| 1671 -|Bit|(% style="width:191px" %)S|(% style="width:217px" %)S|(% style="width:168px" %)SDDDD|(% style="width:225px" %)0~~1023| 1672 -|Word|(% style="width:191px" %)D0|(% style="width:217px" %)D0|(% style="width:168px" %)D0DDDD|(% style="width:225px" %)0~~4095| 1673 -|Word|(% style="width:191px" %)D1|(% style="width:217px" %)D1|(% style="width:168px" %)D1DDDD|(% style="width:225px" %)4096~~11999| 1674 -|Word|(% style="width:191px" %)T|(% style="width:217px" %)T|(% style="width:168px" %)TDDD|(% style="width:225px" %)0~~255| 1675 -|Word|(% style="width:191px" %)C|(% style="width:217px" %)C|(% style="width:168px" %)CDDD|(% style="width:225px" %)0~~199| 1676 -|Double Word|(% style="width:191px" %)HC|(% style="width:217px" %)HC|(% style="width:168px" %)HCDDD|(% style="width:225px" %)200~~255| 1677 - 1678 -**3) PLC Setting:** 1679 - 1680 -~1. Create new project in Delta WPL Soft, and click Setting to open the communication settings: 1681 - 1682 -(% style="text-align:center" %) 1683 -[[image:DVPEthernetWPLSoft2.png]] 1684 - 1685 -2. Set up the communication type and PLC IP: 1686 - 1687 -(% style="text-align:center" %) 1688 -[[image:DVPEthernetSetup.png]] 1689 - 1690 -(% class="wikigeneratedid" %) 1691 -3. Click OK and save the settings. Then click Communication on toolbar, then click Transfer Setup to open new window: 1692 - 1693 -(% style="text-align:center" %) 1694 -[[image:DVPEthernetTransfer.png]] 1695 - 1696 -(% class="wikigeneratedid" %) 1697 -4. Select Communication Mode as PC => PLC to download or select PC <=PLC to upload: 1698 - 1699 -(% style="text-align:center" %) 1700 -[[image:DVPEthernetPLCtoPC.png]] 1701 - 1702 -5. Click Auto-Search Ethernet Module to find the PLC on the same LAN network: 1703 - 1704 -(% style="text-align:center" %) 1705 -[[image:DVPEthernetAutoSearch.png]] 1706 - 1707 -**4) V-BOX Setting:** 1708 - 1709 -Set the same IP address according to the setting from WPL Soft: 1710 - 1711 -(% style="text-align:center" %) 1712 -[[image:DVPEthernetVNETPortocol.png]] 1713 - 1714 1714 == **DVP serial protocol** == 1715 1715 1716 - SupoortSeries:DELTA DVP EH/ES/SS/EX/EH2/SV/SA/SC/SX1168 +[[下载链接>>https://ftp.we-con.com.cn/Download/WIKI/V-BOX/Demo/%E9%80%9A%E8%AE%AF%E6%A1%88%E4%BE%8B/Delta%20DVP%20Ethernet.zip]] 1717 1717 1718 -**1)V-BOX Settings** 1719 - 1720 -|=**Items**|=**Settings**|=**Note** 1721 -|Protocol|DELTA DVP PROTOCOL| 1722 -|Connection|RS232| 1723 -|Baud Rate|9600| 1724 -|Stop Bit|1| 1725 -|Data Bit|7| 1726 -|Parity|EVEN| 1727 -|Device No.|1| 1728 - 1729 -(% class="wikigeneratedid" %) 1730 -**2)Address List** 1731 - 1732 -|=**Type**|=(% style="width: 191px;" %)**Device registers**|=(% style="width: 217px;" %)**VBox registers**|=(% style="width: 168px;" %)**Format**|=(% style="width: 225px;" %)**Range**|=**Note** 1733 -|Bit|(% style="width:191px" %)X|(% style="width:217px" %)X|(% style="width:168px" %)X OOOOOO|(% style="width:225px" %)0~~303237| 1734 -|Bit|(% style="width:191px" %)Y|(% style="width:217px" %)Y|(% style="width:168px" %)Y OOOOOO|(% style="width:225px" %)0~~303237| 1735 -|Bit|(% style="width:191px" %)M|(% style="width:217px" %)M|(% style="width:168px" %)MDDDDD|(% style="width:225px" %)0~~99999| 1736 -|Bit|(% style="width:191px" %)T|(% style="width:217px" %)T|(% style="width:168px" %)TDDDDD|(% style="width:225px" %)0~~99999| 1737 -|Bit|(% style="width:191px" %)C|(% style="width:217px" %)C|(% style="width:168px" %)CDDDDD|(% style="width:225px" %)0~~99999| 1738 -|Bit|(% style="width:191px" %)S|(% style="width:217px" %)S|(% style="width:168px" %)SDDDDD|(% style="width:225px" %)0~~99999| 1739 -|Word|(% style="width:191px" %)D|(% style="width:217px" %)D|(% style="width:168px" %)D DDDDD|(% style="width:225px" %)0~~99999| 1740 -|Word|(% style="width:191px" %)T|(% style="width:217px" %)T|(% style="width:168px" %)TDDDDD|(% style="width:225px" %)0~~99999| 1741 -|Word|(% style="width:191px" %)C|(% style="width:217px" %)C|(% style="width:168px" %)CDDD|(% style="width:225px" %)0~~199| 1742 -|Double Word|(% style="width:191px" %)C|(% style="width:217px" %)C|(% style="width:168px" %)CDDDDD|(% style="width:225px" %)200~~99999| 1743 - 1744 -(% class="wikigeneratedid" %) 1745 -**3)Wiring Diagram** 1746 - 1747 -(% style="text-align:center" %) 1748 -[[image:Delta DVP PROTOCOLSerial232.png]] 1749 - 1750 1750 == **AS Ethernet Protocol** == 1751 1751 1752 1752 **1)V-BOX Settings** ... ... @@ -1780,6 +1780,7 @@ 1780 1780 1781 1781 **3)Configure the communication protocol** 1782 1782 1203 + 1783 1783 [[image:image-20220831160010-4.png]] 1784 1784 1785 1785 **4)Cable Wiring** ... ... @@ -1912,7 +1912,7 @@ 1912 1912 1913 1913 **1)V-BOX Settings** 1914 1914 1915 -Supported Series: Xinjie XD/XE Series PLC 1336 +Supported Series: Delta Xinjie XD/XE Series PLC 1916 1916 1917 1917 |**Item**|**Settings**|**Note** 1918 1918 |Protocol|XINJE XD/XC MODBUS| ... ... @@ -1982,6 +1982,7 @@ 1982 1982 1983 1983 [[image:https://docs.we-con.com.cn/bin/download/PIStudio/12.PLC%20protocols/WebHome/image-20220830160232-3.png?rev=1.1||alt="image-20220830160232-3.png"]] 1984 1984 1406 + 1985 1985 = Create communication with **Schneider PLC** = 1986 1986 1987 1987 == **Schneider MODBUS RTU** == ... ... @@ -2215,74 +2215,6 @@ 2215 2215 2216 2216 [[image:https://docs.we-con.com.cn/bin/download/PIStudio/12.PLC%20protocols/WebHome/12.PLC%20Protocol_html_2297240b57346b2a.png?width=401&height=170&rev=1.1||alt="12.可编程逻辑控制器Protocol_html_2297240b57346b2a.png" height="170" width="401"]] 2217 2217 2218 -= Create communication with INVT PLC = 2219 - 2220 -**1)V-BOX setting** 2221 - 2222 -|**Item**|**Settings**|**Note** 2223 -|Protocol|INVT_IVC2L| 2224 -|Connection|RS232| 2225 -|Baud rate|19200| 2226 -|Data bit|8| 2227 -|Parity|EVEN| 2228 -|Stop bit|1| 2229 -|PLC station No.|1 2230 - 2231 -**2)Address List** 2232 - 2233 - 2234 -|**Type**|**Device registers**|**Format**|**Range**|**Note** 2235 -|(% colspan="1" rowspan="7" %)Bit|X|XOOO|0~~377| 2236 -|Y|YOOO|0~~377| 2237 -|M|MDDDD|0~~1999| 2238 -|SM|SMDDD|0~~255| 2239 -|S|SDDD|0~~991| 2240 -|T|TDDD|0~~255| 2241 -|C|CDDD|0~~255| 2242 -|(% rowspan="5" %)Word|D|DDDDD|0~~7999| 2243 -|SD|SDDDD|0~~255| 2244 -|Z|ZDD|0~~15| 2245 -|T|TDDD|0~~255| 2246 -|C|CDDD|0~~199| 2247 -|Double word|C|CDDD|200~~255| 2248 - 2249 -**3)Communication Settings** 2250 - 2251 -(% style="text-align:center" %) 2252 -[[image:盒子创建英威腾.png]] 2253 - 2254 -**4)PLC software** 2255 - 2256 -(% style="text-align:center" %) 2257 -[[image:英威腾软件.png]] 2258 - 2259 -**5)PLC setting ** 2260 - 2261 -Open the INVI plc software, create a new project or open a project that has already been created 2262 - 2263 -(% style="text-align:center" %) 2264 -[[image:英威腾创建1.png]] 2265 - 2266 -Configure serial port parameters. 2267 - 2268 -(% style="text-align:center" %) 2269 -[[image:英威腾创建2.png]] 2270 - 2271 -PC connect PLC 2272 - 2273 -(% style="text-align:center" %) 2274 -[[image:英威腾创建3.png]] 2275 - 2276 -Download 2277 - 2278 -(% style="text-align:center" %) 2279 -[[image:英威腾下载.png]] 2280 - 2281 -**6)Cable Wiring** 2282 - 2283 -(% style="text-align:center" %) 2284 -[[image:wire.png]] 2285 - 2286 2286 = Create communication with **Modbus ** = 2287 2287 2288 2288 == **MODBUS RTU Slave (All function)** == ... ... @@ -2294,86 +2294,6 @@ 2294 2294 (% style="text-align:center" %) 2295 2295 [[image:1624342015914-382.png||height="486" width="800" class="img-thumbnail"]] 2296 2296 2297 -== **Communicate with Modbus Meter** == 2298 - 2299 -The following example is using the Linfee meter LNF96EY to demonstrate how to set up the Modbus communication. 2300 - 2301 -~1. Wiring the RS485 cable first. Because the pin 58 is A, the pin 59 is B for meter. Here we use the COM1 to connect. So the diagram like follows: 2302 - 2303 -(% style="text-align:center" %) 2304 -[[image:LinfeeTerminalDiagram.png]] 2305 - 2306 -2. Check the specific Modbus parameter in the communication menu from LED display. 2307 - 2308 -So from the following pictures, we can know the Meter Address is 85, Baud rate is 9600, CRC None. 2309 - 2310 -{{info}} 2311 -**✎Note: **Meter address usually corresponding to the Modbus Slave Station No. on the Modbus communication. 2312 -{{/info}} 2313 - 2314 -(% style="text-align:center" %) 2315 -[[image:MeterModbusAllView.png]] 2316 - 2317 -(% class="wikigeneratedid" %) 2318 -3. Set up the communication in the Configuration tab. 2319 - 2320 -(% class="wikigeneratedid" %) 2321 -Select the protocol as **ModBus RTU Slave (All Function)**. And set the communication parameters like below. 2322 - 2323 -(% style="text-align:center" %) 2324 -[[image:VNETCommunicationtabmeter.png]] 2325 - 2326 -(% class="wikigeneratedid" %) 2327 -4. Create new real-time monitoring tag accroding to Modbus manual 2328 - 2329 -(% class="wikigeneratedid" %) 2330 -Enter the address we want to read from the meter. The following table is intercept part of the manual for Linfee Modbus manual. 2331 - 2332 -(% class="wikigeneratedid" %) 2333 -**0x03/0x04 command data register address**: 2334 - 2335 -(% style="width:1142.22px" %) 2336 -|(% style="display:none" %) |=(% colspan="2" rowspan="1" style="width: 165px;" %)Address(% style="display:none" %) |=Description|=Data Format|=(% style="width: 254px;" %)Data Length(Word)|=(% style="width: 282px;" %)Remark 2337 -|(%%)(% style="display:none" %) (%%) HEX|(% style="width:107px" %)DEC|(%%)(% style="display:none" %) (%%) |(% style="width:100px" %) |(%%)(% style="display:none" %) (%%) |(% style="width:318px" %) 2338 -|(% style="width:107px" %)0x00|(% style="width:100px" %)0|Reserved| | |(% style="width:318px" %) 2339 -|(% style="width:107px" %)0x02|(% style="width:100px" %)2|Reserved| | |(% style="width:318px" %) 2340 -|(% style="width:107px" %)0x04|(% style="width:100px" %)4|Reserved| | |(% style="width:318px" %) 2341 -|(% style="width:107px" %)0x06|(% style="width:100px" %)6|Ua|float|2|(% style="width:318px" %)Phase Voltage data, Unit V 2342 -|(% style="width:107px" %)0x08|(% style="width:100px" %)8|Ub|float|2|(% style="width:318px" %)Phase Voltage data, Unit V 2343 -|(% style="width:107px" %)0x0A|(% style="width:100px" %)10|Uc|float|2|(% style="width:318px" %)Phase Voltage data, Unit V 2344 -|(% style="width:107px" %)0x0C|(% style="width:100px" %)12|Uab|float|2|(% style="width:318px" %)Line Voltage data, Unit V 2345 -|(% style="width:107px" %)0x0E|(% style="width:100px" %)14|Ubc|float|2|(% style="width:318px" %)Line Voltage data, Unit V 2346 -|(% style="width:107px" %)0x10|(% style="width:100px" %)16|Uca|float|2|(% style="width:318px" %)Line Voltage data, Unit V 2347 -|(% style="width:107px" %)0x12|(% style="width:100px" %)18|Ia|float|2|(% style="width:318px" %)Phase Current data, Unit A 2348 -|(% style="width:107px" %)0x14|(% style="width:100px" %)20|Ib|float|2|(% style="width:318px" %)Phase Current data, Unit A 2349 -|(% style="width:107px" %)0x16|(% style="width:100px" %)22|Ic|float|2|(% style="width:318px" %)Phase Current data, Unit A 2350 - 2351 -{{info}} 2352 -**✎Note: **We usually use the Data Type 4 for read the Modbus registers(Function Code 03) 2353 -{{/info}} 2354 - 2355 -For example, here we want to read the Phase Voltage Ua (Modbus offset 0006), the Modbus register main No. requires input decimal number, and check whether the actual address has one address offset, so the tag configured like the following screenshot: 2356 - 2357 -(% style="text-align:center" %) 2358 -[[image:VNETModbusTagSettings.png]] 2359 - 2360 -(% style="text-align:center" %) 2361 -[[image:VNETModbusTagByteSettings.png]] 2362 - 2363 -{{info}} 2364 -**✎Note: **If the read value is incorrect, please check whether need to change the Byte order. 2365 -{{/info}} 2366 - 2367 -Set the Modbus Slave Station No. 2368 - 2369 -(% style="text-align:center" %) 2370 -[[image:ModbusStationSettings.png]] 2371 - 2372 -If the communication is setup successfully, the tag will show green light. 2373 - 2374 -(% style="text-align:center" %) 2375 -[[image:Monitoringtaggreenlight.png]] 2376 - 2377 2377 == **MODBUS RTU Master** == 2378 2378 2379 2379 Select the protocol "Modbus RTU Master", ... ... @@ -2386,8 +2386,8 @@ 2386 2386 **address list** 2387 2387 2388 2388 (% class="table-bordered" %) 2389 -| =(% scope="row" %)**Type**|=**Data Type**|=**Function code and description**2390 -|(% rowspan="11" %) Word|(% rowspan="3" %)3|04 (Read Input Registers: Read the current binary value in one or more input registers)1663 +|**type**|**register**|**Function code and description** 1664 +|(% rowspan="11" %)词|(% rowspan="3" %)3|04 (Read Input Registers: Read the current binary value in one or more input registers) 2391 2391 |06 (write single register: write a binary value to a holding register) 2392 2392 |10 (write values to multiple addresses ) 2393 2393 |(% rowspan="3" %)4|03 (read holding register: read current binary value in one or more holding registers) ... ... @@ -2426,7 +2426,7 @@ 2426 2426 2427 2427 **2)Address List** 2428 2428 2429 -| =**Type**|=**Data Type**|=**Function code & Description**1703 +|**Type**|**Register**|**Function code & Description** 2430 2430 |(% rowspan="11" %)Word|(% rowspan="3" %)3|04 (read input register: read current binary value in one or more input registers) 2431 2431 |06 (write single register: write a binary value to a holding register) 2432 2432 |10 (write values to multiple addresses )
- 0Il1q9GZgk.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -24.6 KB - Content
- 1679563870401-671.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -39.3 KB - Content
- 1682233464031-639.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -15.9 KB - Content
- AB.gif
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -7.3 KB - Content
- ABRS232.gif
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -7.3 KB - Content
- CCW.Shell_E5Cwj4tUL3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -27.1 KB - Content
- ControlStarCommunicate.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -26.0 KB - Content
- ControlStarModbus.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -24.9 KB - Content
- ControlStarSystemBlock.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -46.3 KB - Content
- CrouzetRS232 VBox.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -14.9 KB - Content
- DVPEthernetAutoSearch.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -43.6 KB - Content
- DVPEthernetPLCtoPC.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -8.9 KB - Content
- DVPEthernetSetup.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -19.9 KB - Content
- DVPEthernetTransfer.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -59.9 KB - Content
- DVPEthernetVNETPortocol.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -21.4 KB - Content
- DVPEthernetWPLSoft.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -97.5 KB - Content
- DVPEthernetWPLSoft2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -45.2 KB - Content
- Delta DVP PROTOCOLSerial232.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -10.7 KB - Content
- Emerson.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -13.7 KB - Content
- Ethernet.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -45.5 KB - Content
- HollySysRS232.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -10.4 KB - Content
- Hollysys LM Modbus RTU.gif
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -7.1 KB - Content
- Hollysys485-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -13.5 KB - Content
- Hollysys485box.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -13.4 KB - Content
- LinfeeTerminalDiagram.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -8.6 KB - Content
- LldwDGntf4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -24.3 KB - Content
- MeterModbusAddr.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -562.5 KB - Content
- MeterModbusAllView.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -1.6 MB - Content
- MeterModbusBaud.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -444.0 KB - Content
- MeterModbusPara.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -532.0 KB - Content
- ModbusStationSettings.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -35.8 KB - Content
- Monitoringtaggreenlight.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -7.5 KB - Content
- V-NET_Client setting.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -41.9 KB - Content
- V-NET_Client_ADD.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -51.4 KB - Content
- V-NET_Client_KOR0AHEA4M.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -14.2 KB - Content
- V-NET_Client_TIiAymnjkx.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -12.8 KB - Content
- V-NET_Client_TNBuqy7T5r.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -26.7 KB - Content
- V-NET_Client_communication.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -25.5 KB - Content
- V-NET_Client_iKKKhcgxm1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -35.9 KB - Content
- V-NET_Client_t2Rg2wpSoY.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -53.7 KB - Content
- VNETCommunicationtabmeter.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -31.0 KB - Content
- VNETModbusTagByteSettings.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -31.2 KB - Content
- VNETModbusTagSettings.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -35.7 KB - Content
- WgvjfWbQif.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -36.3 KB - Content
- conne ab plc.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -43.1 KB - Content
- export.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -115.2 KB - Content
- export1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -115.2 KB - Content
- image-20221116105850-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -18.9 KB - Content
- image-20221116105947-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -18.7 KB - Content
- image-20221116110802-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -16.4 KB - Content
- image-20221116110832-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -42.2 KB - Content
- image-20221116110907-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -17.8 KB - Content
- image-20221116110917-4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -23.2 KB - Content
- image-20221116111427-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -63.4 KB - Content
- image-20221116111451-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -225.5 KB - Content
- image-20221116111509-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -34.1 KB - Content
- image-20221116111651-4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -74.3 KB - Content
- image-20221116111727-5.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -106.2 KB - Content
- image-20221116114106-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -99.5 KB - Content
- image-20221119101759-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -62.1 KB - Content
- image-20221119101946-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -68.7 KB - Content
- image-20221119171318-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -90.3 KB - Content
- image-20221119171343-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -90.3 KB - Content
- image-20221119171436-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -43.4 KB - Content
- image-20221119171611-4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -23.1 KB - Content
- image-20221119171832-5.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bob - Size
-
... ... @@ -1,1 +1,0 @@ 1 -69.6 KB - Content
- plc 软件.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -106.8 KB - Content
- project create.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -65.5 KB - Content
- software.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -25.8 KB - Content
- v-net client vers.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -13.1 KB - Content
- wire.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -137.2 KB - Content
- 企业微信截图_16889606174191.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -20.7 KB - Content
- 盒子创建英威腾.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -86.5 KB - Content
- 英威腾下载.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -49.0 KB - Content
- 英威腾创建1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -36.7 KB - Content
- 英威腾创建2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -115.7 KB - Content
- 英威腾创建3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -76.6 KB - Content
- 英威腾软件.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.AiXia - Size
-
... ... @@ -1,1 +1,0 @@ 1 -52.6 KB - Content