Changes for page Inovance

Last modified by Theodore Xu on 2023/11/08 09:51

From version 7.1
edited by Theodore Xu
on 2023/10/26 16:05
Change comment: There is no comment for this version
To version 10.1
edited by Theodore Xu
on 2023/10/27 17:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,5 @@
1 -= Inovance =
1 +== **H3U (serial)** ==
2 2  
3 -== **H3U serial** ==
4 -
5 5  **V-BOX Settings**
6 6  
7 7  |**Item**|**Settings**|**Note**
... ... @@ -15,29 +15,60 @@
15 15  
16 16  **Address List**
17 17  
18 -|**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
19 -|Bit|X|X|X o|0~~303237|
20 -|Bit|Y|Y|Y o|0~~303237|
21 -|Bit|M|M|M d|0~~99999|
22 -|Bit|T|T|T d|0~~99999|
23 -|Bit|C|C|C d|0~~99999|
24 -|Bit|SM|SM|SM d|8000~~999|
25 -|Bit|S|T|S d|0~~99999|
26 -|Bit|Lamp|Lamp|Lamp d|0~~0|
27 -|Word|X|X|X o|0~~303237|
28 -|Word|Y|Y|Y o|0~~303237|
29 -|Word|M|M|M d|0~~99999|
30 -|Word|T|T|T d|0~~99999|
31 -|Word|C|C|C d|0~~199|
32 -|Word|D|D|D d|0~~7999|
33 -|Word|S|S|S d|0~~99999|
34 -|Word|SD|SD|SD d|8000~~9999|
35 -|Word|R|R|R d|0~~32767|
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
36 36  
37 -**Configure the communication protocol**
27 +0: Connected
38 38  
39 -[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_a6744e27785ffa46.png||alt="image-20220831164626-1.png" height="708" width="1674"]]
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
40 40  
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 +
41 41  **Cable Wiring**
42 42  
43 43  Figure
... ... @@ -47,3 +47,70 @@
47 47  Pin Definition Diagram
48 48  
49 49  [[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]]
AutoShop01createprj.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.AiXia
Size
... ... @@ -1,0 +1,1 @@
1 +46.4 KB
Content
AutoShop02setupCOM0.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.AiXia
Size
... ... @@ -1,0 +1,1 @@
1 +54.1 KB
Content
AutoShop03pcconnect.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.AiXia
Size
... ... @@ -1,0 +1,1 @@
1 +65.8 KB
Content
AutoShop04Download.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.AiXia
Size
... ... @@ -1,0 +1,1 @@
1 +79.6 KB
Content
AutoShopEthernetSetup.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.AiXia
Size
... ... @@ -1,0 +1,1 @@
1 +60.3 KB
Content
AutoShopPrg.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.AiXia
Size
... ... @@ -1,0 +1,1 @@
1 +44.5 KB
Content
AutoShopreadip.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.AiXia
Size
... ... @@ -1,0 +1,1 @@
1 +13.2 KB
Content
xwiki_PIStudio_12.PLC+protocols_WebHome_ac8ece9a26719fda.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.AiXia
Size
... ... @@ -1,0 +1,1 @@
1 +107.1 KB
Content