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.
-
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···
-
202303-08
Cause of frequent trip of Schneider leakage switch
1. Bad deviceEach pile lead wire is not firmly connected, long-term loose, will cause the pile head heat, oxidation, burn the outer insulation of the wire, and announce the spark and coke taste, the f···
-
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···
-
202302-16
Solution of MCGS communication problem
1. How to check the communication status of the device in Kunlun Mode (MVGS)In all MCGS non-board devices (except some custom devices), *** channels are communication channels. That is, after entering···
-
202301-06
Fault analysis and maintenance steps of WEINVIEW touch screen failure to turn on
1. The power cable is incorrectly connectedThis may seem obvious, but make sure the power cord is connected to the back of the touch screen and plugged into a power outlet. If it looks connected corre···