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
Delta frequency converter maintenance steps
First, the repair of frequency converter must first check whether the sound in the operation of the motor is abnormal, including whether it is sensational in the operation of the motor.Two, check whet···
-
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···
-
202302-07
WEINVIEW TK6070ih touch screen into the system setting what are the methods?
1. Generally, there is a small black arrow button in the lower right corner of the touch screen. After clicking and entering the correct password, you can enter the system Settings. However, during co···
-
202302-13
Mitsubishi PLC source type and leakage type difference
Mitsubishi PLC split source type (PNP) or leak type (NPN), the following is their difference1: Leaky logic: When current flows out of the signal input terminal, the signal changes to ON, indicating le···
-
202302-08
Reduce Schneider inverter interference measures
(1) Inductance and capacitance are added on the input side of Schneider inverter to form LC filtering network.(2) The power line of Schneider inverter is directly supplied from the transformer side.(3···