Wiki source code of Common function of VB

Version 2.2 by Leo Wei on 2022/06/08 14:53

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
242 ~1. Since an external switch is needed on the device to control the emergency stop of the motor, which function parameter should be set?
243
244 F5.02=10
245 2. The customer needs to set forward jog and reverse jog functions on the inverter, how to set and wire it?
246
247 F5.02=4
248
249 F5.03=5
250 3. When the inverter fails, an external switch is needed to operate the reset function when the inverter fails. How to set and wire?
251 F5.02=9
252 4. The inverter terminals control forward and reverse running. Which function parameter should be selected in the multi-function digital input terminal?
253
254 F0.01=1
255
256 F5.00=1
257
258 F5.01=2
259 5.How to set the remote control frequency if the customer needs an external button?
260
261 F5.02=6
262
263 F5.03=7
264
265 = **Digital output function** =
266
267
268 ~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?
269
270 F6.00=1
271
272 F6.01=2
273
274
275 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?
276
277 F6.02=41
278
279 F6.28=0
280
281 F6.29=11
282
283 F6.21=2000
284 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?
285
286 F6.02=41
287
288 F6.28=9
289
290 F6.29=13
291
292 F6.31=300
293
294 F6.32=600
295
296 4.The customer requires relay 1 to act when rotating forward or reverse, how to set it?
297
298 F6.02=1
299
300 =
301 **Motor parameter setting and self-learning** =
302
303 ~1. Familiar with the motor self-learning function.
304 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)
305
306 = **Display monitoring** =
307
308
309 ~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
310
311 = **Operating mode selection** =
312
313
314 ~1. Master the definition of each control mode of the F0.00 parameter group.
315
316 Vector control, V/F control
317
318 = **Analog signal gain** =
319
320
321 ~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?
322
323 F0.03=2
324
325 F5.20=5
326
327 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?
328
329 F0.03=3
330
331 F5.23=2
332
333 =
334 **Parameter protection** =
335
336
337 ~1. The protection parameters cannot be modified and the parameters are locked.
338
339 F0.21=1
340
341 2. The user needs to set a password to prevent some operators from adjusting parameters randomly. Which parameter should be set?
342
343 FE.00 = non-zero number
344
345 =
346 **Set running time action** =
347
348
349 ~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?
350 FE.00=Set password
351
352 F8.17=10+F7.09
353
354 F8.23=1
355
356 = **Display monitoring options** =
357
358
359 ~1. The user requires the inverter to display only the speed during operation, which parameter should be modified?
360
361 F7.03=4000
362
363 F7.06=Speed fine-tuning coefficient
364 2. The user requires the inverter to display various states during shutdown. Which parameter can be set?
365
366 F7.05
367
368
369 = **PID function** =
370
371
372 ~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?
373 F0.01=0 (panel start and stop)/1 (terminal start and stop)
374
375 F0.03=8
376
377 F9.00=0
378
379 F9.01=45
380
381 F9.02=7
382
383 F9.05=80
384
385 F9.06=2
386
387 F9.07=0
388
389 F9.28=1
390
391 F9.29=45.5
392
393 F9.30=3
394
395 F9.31=40
396
397 F9.32=0
398
399 = **Communication function** =
400
401
402 ~1. Familiar with RS485 communication function, communication address, communication speed, communication format, how to set it? Familiar with the address of communication function?
403 Please refer to page 129 of the manual
404
405 Commonly used address: Setting frequency: 1000H (Premise F0.03=9)
406
407 Control operation command address: 2000H (premise F0.01=2)
408
409 =
410 **Safety and precautions** =
411
412
413 ~1. Familiar with product standard technical specifications. Please refer to the manual
414
415 = **Grounding** =
416
417
418 ~1. Understand the meaning and function of the ground wire and connect it correctly.
419 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.
420
421 =
422 **Peripheral lines** =
423
424
425 ~1. Understand the role of peripheral line equipment:
426
427 Open
428
429 AC contactor
430 Input AC reactor
431 Input side filter
432
433 DC reactor
434
435 Output AC reactor
436
437 Output filter
438
439 Braking unit
440
441 Braking resistor
442
443 =
444 **Power and current value** =
445
446
447 ~1. Familiar with the rated current of the inverter in different power ranges, please refer to the manual
448
449 =
450 **Braking resistor** =
451
452
453 ~1. Familiar with the selection of braking resistor. Under what conditions do you need to install a braking resistor? How to install the braking resistor?
454
455 Braking resistors are installed on the and PB ends of the inverter (built-in braking unit)
456
457 =
458 **Fault code and troubleshooting** =
459
460
461 ~1. Familiar with various fault codes and countermeasures to deal with faults.
462
463 =
464 **Installation guidance required by EMC** =
465
466
467 The input terminal of the inverter has EMC screw access option.
468
469