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-29
The composition of the configuration software of Kunlun MCGS embedded version
The user system generated by MCGS embedded version is composed of five parts: main control window, device window, user window, real-time database and operation strategy.1, the main control window: the···
-
202309-14
Yaskawa servo drive debugging method steps
1. Basic wiringThe main power input is 220V, which is connected from L1 and L3 (the actual use should refer to the operation manual); Control power input r, t can also be directly connected - 220V; Mo···
-
202212-30
ABB breaker failure and treatment
Judgment and handling of "reject" failureThe occurrence of "rejection" situation, basically in the closing operation and reclosing process. This kind of failure is very harmful. Fo···
-
202302-21
Omron CP1 series PLC interrupt classification
1. Direct I/O interrupt is a change in the interrupt input from the built-in input unit on the CPU rack (0→1; 1→0).2, count interrupt, PLC CPU unit built-in input pulse count, count reach set value ···
-
202302-21
Omron plc equipment disassembly sequence and method
(1) Stop the machine for maintenance, and more than two people must monitor the operation;(2) Switch the mode selection switch on the front panel of CPU from "Run" to "Stop" positi···