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
How to Use Siemens Memory Card to clear password or restore factory Settings
If the customer forgets the password previously set to the S7-1200, the S7-1200 internal program and password cannot be cleared by "restoring factory Settings", so the best way to clear is t···
-
202212-29
Notes on the use of Siemens frequency converter
1. The output line side of Siemens frequency converter cannot be shunt to compensate the capacitor, nor can the capacitor be shunt in order to reduce the high harmonics of the output voltage of the fr···
-
202212-29
Siemens loads items into a memory card in transfer mode
Loads items to a memory card in transfer modeStep 1: Set the memory card to "transfer card" mode according to the above method. You are advised to clear all files from the memory card before···
-
202306-21
Delta servo motor regular diagnosis and repair method
First, the motor temperature is too high or the smoke motor common failureReasons :1. The load is too large; 2. Two-phase operation; 3. Air duct obstruction; 4. The working temperature is too high; 5.···
-
202302-28
Omron plc maintenance procedures and equipment regular cleaning regulations
I. Maintenance procedures, regular equipment testing and adjustment regulations(1) Check the connection of wiring terminals in the PLC cabinet every half a year or quarter. If loose places are found, ···