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.
-
202301-17
Installation and commissioning steps of ABB robot accessories
General steps for ABB robot installation and commissioning:1. Lift the robot body and control cabinet into place2. Cable connection between ABB robot body and control cabinet3. ABB robot teaching devi···
-
202303-31
Schneider frequency converter setup steps detailed
1. Macro Equipment:According to the control requirements of different loads, Schneider inverter defines the macro equipment and the initial function of I/O terminals.Change macro equipment, can be fix···
-
202302-10
How to choose Omron relay
1, select the rated working current of electromagnetic relay coil: DC electromagnetic relay driven by transistor or integrated circuit, the rated working current of the coil (generally 2 times of the ···
-
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; ···
-
202306-01
The main function and composition of the configuration software of MCGS Tong - state embedded edition are introduced
The main function of MCGS embedded configuration software1. Simple and flexible visual operation interface: all Chinese and visual development interface is adopted, which meets the usage habits and re···