Wiki source code of Inovance

Version 10.1 by Theodore Xu on 2023/10/27 17:32

Show last authors
1 == **H3U (serial)** ==
2
3 **V-BOX Settings**
4
5 |**Item**|**Settings**|**Note**
6 |Protocol|INOVANCE H3U PLC|
7 |Connection|RS422|
8 |Baud rate|9600|
9 |Data bit|7|
10 |Parity|EVEN|
11 |Stop bit|1|
12 |PLC station No.|0|
13
14 **Address List**
15
16 |=**Type**|=**Device registers**|=**Format**|=**Range**|=**Note**
17 |Bit|X|X OOOOOO|0~~303237|
18 |Bit|Y|Y OOOOOO|0~~303237|
19 |Bit|M|M DDDDD|0~~99999|
20 |Bit|T|T DDDDD|0~~99999|
21 |Bit|C|C DDDDD|0~~99999|
22 |Bit|SM|SM DDDD|8000~~9999|
23 |Bit|S|S DDDDD|0~~99999|
24 |Bit|Lamp|Lamp0|0~~0|(((
25 Communication Indicator Lamp
26
27 0: Connected
28
29 1: Disconnected
30 )))
31 |Word|X|X OOOOOO|0~~303237|
32 |Word|Y|Y OOOOOO|0~~303237|
33 |Word|M|M DDDDD|0~~99999|
34 |Word|T|T DDDDD|0~~99999|
35 |Word|C|C DDD|0~~199|
36 |Word|D|D DDDD|0~~7999|
37 |Word|S|S DDDDD|0~~99999|
38 |Word|SD|SD DDDD|8000~~9999|
39 |Word|R|R DDDDD|0~~32767|
40 |Double Word|CH|CH DDD|200~~255
41
42 **PLC Settings**
43
44 Create the new project, and select Series and models as H3U.
45
46 (% style="text-align:center" %)
47 [[image:AutoShop01createprj.png]]
48
49 Configure the COM0 settings from [Communication Config]-[COM0(Download/HMI Monitor Protocol)], the default communication parameters we could see it is 9600,1,7,EVEN. After setting finished, click OK to save the settings.
50
51 (% style="text-align:center" %)
52 [[image:AutoShop02setupCOM0.png]]
53
54 Program the PLC project, and click compile.
55
56 (% style="text-align:center" %)
57 [[image:AutoShopPrg.png]]
58
59
60 Connect PLC with PC via USB cable or RS422-USB converter cable, and test the connection status. If it shows like the below, which means the connection is set up successfully. And click OK.
61
62 (% style="text-align:center" %)
63 [[image:AutoShop03pcconnect.png]]
64
65 Download PLC program into PLC.
66
67 (% style="text-align:center" %)
68 [[image:AutoShop04Download.png]]
69
70 **Cable Wiring**
71
72 Figure
73
74 [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_addddf687771b2a9.png||alt="image-20220831164646-2.png" height="258" width="100"]] [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_63add2bcd04520f6.png||alt="image-20220831164700-3.png" height="191" width="496"]]
75
76 Pin Definition Diagram
77
78 [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_d332c6eb75105461.png||alt="image-20220831164731-4.png" height="168" width="330"]]
79
80 == **H3U Ethernet** ==
81
82 Support Series: INOVANCE H3U Series
83
84 **HMI Settings**
85
86 |=**Item**|=**Settings**|=**Note**
87 |Protocol|INOVANCE H3U PLC Ethernet|
88 |Connection|Ethernet|
89 |Port No.|502|
90 |Device No.|1|
91 |HMI No.|0|
92
93 **Address List**
94
95 |=**Type**|=**Device registers**|=**Format**|=**Range**|=**Note**
96 |Bit|M|M DDDD|0~~8511|
97 |Bit|SM|SM DDDD|0~~1023|
98 |Bit|S|S DDDD|0~~4095|
99 |Bit|T|T DDD|0~~511|
100 |Bit|C|C DDD|0~~255|
101 |Bit|X|X OOO|0~~571|
102 |Bit|Y|Y OOO|0~~571|
103 |Word|D|D DDDD|0~~8511|
104 |Word|SD |SD DDDD|0~~1023|
105 |Word|R|R DDDDD|0~~32767|
106 |Word|T|T DDD|0~~255|
107 |Word|C|C DDD|0~~199|
108 |Double Word|C|C DDD|200~~255|
109
110 **PLC Settings**
111
112 Create the new project, and select Series and models as H3U.
113
114 (% style="text-align:center" %)
115 [[image:AutoShop01createprj.png]]
116
117 Configure the Ethernet settings from [Communication Config]-[Ethernet].
118
119 (% style="text-align:center" %)
120 [[image:AutoShopEthernetSetup.png]]
121
122 Program the PLC project, and click compile.
123
124 (% style="text-align:center" %)
125 [[image:AutoShopPrg.png]]
126
127 Connect PLC with PC via USB cable or RS422-USB converter cable, and test the connection status. If it shows like the below, which means the connection is set up successfully. And click OK.
128
129 (% style="text-align:center" %)
130 [[image:AutoShop03pcconnect.png]]
131
132 If don't want to change the IP, user could also read the IP parameter from the PLC after the PC connection is set up successfully.
133
134 (% style="text-align:center" %)
135 [[image:AutoShopreadip.png]]
136
137 Download PLC program into PLC.
138
139 (% style="text-align:center" %)
140 [[image:AutoShop04Download.png]]
141
142 **Cable Wiring**
143
144 (% style="text-align:center" %)
145 [[image:xwiki_PIStudio_12.PLC+protocols_WebHome_ac8ece9a26719fda.png]]