Wiki source code of 4 Common function of VB

Version 24.1 by Theodore Xu on 2024/04/22 11:04

Show last authors
1 = **Start up** =
2
3 ~1. Keyboard start and stop, panel potentiometer speed regulation. (F5.17 adjusts the change amplitude of the panel potentiometer)
4
5 F0.01=0
6
7 F0.03=1
8
9 2. The switch starts and stops, and the external voltage potentiometer is used for speed regulation. (AI1: 0-10V input; AI2: 0-20mA/0-10V, realized by AI2 jumper cap)
10
11 F0.01=1
12
13 F0.03=2
14
15 3. The switch starts and stops, the panel up and down keys adjust the speed, and the remote terminal switch is required to control the speed up and down. (Set terminal UP and terminal DOWN in the multi-function terminal). (Control frequency in two places)
16
17 F0.01=1
18
19 F0.03=1
20
21 F5.02=6
22
23 F5.03=7
24
25 4. Switch start and stop, two switches, when operating the normally open button of one switch, lightly jog, the inverter starts; when operating a normally closed button of the other switch, lightly jog, the inverter stops , Use the three-wire system function.
26
27 F0.01=1
28
29 F0.03=1
30
31 F5.02=3
32
33 F5.16=2
34
35 5. Two places to control the speed. The inverter on one device needs two positions to control the frequency (speed). Speed (the main and auxiliary frequency sources are used for speed regulation).
36
37 F0.03=1
38
39 F0.04=2
40
41 F0.07=01
42
43 6. On some equipment, two potentiometers are required to adjust the speed, one potentiometer 0-10V controls 20HZ, and the other potentiometer controls 0-10V control 25HZ so that the spindle frequency is superimposed, and the frequency is 45HZ.
44
45 F0.03=2
46
47 F0.04=3 (AI2 jumper is voltage input)
48
49 F0.07=01
50
51 F5.21=40
52
53 F5.25=50
54
55 7. The customer needs a fixed speed operation. If it needs to run at 30Hz, there is no need to adjust any place to change the speed. After stopping and then turning on, the operating frequency is still running at 30HZ. How to set the parameters?
56
57 F0.03=0
58
59 F0.08=30
60
61 8. The customer requires the terminal to start. After a power failure, the terminal must be triggered again to start. How to set the parameters?
62
63 F0.01=1
64
65 F8.18=1
66
67 = **Acceleration time** =
68
69 ~1. When the device is started, the customer feels that the startup time is too long or the startup time is too short, which parameters need to be modified? (This parameter should be fine-tuned appropriately according to the equipment load. Improper setting can easily cause fault alarms such as overcurrent).
70
71 F0.18 (appropriate setting) etc.
72
73 = **Deceleration time** =
74
75 ~1. After the equipment is started, the customer feels that the deceleration (stopping) time is too long, which parameters need to be modified? (This parameter needs to be fine-tuned according to the equipment load. Improper setting may easily cause fault alarms such as overcurrent).
76
77 F0.19 (appropriate setting), etc.
78
79 = **Stop DC braking** =
80
81 ~1. The inverter is used on a CNC lathe, and the customer needs to stop quickly, that is, brake, which parameters should be set to make the motor stop quickly? (stop DC braking function)
82
83 F1.10=0 (must decelerate to stop)
84
85 F1.11 Appropriate setting
86
87 F1.12 Appropriate setting
88
89 F1.13 Appropriate setting
90
91 F1.14 Appropriate setting
92
93 = **Torque boost** =
94
95 ~1. When the inverter is started, the customer reported that the inverter is driving the motor load at low frequencies and is weak at low frequencies, and the torque needs to be increased. Which parameter should be set appropriately?
96
97 F4.01 (set appropriately) or change to vector control
98
99 = **Carrier frequency** =
100
101 ~1. Customers report that there are noises such as harsh screams when the motor is running, or the temperature of the running motor is too high, or when the communication function encounters interference, the function parameter needs to be adjusted to improve the effect.
102
103 F0.16 (appropriate setting)
104
105 = **Upper limit frequency** =
106
107 1.50HZ operation can not meet the needs of customer equipment, the customer needs to adjust the frequency to 100Hz, what parameters need to be set at this time?
108
109 F0.10=100
110
111 F0.12=100
112
113 = **Lower limit frequency** =
114
115 ~1. The user needs the inverter to stop after decelerating to 5HZ, which parameter should be set?
116
117 F0.14=5
118
119 F0.15=1
120
121 = **Restore factory value** =
122
123 ~1. The customer reports that the parameters are messed up, how to restore the factory value?
124
125 F0.20=1
126
127 = **Fault clearing** =
128
129 ~1. The fault record can only be recorded 15 times in total. Now the customer needs to clear the fault record, how to set it? Which parameter can make the inverter fault record automatically reset, how many times at most?
130
131 F0.20=2
132
133 FA.08=5
134
135 FE.01=15
136
137 = **Starting frequency** =
138
139 ~1. The customer needs the inverter to start running at 5HZ, how to set it?
140
141 F1.03=5
142
143 = **PLC operation** =
144
145 ~1. The simple PLC automatic operation function is used on the equipment, the first stage speed is forward rotation, the forward rotation needs 15HZ, and the operation is 5S, the first stage speed is reverse rotation, the reverse rotation requires 20HZ, and the operation is 10S, and now the customer needs to rotate forward and stop. After 10S, it starts to run in the reverse direction. After 10S after the reverse stop, it starts to run forward again, and the cycle is repeated. Which parameter should be set? (Control the acceleration and deceleration time)
146
147 F0.03=7
148
149 FD.00=30
150
151 FD.01=0
152
153 FD.02=-40
154
155 FD.03=0
156
157 FD.18=5
158
159 FD.20=10
160
161 FD.22=10
162
163 FD.24=10
164
165 (Or call F8.12 forward and reverse dead time)
166
167 = **Jump frequency** =
168
169 ~1. In order to avoid the resonance point (vibration point) of the negative cutting of the machine when the inverter is driving the load, which function is needed, and how to set the parameters appropriately for this function? At 10HZ, the vibration range is 2HZ. (Hop frequency)
170
171 F8.09=10
172
173 F8.11=2
174
175 = **Jog frequency** =
176
177 ~1. According to customer equipment requirements, a normally open button is needed to give the inverter a jog speed. How do you set the function that needs to be used? And the jog function also requires that the jog frequency acceleration and deceleration time be shortened, so set that parameter The jog frequency is 10Hz, and the acceleration and deceleration time is 5s.
178
179 F8.00=10
180
181 F8.01=5
182
183 F8.02=5
184
185 = **Multi-speed** =
186
187 ~1. According to the different equipment speed, the customer needs 4 speed stages, the first stage is 40HZ, the second stage is 25HZ, the third stage speed is 10HZ, the fourth stage speed is 50HZ, usually the keyboard potentiometer speed control, how To set which parameters and wiring to meet customer needs.
188
189 F0.03=6
190
191 F5.02=12
192
193 F5.03=13
194
195 F5.04=14
196
197 F5.05=15
198
199 FD.01=80
200
201 FD.02=50
202
203 FD.04=20
204
205 FD.08=100
206
207 FD.51=6
208
209 F0.04=1(0)
210
211 Up to 16 speeds can be achieved, please refer to page 78 of the manual for details.
212
213 = **Free stop** =
214
215 1.On some equipment, the equipment does not require deceleration to stop, but the motor stops slowly with the load inertia when it is stopped. For example, when the fan is stopped, the fan needs to be stopped by the load. Which parameter should be set?
216
217 F1.10=1
218
219 = **Reversal is prohibited** =
220
221 ~1. On some devices, customers do not need the motor to reverse, and they are also worried that during the forward rotation, some operators may improperly operate or press the reverse key on the wrong keyboard, which will cause the inverter to reverse and affect the normal operation of the equipment. Now the customer needs us to give him a parameter to prohibit the motor from reversing, which parameter should be set?
222
223 F8.13=2
224
225 2. The motor originally rotates forward, but when the customer connects the phase sequence UVW of the motor wire, it is difficult to confirm. When the inverter is started, the motor reverses. Now the customer does not need to change the phase sequence UVW of the motor wire. If there is a parameter that can be directly set , Let the motor normally change to forward rotation.
226
227 F0.09=1
228
229 = **Analog output function** =
230
231 ~1. The customer needs to install an ammeter on the power distribution cabinet to display the output current. The wiring is AO1 and GND. In the corresponding function of the parameter group, which parameter should be set? The ammeter can display the output current.
232
233 F6.12=2
234
235 2. The customer connects a 0-10V tachometer, and finds that the motor speed display is a bit wrong. For example, when running at 50Hz, the speed displayed on the tachometer cannot reach it. How to adjust?
236
237 You can measure the output voltage between AO1 and GND and adjust the value of F6.15 and F6.16
238
239 = **Digital input function** =
240
241 ~1. Since an external switch is needed on the device to control the emergency stop of the motor, which function parameter should be set?
242
243 F5.02=10
244 2. The customer needs to set forward jog and reverse jog functions on the inverter, how to set and wire it?
245
246 F5.02=4
247
248 F5.03=5
249 3. When the inverter fails, an external switch is needed to operate the reset function when the inverter fails. How to set and wire?
250 F5.02=9
251 4. The inverter terminals control forward and reverse running. Which function parameter should be selected in the multi-function digital input terminal?
252
253 F0.01=1
254
255 F5.00=1
256
257 F5.01=2
258 5.How to set the remote control frequency if the customer needs an external button?
259
260 F5.02=6
261
262 F5.03=7
263
264 = **Digital output function** =
265
266 ~1. The customer needs to use the FM open-collector output function. When the inverter fails, output a switch value to make the fault alarm lamp/fault buzzer act, so that the on-site operator knows that the inverter has a fault alarm and what to do Setup and wiring?
267
268 F6.00=1
269
270 F6.01=2
271
272 2. When the inverter runs more than 20HZ, the relay T1A and T1C terminals output a switch value to control an indicator light, so that the indicator line is connected and the indicator light is on. How to set up and wire?
273
274 F6.02=41
275
276 F6.28=0
277
278 F6.29=11
279
280 F6.21=2000
281 3. When AI1 input is required to be greater than 3.00V and less than 6.00V, relay 1 is closed, how to set the parameters?
282
283 F6.02=41
284
285 F6.28=9
286
287 F6.29=13
288
289 F6.31=300
290
291 F6.32=600
292
293 4.The customer requires relay 1 to act when rotating forward or reverse, how to set it?
294
295 F6.02=1
296
297 = **Motor parameter setting and self-learning** =
298
299 ~1. Familiar with the motor self-learning function.
300 Need to input the motor parameters F2.01, F2.02, F2.03, F2.04, F2.05 to adjust the value of F2.11 to 1 (premise F0.01=0) or 2, press ENT first, Press RUN again, the self-learning is completed when the panel returns to the monitoring interface. (Necessary operation when changing to vector control)
301
302 = **Display monitoring** =
303
304 ~1. Master the functions of F7.03, F7.04, and F7.05, all of which are used for display and monitoring. Please refer to page 35 of the manual for details
305
306 = **Operating mode selection** =
307
308 ~1. Master the definition of each control mode of the F0.00 parameter group.
309
310 Vector control, V/F control
311
312 = **Analog signal gain** =
313
314 ~1. The user uses the AI1 terminal function, and the device is given a voltage of 0-5V for speed regulation. Which parameter should be modified accordingly?
315
316 F0.03=2
317
318 F5.20=5
319
320 2. The user uses the AI2 terminal function, and the device is given a 4-10MA (for example) current speed control, which parameter should be modified accordingly?
321
322 F0.03=3
323
324 F5.23=2
325
326 = **Parameter protection** =
327
328 ~1. The protection parameters cannot be modified and the parameters are locked.
329
330 F0.21=1
331
332 2. The user needs to set a password to prevent some operators from adjusting parameters randomly. Which parameter should be set?
333
334 FE.00 = non-zero number
335
336 = **Set running time action** =
337
338 ~1. The customer sells the machine to the user, worrying that the customer did not pay on time, set some parameters inside the inverter. After the inverter has been running for 10 hours, the inverter will automatically stop and cannot start. Wait for the user to pay before the machine can run. How to set parameters for such a function?
339 FE.00=Set password
340
341 F8.17=10+F7.09
342
343 F8.23=1
344
345 = **Display monitoring options** =
346
347 ~1. The user requires the inverter to display only the speed during operation, which parameter should be modified?
348
349 F7.03=4000
350
351 F7.06=Speed fine-tuning coefficient
352 2. The user requires the inverter to display various states during shutdown. Which parameter can be set?
353
354 F7.05
355
356 = **Constant pressure water supply** =
357
358 The following example uses a current sensor to simulate a water pressure test, the sensor specification is 4-20mA current signal, the range is 16 bar. use the sensor to connect to the AI2 terminal port of the VB.
359 Firstly please check the software version of **F7.11**, **F7.11 **is software version, if the **F7.11 **is greater than 2.064, please use A4 parameter group, A4 parameter group is special parameter for constant pressure water supply project.
360 F0.20=1 Factory data reset
361 A4.00=1
362 A4.01=Set pressure
363 A4.03=Sensor range
364 A4.04=0
365
366 If the value of F7.11 is less than or equal to 2.064, use PID parameter group F9.
367 F0.20=1 Factory data reset
368 F0.03=8
369 F5.23=2
370 F9.01=Upper limit water pressure
371 F9.02=1 (AI2)
372 F9.28=1
373 F9.29=Target value
374 F9.31=Lower limit water pressure
375
376
377 In the parameter setting of group F9, 20mA is the maximum value of the transducer with a range of 16bar, and F9.01/F9.29/F9.31 are the setting parameters for the water pressure in the VB in percentage. For example when the inverter is required to keep the pressure at 8bar, modify F9.29=50%. F9.01 is the upper limit of water pressure setting, it is recommended to set F9.29=F9.01,of course you can set F9.01=80%,it needs to be greater than or equal to F9.29. If when the control effect of the inverter is slow or the descent time is too long, try reducing the integration time: F9.06 = 0.5 or 1.0.
378
379 = **PID function** =
380
381 (% style="text-align:center" %)
382 [[image:生产流程图.png]]
383
384 ~1. To be familiar with the PID function of constant pressure water supply, the feedback signal sources are remote pressure gauges and pressure transmitters. How to wire and which parameters should be set? For example, the maximum range of the remote pressure gauge is 1Mpa, and the current user needs to set the panel 0.45 MPa kg pressure, how to set the pressure?
385 F0.01=0 (panel start and stop)/1 (terminal start and stop)
386
387 F0.03=8
388
389 F9.00=0
390
391 F9.01=45
392
393 F9.02=7
394
395 F9.05=80
396
397 F9.06=2
398
399 F9.07=0
400
401 F9.28=1
402
403 F9.29=45.5
404
405 F9.30=3
406
407 F9.31=40
408
409 F9.32=0
410
411 = **Communication function** =
412
413 ~1. Familiar with RS485 communication function, communication address, communication speed, communication format, how to set it? Familiar with the address of communication function?
414 Please refer to page 129 of the manual
415
416 Commonly used address: Setting frequency: 1000H (Premise F0.03=9)
417
418 Control operation command address: 2000H (premise F0.01=2)
419
420 = **Grounding** =
421
422 ~1. Understand the meaning and function of the ground wire and connect it correctly.
423 The grounding terminal E of the inverter must be well grounded, the grounding resistance should be less than 102, and the grounding wire should be thick and short. Multi-strand copper core wire of 3.5mm2 or more should be used.
424
425 = **Peripheral lines** =
426
427 ~1. Understand the role of peripheral line equipment:
428
429 Open
430
431 AC contactor
432 Input AC reactor
433 Input side filter
434
435 DC reactor
436
437 Output AC reactor
438
439 Output filter
440
441 Braking unit
442
443 Braking resistor
444
445 = **Installation guidance required by EMC** =
446
447 The input terminal of the inverter has EMC screw access option.
448
449