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.
-
202212-30
Siemens operating panel (HMI) order number complete
Siemens Operating Panel (HMI) order number complete - Siemens touch screen order number complete
-
202308-18
Siemens SINAMICS G120 modular inverter advantages
1. Modular design creates a high degree of flexibility to adapt to future requirements for drive solutionsThe control unit can be replaced with power (hot swap)Use plug terminalsThe procedure for repl···
-
202410-21
Input and Output Modules: Everything You Need to Know
I/O modules(input/output modules)manage the communication between the CPU and the network,including data transfer,power load management,and machine function control.It enables system integrators to co···
-
202301-31
Influence of Delta impulse current on frequency converter
In the process of maintenance of frequency converter, it is found that due to the back electromotive force in the stator winding, the electromotive force in the motor under the condition of synchronou···
-
202304-07
Mitsubishi plc program lost backup program write method
The plc program is lost because of the lack of battery power supply for the user to save the program, pc internal circuit problems, lightning strikes and other external high voltage impact caused by t···