ABB robot program running speed slow repair steps
Published:2023-06-09 11:09:19
1, check whether the program contains logical instructions (or other instructions that "take no time" to execute), because such programs will cause execution loops when conditions are not met.
To avoid such loops, you can test by adding one or more WAIT instructions. Only a short WAIT time is applicable to avoid unnecessarily slowing down the program.
A good place to add a WAIT instruction is:
① In the main routine, it is best to approach the end.
② In the WHILE/FOR/GOTO loop, preferably at the end, close to the part of the instruction ENDWHILE/ENDFOR.
2. Ensure that the I/O update interval values for each I/O board are not too low (these values are changed using RobotStudio).
ABB robots recommend the following polling rates:
①DSQC 327A: 1000
②DSQC 328A: 1000
③DSQC 332A: 1000
④DSQC 377A: 20-40
⑤ All others: >100
3, check whether there is a large amount of cross-connection or I/O communication between the PLC and the ABB robot system.
4, try to edit the PLC program with event-driven instructions instead of using circular instructions.
-
202303-01
The Siemens S7-1200 has three classifications of internal storage areas
The internal storage of the S7-1200 is divided into three types: working storage, loading storage and holding storage.Loading storage area:Non-volatile storage area. Used to store user project files (···
-
202307-07
LS PLC use introduction
1, for switching quantity controlThe ability of PLC to control the switching quantity is very strong. The number of points controlled by the input and output points, as few as a dozen points, dozens o···
-
202301-28
Siemens SINAMICS GM150 Deep Maintenance
On-site maintenanceCheck and clean pre-charge loop, rectifier unit, diode characteristics, inverter unit, GSV, AVT.Rectifier module diagnostic test, and high voltage switchgear interface function test···
-
202301-10
The correct maintenance method of Mitsubishi Frequency converter
In addition to the regular maintenance of the frequency converter module, we should regularly check the Mitsubishi frequency converter module, especially the maintenance of the cooling fan. Because of···
-
202303-08
How to choose Schneider Circuit Breaker?
First calculate the current value of each branchPure resistive load, such as light bulbs, electric heaters, etc., with the indicated power directly divided by the voltage, the formula I= power /220v; ···