Changes for page 1 Communication
Last modified by Hunter on 2024/07/01 10:54
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 40 added, 0 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
- Emerson.png
- Ethernet.png
- 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
- project create.png
- software.png
- v-net client vers.png
Details
- Page properties
-
- Content
-
... ... @@ -2,6 +2,8 @@ 2 2 3 3 == **LX3V Serial Protocol** == 4 4 5 +== **xcvxvxcv** == 6 + 5 5 Supported series: Wecon LX2V/ LX2E/ LX3V/LX3VP/LX3VE/LX3VM 6 6 7 7 **1)V-BOX setting** ... ... @@ -176,16 +176,116 @@ 176 176 177 177 The above are all the steps for establishing ethernet communication between V-BOX with LX5V PLC. 178 178 179 -= Create communication with **Rockwell 181 += Create communication with Allen-Bradley(**Rockwell**)** PLC** = 180 180 181 -== (% id="cke_bm_5621S"style="display:none"%)** **(%%)**MicroLogixProtocol** ==183 +== **DF1 Advanced Protocol** == 182 182 185 +MicroLogix 1000/1100/1200/1400/1500; SLC 5/03 5/04 5/05; PLC-5 186 + 187 +**1) V-Box Settings** 188 + 189 +|=Item|=Recommended |=Note 190 +|=Protocol|Allen Bradley DF1 Advanced| 191 +|=Connection|RS232| 192 +|=Baud rate|19200| 193 +|=Stop bits|1| 194 +|=Data bits|8| 195 +|=Parity|None| 196 +|=PLC Station No.|1| 197 +|=HMI Station No.|0| 198 + 199 +**2) Address List** 200 + 201 +|=**Type**|=**Device registers**|=**Format**|=**Range**|=Note 202 +|(% colspan="1" rowspan="7" %)Bit|I1|I1ddd.dd|0.0~~255.15|Only able to communicate with file number I1 203 +|O0|O0ddd.dd|0.0~~255.15|Only able to communicate with file number O0 204 +|S2|S2ddd.dd|0.0~~255.15|Only able to communicate with file number S2 205 +|B3|B3ddd.dd|0.0~~255.15|Only able to communicate with file number B3 206 +|BN|BNddddd.dd|0.0~~99255.15|((( 207 +Bit data file B0~~B99 208 + 209 +First two digits is for file number 210 + 211 +For example, BN13001.00 represents file number B13, address 001, the 0th bit. 212 +))) 213 +|N7|N7ddd.dd|0.0~~255.15|Only able to communicate with file number N7 214 +|NN|NNddddd.dd|0.0~~99255.15|((( 215 +Integer data file bit format N0~~N99 216 + 217 +First two digits is for file number 218 + 219 +For example, NN13001.00 represents file number N13, address 001, the 0th bit. 220 +))) 221 +|(% rowspan="11" %)Word|S2|S2ddd|0~~255|Only able to communicate with file number S2 222 +|T4S|T4Sddd|0~~255|Only able to communicate with file number T4 (Timer Preset Value) 223 +|T4P|T4Pddd|0~~255|Only able to communicate with file number T4 (Timer Accumulator Value) 224 +|TNS|TNSddddd|0~~99255|((( 225 +Timer Preset Value 226 + 227 +First two digits is for file number 228 + 229 +For example, TNS99255 represents file number T99, address 255. 230 +))) 231 +|TNP|TNPddddd|0~~99255|((( 232 +Timer Accumulator Value 233 + 234 +First two digits is for file number 235 + 236 +For example, TNP99255 represents file number T99, address 255. 237 +))) 238 +|C5S|C5Sddd|0~~255|Only able to communicate with file number C5 (Counter Preset Value) 239 +|C5P|C5Pddd|0~~255|Only able to communicate with file number C5 (Counter Accumulator Value) 240 +|CNS|CNSddddd|0~~99255|((( 241 +Counter Preset Value 242 + 243 +First two digits is for file number 244 + 245 +For example, CNS99255 represents file number C99, address 255. 246 +))) 247 +|CNP|CNPddddd|0~~99255|((( 248 +Counter Accumulator Value 249 + 250 +First two digits is for file number 251 + 252 +For example, CNP99255 represents file number C99, address 255. 253 +))) 254 +|N7|N7ddd|0~~255|Only able to communicate with file number N7 255 +|NN|NNddd|0~~99255|((( 256 +Integer data file 257 + 258 +First two digits is for file number 259 + 260 +For example, NN99255 represents file number N99, address 255. 261 +))) 262 +|(% colspan="1" rowspan="3" %)Double Word|F8|F8ddd|0~~255|((( 263 +Only able to communicate with file number N7 264 +))) 265 +|FN|FNddddd|0~~99255|((( 266 +Floating point data file 267 + 268 +First two digits is for file number 269 + 270 +For example, FN99255 represents file number F99, address 255. 271 +))) 272 +|LN|LNddddd|0~~99255|Long 273 + 274 +**3) Cable Wiring** 275 + 276 +(% style="text-align:center" %) 277 +[[image:ABRS232.gif]] 278 + 279 +(% class="wikigeneratedid" id="HMicroLogixA0Protocol" %) 280 +(% id="cke_bm_5621S" style="display:none" %)** ** 281 + 282 +== **MicroLogix Protocol** == 283 + 284 +(% class="wikigeneratedid" %) 183 183 MicroLogix 1000/1100/1200/1400/1500; SLC 5/03 5/04 5/05 PLC-5 184 184 185 185 **1)V-BOX setting** 186 186 187 187 |**Item**|**Settings**|**Note** 188 -|Protocol|Allen-Bradl ley DF1 Advanced|290 +|Protocol|Allen-Bradley DF1 Advanced| 189 189 |Connection|RS232| 190 190 |Baud rate|19200| 191 191 |Data bit|8| ... ... @@ -420,11 +420,245 @@ 420 420 The above are all the steps for establishing Ethernet communication between Wecon V-box with CompactLogix L1769 PLC. 421 421 422 422 423 -= ** Allen-Bradley Ethernet DF1** =525 +== **Micro850_FreeTag Protocol(new)** == 424 424 527 +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. 528 + 529 +(% class="wikigeneratedid" id="HSoftwareconfigurationofPLC" %) 530 +((( 531 +**Software configuration of PLC** 532 +))) 533 + 534 +(% class="wikigeneratedid" id="HPLCprogrammingsoftware" %) 535 +((( 536 +**1)PLC programming software:Connected Components Workbench™** 537 + 538 +(% style="text-align:center" %) 539 +[[image:software.png]] 540 + 541 +**2)New PLC project** 542 + 543 +Click New Project and select the PLC model. 544 + 545 +(% style="text-align:center" %) 546 +[[image:project create.png]] 547 + 548 +**3)Set Ethernet parameters** 549 + 550 +Follow the steps below to configure Ethernet parameters 551 + 552 +PLC IP address:192.168.39.56 553 + 554 +default gateway:192.168.39.1 555 + 556 +subnet mask:255.255.255.0 557 + 558 +(% style="text-align:center" %) 559 +[[image:Ethernet.png]] 560 + 561 +**4)connect PLC** 562 + 563 +**When downloading the setting, need to change the status of the PLC to PRG** 564 + 565 +(% style="text-align:center" %) 566 +[[image:conne ab plc.png]] 567 + 568 +**V-box software configuration** 569 + 570 +**1)V-box programming software** 571 + 572 +(% style="text-align:center" %) 573 +[[image:v-net client vers.png]] 574 + 575 +**2)Set communication port parameters** 576 + 577 +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. 578 + 579 +(% style="text-align:center" %) 580 +[[image:V-NET_Client_t2Rg2wpSoY.png]] 581 + 582 +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. 583 + 584 +(% style="text-align:center" %) 585 +[[image:V-NET_Client_communication.png]] 586 + 587 +Export variables from PLC, select CSV file, comma delimited.(% id="cke_bm_1950S" style="display:none" %) 588 + 589 +(% style="text-align:center" %) 590 +[[image:export1.png]] 591 + 592 +(% style="text-align:center" %) 593 +[[image:CCW.Shell_E5Cwj4tUL3.png]] 594 + 595 +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. 596 + 597 +(% style="text-align:center" %) 598 +[[image:V-NET_Client_TNBuqy7T5r.png]] 599 + 600 +**3)Engineering production** 601 + 602 +According to your own needs, use the V-NET client software to edit the required data monitoring points. 603 + 604 +(% style="text-align:center" %) 605 +[[image:V-NET_Client_KOR0AHEA4M.png]] 606 + 607 + 608 +))) 609 + 610 +== **Ethernet DF1 Protocol** == 611 + 425 425 [[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]] 426 426 614 += Create communication with **Crouzet PLC** = 427 427 616 +== **CROUZET M3 (FBD)** == 617 + 618 +Support Series: Crouzet Millenium 3 CD12/CB12 619 + 620 +**1)V-BOX setting** 621 + 622 +|=Item|=Recommended |=Note 623 +|=Protocol|CROUZET M3 (FBD)| 624 +|=Connection|RS232| 625 +|=Baud rate|115200| 626 +|=Stop bits|1| 627 +|=Data bits|7| 628 +|=Parity|EVEN| 629 + 630 +**2)Address List** 631 + 632 +|=**Type**|=**Device registers**|=**Format**|=**Range**|=Note 633 +|(% rowspan="4" %)Bit|I|I DD|1~~99|Input 634 +|SLIBit|SLIBit DD.dd|1.0~~24.15|Serial Link Input 635 +|SLOBit|SLOBit DD.dd|25.0~~48.15|Serial Link Output(Read only) 636 +|State|State D|1~~1|PLC state(Read only) 637 +|(% rowspan="5" %)Word|AI|AI DD|1~~99|Analog Input 638 +|SLIn|SLIn DD|1~~24|Serial Link Input 639 +|SLOut|SLOut DD|25~~48|Serial Link Output(Read only) 640 +|Time|Time D|1~~6|((( 641 +Time1: Second 642 + 643 +Time2: Minute 644 + 645 +Time3: Hour 646 + 647 +Time4: Day 648 + 649 +Time5: Month 650 + 651 +Time6: Year 652 +))) 653 +|Order|Order D|1~~1|((( 654 +Running command(Write only) 655 + 656 +~=2: Run mode; =1: Stop mode; 657 +))) 658 + 659 +**3)Cable Wiring** 660 + 661 +(% style="text-align:center" %) 662 +[[image:CrouzetRS232 VBox.png]] 663 + 664 +{{info}} 665 +**✎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. 666 +{{/info}} 667 + 668 += Create communication with EMERSON PLC = 669 + 670 +== **RTU Slave Protocol** == 671 + 672 +Supported series: EC10 series 673 + 674 +**1)V-BOX setting** 675 + 676 +|**Items**|**Settings**|**Note** 677 +|Protocol|Emerson 984 RTU Slave MODBUS| 678 +|Connection|RS485| 679 +|Baud rate|19200| 680 +|Data bit|8| 681 +|Parity|EVEN| 682 +|Stop bit|1| 683 +|Device station No.|1|Need to be same as the PLC setting 684 + 685 +(% class="wikigeneratedid" %) 686 +**2)PLC Setting** 687 + 688 +(% class="wikigeneratedid" %) 689 +Remember to use the Control Star to enable the Modbus RTU communication for port 1 in system block before dowload into PLC. 690 + 691 +(% style="text-align:center" %) 692 +[[image:ControlStarSystemBlock.png]] 693 + 694 +(% style="text-align:center" %) 695 +[[image:ControlStarCommunicate.png]] 696 + 697 +(% style="text-align:center" %) 698 +[[image:ControlStarModbus.png]] 699 + 700 +(% class="wikigeneratedid" %) 701 +**3)Address List** 702 + 703 +|**Type**|**Device registers**|**Format**|**Range**|**Note** 704 +|(% colspan="1" rowspan="12" %)Bit|Y|YOOO|0~~377| 705 +|X|XOOO|0~~377| 706 +|M0|M0DDDD|0~~2047| 707 +|M1|M1DDDDD|2048~~10239| 708 +|SM0|SM0DDD|0~~255| 709 +|SM1|SM1DDD|256~~511| 710 +|S0|S0DDDD|0~~1023| 711 +|S1|S1DDDD|1024~~4095| 712 +|T0|T0DDD|0~~255| 713 +|T1|T1DDD|256~~511| 714 +|C0|C0DDD|0~~255| 715 +|C1|C1DDD|256~~306| 716 +|(% colspan="1" rowspan="7" %)Word|D|DDDDD|0~~7999| 717 +|Z|ZDD|0~~15| 718 +|TW0|TW0DDD|0~~255| 719 +|TW1|TW1DDD|256~~511| 720 +|SD0|SD0DDD|0~~255| 721 +|SD1|SD1DDD|256~~511| 722 +|CW|CWDDD|0~~306| 723 +|(% colspan="1" rowspan="2" %)Double Word|CW0|CW0DDD|200~~255| 724 +|CW1|CW1DDDDD|256~~99999| 725 + 726 +**4) Cable Wiring** 727 + 728 +(% style="text-align:center" %) 729 +[[image:Emerson.png]] 730 + 731 += Create communication with HollySys PLC = 732 + 733 +== **LK Modbus RTU** == 734 + 735 +Supported Series: HollySys LK series PLC 736 + 737 +**1)V-BOX setting** 738 + 739 +|**Items**|**Settings**|**Note** 740 +|Protocol|HollySys LK Modbus RTU| 741 +|Connection|RS485| 742 +|Baud rate|38400| 743 +|Data bit|8| 744 +|Parity|None| 745 +|Stop bit|1| 746 +|Device station No.|1| 747 + 748 +**2)Address List** 749 + 750 +|=**Type**|=**Device registers**|=**Format**|=**Range**|=**Note** 751 +|Bit|QX|QXDDDDD.dd|0~~65535.15| 752 +|Bit|IX|IXDDDDD.dd|0~~65535.15| 753 +|Bit|MX|MXDDDDD.dd|0~~65535.15| 754 +|Word|QW|QWDDDDD|0~~99999| 755 +|Word|IW|IWDDDDD|0~~99999| 756 +|Word|MW|MWDDDDD|0~~99999| 757 +|Word|MD|MDDDDDD|0~~99999| 758 + 759 +**3)Cable Wiring** 760 + 761 +(% style="text-align:center" %) 762 +[[image:Hollysys485-2.png]] 763 + 428 428 = Create communication with **Siemens PLC** = 429 429 430 430 == **S7-200 Smart Ethernet Protocol** == ... ... @@ -608,6 +608,97 @@ 608 608 609 609 [[image:image-20220824162342-2.png]] 610 610 947 +== **LOGO Ethernet Protocol** == 948 + 949 +Supported Series: Siemens Logo 0BA0, 0BA1 series 950 + 951 +**V-BOX Settings** 952 + 953 + 954 +|**Items**|**Settings**|**Note** 955 +|Protocol|Siemens LOGO| 956 +|Connection|Ethernet| 957 +|Port No.|102| 958 +|PLC station No.|2| 959 + 960 +**Address List** 961 + 962 + 963 +|**Number**|**Address Type**|**Data Type**|**Range**|**DB Address**|**PLC Address** 964 +|1|RTC|Word|1-7|DB1.DBX984.0|0x001ec0 965 +|2|VB|Byte|0-1469|DB1.DBX0.0|0x000000 966 +|3|VD|Double Word|0-1466|DB1.DBX0.0|0x000000 967 +|4|VW|Word|0-1468|DB1.DBX0.0|0x000000 968 +|5|NAQ|Word|1-32|DB1.DBX1406.0|0x002bf0 969 +|6|NAI|Word|1-64|DB1.DBX1262.0|0x002770 970 +|7|AM|Word|1-64|DB1.DBX1118.0|0x0022f0 971 +|8|AQ|Word|1-16|DB1.DBX1072.0|0x002180 972 +|9|AI|Word|1-16|DB1.DBX1032.0|0x002040 973 +|10|I|Bit|1-64|DB1.DBX1024.0|0x002000 974 +|11|Q|Bit|1-64|DB1.DBX1064.0|0x002140 975 +|12|M|Bit|1-112|DB1.DBX1104.0|0x002280 976 +|13|NI|Bit|1-128|DB1.DBX1246.0|0x0026f0 977 +|14|NQ|Bit|1-128|DB1.DBX1390.0|0x002b70 978 +|15|V|Bit|0-14697|DB1.DBX0.0|0x000000 979 + 980 +**PLC Settings in LOGO Software:** 981 + 982 +Click [Tools]~-~-[Ethernet Connections],shown as below. 983 + 984 +(% style="text-align:center" %) 985 +[[image:PIStudio.12\.PLC protocols.WebHome@12.PLC Protocol_html_8b9d2322edf89519.png]] 986 + 987 +Set Ethernet connection parameter. IP, Subnet Mask, shown as below. 988 + 989 +(% style="text-align:center" %) 990 +[[image:PIStudio.12\.PLC protocols.WebHome@image-20221228142937-4.png]] 991 + 992 +**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. 993 + 994 +(% style="text-align:center" %) 995 +[[image:PIStudio.12\.PLC protocols.WebHome@image-20221228143047-5.png]] 996 + 997 + **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. 998 + 999 +(% style="text-align:center" %) 1000 +[[image:PIStudio.12\.PLC protocols.WebHome@image-20221228143246-6.png]] 1001 + 1002 +**V-BOX Communication Settings** 1003 + 1004 +Set PLC IP in [IP Address] settings; 1005 + 1006 +(% style="text-align:center" %) 1007 +[[image:LldwDGntf4.png]] 1008 + 1009 +Enable V-BOX Ethernet in [Network]; 1010 + 1011 +(% style="text-align:center" %) 1012 +[[image:WgvjfWbQif.png]] 1013 + 1014 +TSAP setting 1015 + 1016 +* The initialization script needs to set the source TSAP address and the target TSAP address, otherwise the communication will not be successful. 1017 + 1018 +{{code language="LUA"}} 1019 +function init.main() 1020 +addr_setword("@W_0#HSW1200",8192) -- Set the source TSAP address 1021 +addr_setword("@W_0#HSW1201",4096) -- Set the destination TSAP address 1022 +end 1023 +{{/code}} 1024 + 1025 +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. 1026 + 1027 +**✎Note:** 1028 + 1029 +* **Communication port configuration: ** 1030 +** Continuous length needs to be set to 0. 1031 +** Integration interval needs to be set to 1. (no change may result in data errors) 1032 +** Set Port and Device Station NO. 1033 +** Other set as defaulted. 1034 +* **Notes on the use of registers:** 1035 +** Register VD: Use only registers that are multiples of 4, such as 0, 4, 8, etc. 1036 +** 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 ) 1037 + 611 611 = Create communication with **Mitsubishi PLC** = 612 612 613 613 == **FX1S,1N,2N Serial Protocol** == ... ... @@ -1753,6 +1753,86 @@ 1753 1753 (% style="text-align:center" %) 1754 1754 [[image:1624342015914-382.png||height="486" width="800" class="img-thumbnail"]] 1755 1755 2183 +== **Communicate with Modbus Meter** == 2184 + 2185 +The following example is using the Linfee meter LNF96EY to demonstrate how to set up the Modbus communication. 2186 + 2187 +~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: 2188 + 2189 +(% style="text-align:center" %) 2190 +[[image:LinfeeTerminalDiagram.png]] 2191 + 2192 +2. Check the specific Modbus parameter in the communication menu from LED display. 2193 + 2194 +So from the following pictures, we can know the Meter Address is 85, Baud rate is 9600, CRC None. 2195 + 2196 +{{info}} 2197 +**✎Note: **Meter address usually corresponding to the Modbus Slave Station No. on the Modbus communication. 2198 +{{/info}} 2199 + 2200 +(% style="text-align:center" %) 2201 +[[image:MeterModbusAllView.png]] 2202 + 2203 +(% class="wikigeneratedid" %) 2204 +3. Set up the communication in the Configuration tab. 2205 + 2206 +(% class="wikigeneratedid" %) 2207 +Select the protocol as **ModBus RTU Slave (All Function)**. And set the communication parameters like below. 2208 + 2209 +(% style="text-align:center" %) 2210 +[[image:VNETCommunicationtabmeter.png]] 2211 + 2212 +(% class="wikigeneratedid" %) 2213 +4. Create new real-time monitoring tag accroding to Modbus manual 2214 + 2215 +(% class="wikigeneratedid" %) 2216 +Enter the address we want to read from the meter. The following table is intercept part of the manual for Linfee Modbus manual. 2217 + 2218 +(% class="wikigeneratedid" %) 2219 +**0x03/0x04 command data register address**: 2220 + 2221 +(% style="width:1142.22px" %) 2222 +|(% 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 2223 +|(%%)(% style="display:none" %) (%%) HEX|(% style="width:107px" %)DEC|(%%)(% style="display:none" %) (%%) |(% style="width:100px" %) |(%%)(% style="display:none" %) (%%) |(% style="width:318px" %) 2224 +|(% style="width:107px" %)0x00|(% style="width:100px" %)0|Reserved| | |(% style="width:318px" %) 2225 +|(% style="width:107px" %)0x02|(% style="width:100px" %)2|Reserved| | |(% style="width:318px" %) 2226 +|(% style="width:107px" %)0x04|(% style="width:100px" %)4|Reserved| | |(% style="width:318px" %) 2227 +|(% style="width:107px" %)0x06|(% style="width:100px" %)6|Ua|float|2|(% style="width:318px" %)Phase Voltage data, Unit V 2228 +|(% style="width:107px" %)0x08|(% style="width:100px" %)8|Ub|float|2|(% style="width:318px" %)Phase Voltage data, Unit V 2229 +|(% style="width:107px" %)0x0A|(% style="width:100px" %)10|Uc|float|2|(% style="width:318px" %)Phase Voltage data, Unit V 2230 +|(% style="width:107px" %)0x0C|(% style="width:100px" %)12|Uab|float|2|(% style="width:318px" %)Line Voltage data, Unit V 2231 +|(% style="width:107px" %)0x0E|(% style="width:100px" %)14|Ubc|float|2|(% style="width:318px" %)Line Voltage data, Unit V 2232 +|(% style="width:107px" %)0x10|(% style="width:100px" %)16|Uca|float|2|(% style="width:318px" %)Line Voltage data, Unit V 2233 +|(% style="width:107px" %)0x12|(% style="width:100px" %)18|Ia|float|2|(% style="width:318px" %)Phase Current data, Unit A 2234 +|(% style="width:107px" %)0x14|(% style="width:100px" %)20|Ib|float|2|(% style="width:318px" %)Phase Current data, Unit A 2235 +|(% style="width:107px" %)0x16|(% style="width:100px" %)22|Ic|float|2|(% style="width:318px" %)Phase Current data, Unit A 2236 + 2237 +{{info}} 2238 +**✎Note: **We usually use the Data Type 4 for read the Modbus registers(Function Code 03) 2239 +{{/info}} 2240 + 2241 +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: 2242 + 2243 +(% style="text-align:center" %) 2244 +[[image:VNETModbusTagSettings.png]] 2245 + 2246 +(% style="text-align:center" %) 2247 +[[image:VNETModbusTagByteSettings.png]] 2248 + 2249 +{{info}} 2250 +**✎Note: **If the read value is incorrect, please check whether need to change the Byte order. 2251 +{{/info}} 2252 + 2253 +Set the Modbus Slave Station No. 2254 + 2255 +(% style="text-align:center" %) 2256 +[[image:ModbusStationSettings.png]] 2257 + 2258 +If the communication is setup successfully, the tag will show green light. 2259 + 2260 +(% style="text-align:center" %) 2261 +[[image:Monitoringtaggreenlight.png]] 2262 + 1756 1756 == **MODBUS RTU Master** == 1757 1757 1758 1758 Select the protocol "Modbus RTU Master", ... ... @@ -1765,8 +1765,8 @@ 1765 1765 **address list** 1766 1766 1767 1767 (% class="table-bordered" %) 1768 -|** type**|**register**|**Function code and description**1769 -|(% rowspan="11" %) 词|(% rowspan="3" %)3|04 (Read Input Registers: Read the current binary value in one or more input registers)2275 +|=(% scope="row" %)**Type**|=**Data Type**|=**Function code and description** 2276 +|(% rowspan="11" %)Word|(% rowspan="3" %)3|04 (Read Input Registers: Read the current binary value in one or more input registers) 1770 1770 |06 (write single register: write a binary value to a holding register) 1771 1771 |10 (write values to multiple addresses ) 1772 1772 |(% rowspan="3" %)4|03 (read holding register: read current binary value in one or more holding registers) ... ... @@ -1805,7 +1805,7 @@ 1805 1805 1806 1806 **2)Address List** 1807 1807 1808 -|**Type**|** Register**|**Function code & Description**2315 +|=**Type**|=**Data Type**|=**Function code & Description** 1809 1809 |(% rowspan="11" %)Word|(% rowspan="3" %)3|04 (read input register: read current binary value in one or more input registers) 1810 1810 |06 (write single register: write a binary value to a holding register) 1811 1811 |10 (write values to multiple addresses )
- 0Il1q9GZgk.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Bob - Size
-
... ... @@ -1,0 +1,1 @@ 1 +24.6 KB - Content
- 1679563870401-671.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +39.3 KB - Content
- 1682233464031-639.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +15.9 KB - Content
- AB.gif
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +7.3 KB - Content
- ABRS232.gif
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +7.3 KB - Content
- CCW.Shell_E5Cwj4tUL3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +27.1 KB - Content
- ControlStarCommunicate.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +26.0 KB - Content
- ControlStarModbus.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +24.9 KB - Content
- ControlStarSystemBlock.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +46.3 KB - Content
- CrouzetRS232 VBox.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +14.9 KB - Content
- Emerson.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +13.7 KB - Content
- Ethernet.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +45.5 KB - Content
- Hollysys485-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +13.5 KB - Content
- Hollysys485box.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +13.4 KB - Content
- LinfeeTerminalDiagram.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +8.6 KB - Content
- LldwDGntf4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Bob - Size
-
... ... @@ -1,0 +1,1 @@ 1 +24.3 KB - Content
- MeterModbusAddr.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +562.5 KB - Content
- MeterModbusAllView.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.6 MB - Content
- MeterModbusBaud.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +444.0 KB - Content
- MeterModbusPara.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +532.0 KB - Content
- ModbusStationSettings.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +35.8 KB - Content
- Monitoringtaggreenlight.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +7.5 KB - Content
- V-NET_Client setting.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +41.9 KB - Content
- V-NET_Client_ADD.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +51.4 KB - Content
- V-NET_Client_KOR0AHEA4M.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +14.2 KB - Content
- V-NET_Client_TIiAymnjkx.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +12.8 KB - Content
- V-NET_Client_TNBuqy7T5r.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +26.7 KB - Content
- V-NET_Client_communication.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.5 KB - Content
- V-NET_Client_iKKKhcgxm1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +35.9 KB - Content
- V-NET_Client_t2Rg2wpSoY.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +53.7 KB - Content
- VNETCommunicationtabmeter.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +31.0 KB - Content
- VNETModbusTagByteSettings.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +31.2 KB - Content
- VNETModbusTagSettings.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +35.7 KB - Content
- WgvjfWbQif.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Bob - Size
-
... ... @@ -1,0 +1,1 @@ 1 +36.3 KB - Content
- conne ab plc.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +43.1 KB - Content
- export.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +115.2 KB - Content
- export1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +115.2 KB - Content
- project create.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +65.5 KB - Content
- software.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.8 KB - Content
- v-net client vers.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.AiXia - Size
-
... ... @@ -1,0 +1,1 @@ 1 +13.1 KB - Content