Changes for page 1 Communication

Last modified by Hunter on 2024/07/01 10:54

From version 230.1
edited by Theodore Xu
on 2023/04/23 15:41
Change comment: There is no comment for this version
To version 216.1
edited by Hunter
on 2023/03/18 15:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.AiXia
1 +XWiki.Hunter
Content
... ... @@ -176,6 +176,8 @@
176 176  
177 177  The above are all the steps for establishing ethernet communication between V-BOX with LX5V PLC.
178 178  
179 +
180 +
179 179  = Create communication with Allen-Bradley(**Rockwell**)** PLC** =
180 180  
181 181  == **DF1 Advanced Protocol** ==
... ... @@ -520,89 +520,8 @@
520 520  The above are all the steps for establishing Ethernet communication between Wecon V-box with CompactLogix L1769 PLC.
521 521  
522 522  
523 -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.
525 += **Allen-Bradley Ethernet DF1** =
524 524  
525 -(% class="wikigeneratedid" id="HSoftwareconfigurationofPLC" %)
526 -(((
527 -**Software configuration of PLC**
528 -)))
529 -
530 -(% class="wikigeneratedid" id="HPLCprogrammingsoftware" %)
531 -(((
532 -**1)PLC programming software:Connected Components Workbench™**
533 -
534 -(% style="text-align:center" %)
535 -[[image:software.png]]
536 -
537 -**2)New PLC project**
538 -
539 -Click New Project and select the PLC model.
540 -
541 -(% style="text-align:center" %)
542 -[[image:project create.png]]
543 -
544 -**3)Set Ethernet parameters**
545 -
546 -Follow the steps below to configure Ethernet parameters
547 -
548 -PLC IP address:192.168.39.56
549 -
550 -default gateway:192.168.39.1
551 -
552 -subnet mask:255.255.255.0
553 -
554 -(% style="text-align:center" %)
555 -[[image:Ethernet.png]]
556 -
557 -**4)connect PLC**
558 -
559 -**When downloading the setting, need to change the status of the PLC to PRG**
560 -
561 -(% style="text-align:center" %)
562 -[[image:conne ab plc.png]]
563 -
564 -**V-box software configuration**
565 -
566 -**1)V-box programming software**
567 -
568 -(% style="text-align:center" %)
569 -[[image:v-net client vers.png]]
570 -
571 -**2)Set communication port parameters**
572 -
573 -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.
574 -
575 -(% style="text-align:center" %)
576 -[[image:V-NET_Client_t2Rg2wpSoY.png]]
577 -
578 -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.
579 -
580 -(% style="text-align:center" %)
581 -[[image:V-NET_Client_communication.png]]
582 -
583 -Export variables from PLC, select CSV file, comma delimited. 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.
584 -
585 -(% style="text-align:center" %)
586 -[[image:export1.png]]
587 -
588 -(% style="text-align:center" %)
589 -[[image:CCW.Shell_E5Cwj4tUL3.png]]
590 -
591 -(% style="text-align:center" %)
592 -[[image:V-NET_Client_iKKKhcgxm1.png]]
593 -
594 -**3)Engineering production**
595 -
596 -According to your own needs, use the V-NET client software to edit the required data monitoring points.
597 -
598 -(% style="text-align:center" %)
599 -[[image:V-NET_Client_KOR0AHEA4M.png]]
600 -
601 -
602 -)))
603 -
604 -== **Ethernet DF1 Protocol** ==
605 -
606 606  [[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]]
607 607  
608 608  = Create communication with **Crouzet PLC** =
... ... @@ -609,56 +609,9 @@
609 609  
610 610  == **CROUZET M3 (FBD)** ==
611 611  
612 -Support Series: Crouzet Millenium 3 CD12/CB12
613 -
614 614  **1)V-BOX setting**
615 615  
616 -|=Item|=Recommended |=Note
617 -|=Protocol|CROUZET M3 (FBD)|
618 -|=Connection|RS232|
619 -|=Baud rate|115200|
620 -|=Stop bits|1|
621 -|=Data bits|7|
622 -|=Parity|EVEN|
623 623  
624 -**2)Address List**
625 -
626 -|=**Type**|=**Device registers**|=**Format**|=**Range**|=Note
627 -|(% rowspan="4" %)Bit|I|I DD|1~~99|Input
628 -|SLIBit|SLIBit DD.dd|1.0~~24.15|Serial Link Input
629 -|SLOBit|SLOBit DD.dd|25.0~~48.15|Serial Link Output(Read only)
630 -|State|State D|1~~1|PLC state(Read only)
631 -|(% rowspan="5" %)Word|AI|AI DD|1~~99|Analog Input
632 -|SLIn|SLIn DD|1~~24|Serial Link Input
633 -|SLOut|SLOut DD|25~~48|Serial Link Output(Read only)
634 -|Time|Time D|1~~6|(((
635 -Time1: Second
636 -
637 -Time2: Minute
638 -
639 -Time3: Hour
640 -
641 -Time4: Day
642 -
643 -Time5: Month
644 -
645 -Time6: Year
646 -)))
647 -|Order|Order D|1~~1|(((
648 -Running command(Write only)
649 -
650 -~=2: Run mode; =1: Stop mode;
651 -)))
652 -
653 -**3)Cable Wiring**
654 -
655 -(% style="text-align:center" %)
656 -[[image:CrouzetRS232 VBox.png]]
657 -
658 -{{info}}
659 -**✎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.
660 -{{/info}}
661 -
662 662  = Create communication with **Siemens PLC** =
663 663  
664 664  == **S7-200 Smart Ethernet Protocol** ==
... ... @@ -2078,86 +2078,6 @@
2078 2078  (% style="text-align:center" %)
2079 2079  [[image:1624342015914-382.png||height="486" width="800" class="img-thumbnail"]]
2080 2080  
2081 -== **Communicate with Modbus Meter** ==
2082 -
2083 -The following example is using the Linfee meter LNF96EY to demonstrate how to set up the Modbus communication.
2084 -
2085 -~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:
2086 -
2087 -(% style="text-align:center" %)
2088 -[[image:LinfeeTerminalDiagram.png]]
2089 -
2090 -2. Check the specific Modbus parameter in the communication menu from LED display.
2091 -
2092 -So from the following pictures, we can know the Meter Address is 85, Baud rate is 9600, CRC None.
2093 -
2094 -{{info}}
2095 -**✎Note: **Meter address usually corresponding to the Modbus Slave Station No. on the Modbus communication.
2096 -{{/info}}
2097 -
2098 -(% style="text-align:center" %)
2099 -[[image:MeterModbusAllView.png]]
2100 -
2101 -(% class="wikigeneratedid" %)
2102 -3. Set up the communication in the Configuration tab.
2103 -
2104 -(% class="wikigeneratedid" %)
2105 -Select the protocol as **ModBus RTU Slave (All Function)**. And set the communication parameters like below.
2106 -
2107 -(% style="text-align:center" %)
2108 -[[image:VNETCommunicationtabmeter.png]]
2109 -
2110 -(% class="wikigeneratedid" %)
2111 -4. Create new real-time monitoring tag accroding to Modbus manual
2112 -
2113 -(% class="wikigeneratedid" %)
2114 -Enter the address we want to read from the meter. The following table is intercept part of the manual for Linfee Modbus manual.
2115 -
2116 -(% class="wikigeneratedid" %)
2117 -**0x03/0x04 command data register address**:
2118 -
2119 -(% style="width:1142.22px" %)
2120 -|(% 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
2121 -|(%%)(% style="display:none" %) (%%) HEX|(% style="width:107px" %)DEC|(%%)(% style="display:none" %) (%%) |(% style="width:100px" %) |(%%)(% style="display:none" %) (%%) |(% style="width:318px" %)
2122 -|(% style="width:107px" %)0x00|(% style="width:100px" %)0|Reserved| | |(% style="width:318px" %)
2123 -|(% style="width:107px" %)0x02|(% style="width:100px" %)2|Reserved| | |(% style="width:318px" %)
2124 -|(% style="width:107px" %)0x04|(% style="width:100px" %)4|Reserved| | |(% style="width:318px" %)
2125 -|(% style="width:107px" %)0x06|(% style="width:100px" %)6|Ua|float|2|(% style="width:318px" %)Phase Voltage data, Unit V
2126 -|(% style="width:107px" %)0x08|(% style="width:100px" %)8|Ub|float|2|(% style="width:318px" %)Phase Voltage data, Unit V
2127 -|(% style="width:107px" %)0x0A|(% style="width:100px" %)10|Uc|float|2|(% style="width:318px" %)Phase Voltage data, Unit V
2128 -|(% style="width:107px" %)0x0C|(% style="width:100px" %)12|Uab|float|2|(% style="width:318px" %)Line Voltage data, Unit V
2129 -|(% style="width:107px" %)0x0E|(% style="width:100px" %)14|Ubc|float|2|(% style="width:318px" %)Line Voltage data, Unit V
2130 -|(% style="width:107px" %)0x10|(% style="width:100px" %)16|Uca|float|2|(% style="width:318px" %)Line Voltage data, Unit V
2131 -|(% style="width:107px" %)0x12|(% style="width:100px" %)18|Ia|float|2|(% style="width:318px" %)Phase Current data, Unit A
2132 -|(% style="width:107px" %)0x14|(% style="width:100px" %)20|Ib|float|2|(% style="width:318px" %)Phase Current data, Unit A
2133 -|(% style="width:107px" %)0x16|(% style="width:100px" %)22|Ic|float|2|(% style="width:318px" %)Phase Current data, Unit A
2134 -
2135 -{{info}}
2136 -**✎Note: **We usually use the Data Type 4 for read the Modbus registers(Function Code 03)
2137 -{{/info}}
2138 -
2139 -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:
2140 -
2141 -(% style="text-align:center" %)
2142 -[[image:VNETModbusTagSettings.png]]
2143 -
2144 -(% style="text-align:center" %)
2145 -[[image:VNETModbusTagByteSettings.png]]
2146 -
2147 -{{info}}
2148 -**✎Note: **If the read value is incorrect, please check whether need to change the Byte order.
2149 -{{/info}}
2150 -
2151 -Set the Modbus Slave Station No.
2152 -
2153 -(% style="text-align:center" %)
2154 -[[image:ModbusStationSettings.png]]
2155 -
2156 -If the communication is setup successfully, the tag will show green light.
2157 -
2158 -(% style="text-align:center" %)
2159 -[[image:Monitoringtaggreenlight.png]]
2160 -
2161 2161  == **MODBUS RTU Master** ==
2162 2162  
2163 2163  Select the protocol "Modbus RTU Master",
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
CCW.Shell_E5Cwj4tUL3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.AiXia
Size
... ... @@ -1,1 +1,0 @@
1 -27.1 KB
Content
CrouzetRS232 VBox.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Hunter
Size
... ... @@ -1,1 +1,0 @@
1 -14.9 KB
Content
Ethernet.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.AiXia
Size
... ... @@ -1,1 +1,0 @@
1 -45.5 KB
Content
LinfeeTerminalDiagram.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Hunter
Size
... ... @@ -1,1 +1,0 @@
1 -8.6 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_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
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
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