Wiki source code of Delta

Version 21.1 by Hunter on 2023/11/06 11:04

Show last authors
1 (% class="wikigeneratedid" id="HDVPserial" %)
2 (% id="cke_bm_111267S" style="display:none" %)** **
3
4 == **DVP Serial** ==
5
6 (% class="wikigeneratedid" %)
7 Supoort Series: DELTA DVP EH/ES/SS/EX/EH2/SV/SA/SC/SX
8
9 **V-BOX Settings**
10
11 |=**Items**|=**Settings**|=**Note**
12 |Protocol|DELTA DVP PROTOCOL|
13 |Connection|RS232|
14 |Baud Rate|9600|
15 |Stop Bit|1|
16 |Data Bit|7|
17 |Parity|EVEN|
18 |Device No.|1|
19
20 **Address List**
21
22 |=**Type**|=**Device registers**|=**HMI registers**|=**Format**|=**Range**|=**Note**
23 |Bit|X|X|X d|0~~303237|
24 |Bit|Y|Y|Y d|0~~303237|
25 |Bit|M|M|M d|0~~99999|
26 |Bit|T|T|T d|0~~99999|
27 |Bit|C|C|T d|0~~99999|
28 |Bit|S|S|T d|0~~99999|
29 |Word|D|D|D d|0~~99999|
30 |Word|T|T|T d|0~~99999|
31 |Word|C|C|C d|0~~99999|
32
33 **Wiring Diagram**
34
35 [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_96f8e9b105b4268c.png||alt="Delta DVP PROTOCOLSerial232.png" height="247" width="400"]]
36
37 == **DVP Ethernet** ==
38
39 Supported Series: Delta DVP ES2/EX2/SS2/SA2/SX2/SE Controller
40
41 **V-BOX Settings**
42
43 |=**Items**|=**Settings**|=**Note**
44 |Protocol|DELTA DVP Modbus TCP|
45 |Connection|Ethernet|
46 |Port No.|502|Must be the same as the PLC setting
47 |PLC station No.|0|Must be the same as the PLC setting
48
49 (% style="text-align:center" %)
50 [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_514e38138de7059.png||alt="DVPEthernetVNETPortocol.png" height="493" width="729"]]
51
52 **Address List **
53
54 |=**Type**|=**Device registers**|=**VBox registers**|=**Format**|=**Range**|=**Note**
55 |Bit|X|X|X OOO|0~~377|
56 |Bit|Y|Y|Y OOO|0~~377|
57 |Bit|M0|M0|M0DDDD|0~~1535|
58 |Bit|M1|M1|M1DDDD|1536~~4096|
59 |Bit|T|T|TDDD|0~~255|
60 |Bit|C|C|CDDD|0~~255|
61 |Bit|S|S|SDDDD|0~~1023|
62 |Word|D0|D0|D0DDDD|0~~4095|
63 |Word|D1|D1|D1DDDD|4096~~11999|
64 |Word|T|T|TDDD|0~~255|
65 |Word|C|C|CDDD|0~~199|
66 |Double Word|HC|HC|HCDDD|200~~255|
67
68 **PLC Setting:**
69
70 ~1. Create new project in Delta WPL Soft, and click Setting to open the communication settings:
71
72 [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_c5e594a6b73bdd68.png||alt="DVPEthernetWPLSoft2.png" height="727" width="1366"]]
73
74 2. Set up the communication type and PLC IP:
75
76 [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_92343d448762200c.png||alt="DVPEthernetSetup.png" height="592" width="346"]]
77
78 3. Click OK and save the settings. Then click Communication on toolbar, then click Transfer Setup to open new window:
79
80 {{id name="IDVPEthernetTransfer.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_a24e318f1e5f0839.png||alt="DVPEthernetTransfer.png" height="726" width="1366"]]
81
82 4. Select Communication Mode as PC => PLC to download or select PC <=PLC to upload:
83
84 [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_ae301f5422be2294.png||alt="DVPEthernetPLCtoPC.png" height="303" width="308"]]
85
86 5. Click Auto-Search Ethernet Module to find the PLC on the same LAN network:
87
88 {{id name="IDVPEthernetAutoSearch.png"/}}[[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_e2c32050bbe425bc.png||alt="DVPEthernetAutoSearch.png" height="723" width="1366"]]
89
90
91 == **AS Series Serial** ==
92
93 Supported Series: Delta AS200/AS300
94
95 **V-BOX Settings**
96
97 |**Item**|**Settings**|**Note**
98 |Protocol|DELTA AS300 MODBUS RTU|
99 |Connection|RS485|
100 |Baud rate|9600|
101 |Data bit|8|
102 |Parity|NONE|
103 |Stop bit|1|
104 |PLC station No.|1|
105
106 **Address List**
107
108 |=**Type**|=**Device registers**|=**Format**|=**Range**|=**Note**
109 |(% colspan="1" rowspan="9" %)Bit|X|Xdd.dd|0~~63.15|Read only
110 |Y|Ydd.dd|0~~63.15|
111 |D|Dddddd|0~~29999|
112 |M|Mdddd|0~~8191|
113 |SM|SMdddd|0~~4095|
114 |S|Sdddd|0~~2047|
115 |T|Tddd|0~~511|
116 |C|Cddd|0~~511|
117 |HC|HCddd|0~~255|Double Word
118 |(% colspan="1" rowspan="7" %)Word|X|Xdd|0~~63|
119 |Y|Ydd|0~~63|
120 |SR|SRdddd|0~~2047|Special register
121 |D|Dddddd|0~~29999|
122 |T|Tddd|0~~511|
123 |C|Cddd|0~~511|
124 |E|Ed|0~~9|
125
126 **PLC Settings**
127
128 Create project
129
130 (% style="text-align:center" %)
131 [[image:台达1.png]]
132
133 Open the tool COMMGR, to communicate with PLC, if know the IP, we can directly click Add to input PLC IP. Or search the PLC IP from LAN.
134
135 (% style="text-align:center" %)
136 [[image:1696906027584-350.png]]
137
138 Double click the HWCONFIG to open the communication settings window.
139
140 (% style="text-align:center" %)
141 [[image:台达3.png]]
142
143 Expand the Project Tree, open the hardware configuration, double click the PLC icon.
144
145 (% style="text-align:center" %)
146 [[image:台达4.png]]
147
148 Click COM1 Port Setting, the default Modbus mode is ASCII, need to change to RTU.
149
150 (% style="text-align:center" %)
151 [[image:台达5.png]]
152
153
154 Click Ethernet Port Basic Setting, set the PLC IP and Gateway. Make sure the IP and Gateway is same segment. Then download into PLC.
155
156 (% style="text-align:center" %)
157 [[image:台达6.png]]
158
159 **Cable Wiring**
160
161 (% id="cke_bm_36592S" style="display:none" %) (%%)Pin Definition Diagram
162
163 [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_daa33fcae616e61c.png||alt="image-20220831155157-3.png" height="181" width="320"]]
164
165 == **AS Series Ethernet** ==
166
167 |=**Items**|=**Settings**|=**Note**
168 |Protocol|DELTA AS300 MODBUS TCP|
169 |Connection|Ethernet|
170 |Port No.|502|
171 |Device No.|1|
172 |HMI No.|0|
173
174 **Address List**
175
176 |**Type**|**Device registers**|**HMI registers**|**Format**|**Range**|**Note**
177 |Bit|X|X|X d|0~~63|
178 |Bit|Y|Y|Y d|0~~63|
179 |Bit|D|D|D d|0~~29999|
180 |Bit|M|M|M d|0~~8191|
181 |Bit|SM|SM|SM d|0~~4095|
182 |Bit|S|S|S h|0~~2047|
183 |Bit|T|T|T d|0~~511|
184 |Bit|C|C|C d|0~~511|
185 |Bit|HC|HC|HC d|0~~255|
186 |Word|X|X|X h|0~~63|
187 |Word|Y|Y|Y d|0~~63|
188 |Word|SR|SR|SR d|0~~2047|
189 |Word|D|D|D d|0~~29999|
190 |Word|T|T|T d|0~~511|
191 |Word|C|C|C h|0~~511|
192 |Word|E|E|E d|0~~9|
193
194 **PLC Setting**
195
196 1.Open COMMGR ,[Add]→[Driver Name] Driver1→[Connection Setup]→[Type] Ethernet→[Ethernet Card] →[Description] Realtek PCIe GBE Family Controller→[Search] PC and PLC are in
197 the same LAN, click the corresponding PLC IP searched.→[OK]
198
199 (% style="text-align:center" %)
200 [[image:2.1.png]]
201
202 2. Open ISPSoft,[Project]→Double click[HWCONFIG]
203
204 (% style="text-align:center" %)
205 [[image:台达2.2.png]]
206
207 PLC Default Parameters:
208 [Device]→[Hardware Configuration]→[CPU(AS332T-A)]→[Hardware Configuration]→[General] →[Ethernet Port Basic Setting]: [IP Address]192.168.40.122, [Subnet Mask]255.255.255.0,[Gateway]
209 192.168.40.1→[Download]
210
211 (% style="text-align:center" %)
212 [[image:台达2.3-.png]]
213
214 (% style="text-align:center" %)
215 [[image:台达2.4.png]]
216
217 **Cable Wiring**
218
219 Figure
220
221 [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_f2c92ecd57ebfbd0.png||alt="image-20220831155101-1.png" height="262" width="118"]] [[image:xwiki_V-BOX_V-Net_Training_1+Communication_WebHome_32ea98dfbc23a591.png||alt="image-20220831160055-5.png" height="198" width="455"]]