KUKA robot handling program programming

Create Date: 2024-8-30 12:03:23|Source: KUKA

(1) Open the program

Open the newly created program file banyunl" and enter the program editor. There are 4 lines of program in the program editor, in between, INI: initialization, END: program completion, and the middle two lines return to the HOME point.

(2) Teaching: return to the HOME point

Use the teach pendant to manually operate the robot to move to a suitable position as the HOME point of the robot. Position the cursor in the HOME program line, click the [Change] soft key in the lower left corner of the teach pendant interface, and change the title of HOME8 to HOME5, since HOME is a global variable, it will affect the initial orientation of other programs.

After clicking on HOME5, the black triangle sets the east-west coordinate system and the base coordinate system

Click the [OK] soft key in the lower right corner of the teach pendant interface to pop up the dialog box, click [Yes] to receive the coordinate system modification, the dialog box will pop up continuously, click [Yes] to use this point as the HOME5 point, and complete the modification of the PTP command on the 4th line together. Similarly, the HOME point in line 6 of the instruction will be tacitly acquiesced

                              KUKA robot handling program programming

(3) Teaching 1/0: The air claw is turned over

Select the cursor on the 5th line, click the [Command] soft key in the lower left corner of the teaching interface, and select the [Logic] [OUT] OUT command successively, and the OUT online table will pop up. Change the output number to 17, change the output connection status to FALSE, revoke the CONT, end the OUT command parameter setting, and click the lower right corner of the teaching interface

【OK】Soft key. Together, select the cursor on the 5th line again, click the [Edit] soft key in the lower right corner of the teaching interface, and select [Delete] to delete the 5th empty line.

(4) Teaching: P1 point

Manually operate the robot to move to the Pl point, move the cursor to the 5th line, click [Command] [Movement] [PTP] in the lower left corner of the teaching interface, and add the [OK] soft key in the lower right corner of the PTP teaching interface to complete the P1 point teaching

(5) Teaching: P2 point

Manually operate the robot to move to the P2 point, move the cursor to the 6th line, click the [Previous Command] at the bottom of the teaching interface, continue to click to add the PTP command, and click the [OK] soft key in the lower right corner of the teaching interface to complete the P2 point teaching

(6) Teaching: P3 point

Manually operate the robot to move to the P3 point, move the cursor to the 7th line, click the previous command at the bottom of the teaching interface to continuously increase the command PTP, and click the [OK] soft key in the lower right corner of the teaching interface to complete the P3 point teaching

(7) Teach: P4 point

Manually operate the robot to move to the P4 point, move the cursor to the 8th line, click the [Previous Command] at the bottom of the teaching interface, continue to increase the command PTP, and click the [OK] soft key in the lower right corner of the teaching interface to complete the P4 point teaching.

(8) Teach: P5 point

Manually operate the robot to move to the P5 point, move the cursor to the 9th line, click [Command] [Movement] [LIN] in the lower left corner of the teaching interface, add the command LIN, modify the speed to 0.1m/s, and click the [OK] soft key in the lower right corner of the teaching interface to complete the P5 point teaching

(9) Teaching 1/0: Grip the air claw

Select the cursor on the 10th line, click the [Command] soft key in the lower left corner of the teaching interface, select the [Logic] [OUT] OUT command successively, the output number is tacitly 17, the output connection status is changed to TRUE, and click [OK] in the lower right corner to complete the OUT command parameter setting

(10) Teach-in waiting

In order for the gripper to clamp the workpiece reliably, a waiting time of 0.5 s is set here. Select the cursor on the 11th line, click [Command] [Logic] [WAIT], set the time parameters, and click [OK] in the lower right corner to finish and wait for teaching

(11) Teaching: P6, P7, P8, P9, HOME

Refer to P4 point, use LIN command to teach P6 point: separate from P3 point, P2 point, Pl point, use PTP command to teach P7 point, P8 point, pg point; The PTP command is used to return to the HOME point, and the process of the robot picking up the workpiece from the unloading area is completed.

(12) Teach: P10 point

Manually operate the robot to move to the P10 point, move the cursor to the 16th line, click [Command] [Movement] [PTP] in the lower left corner of the teaching interface, add the command PTP, and click the [OK] soft key in the lower right corner of the teaching interface to complete the P10 point teaching

(13) Teaching: P11 point

Manually operate the robot to move to the P11 point, move the cursor to the 18th line, click [Command] [Movement] [LIN] in the lower left corner of the teaching interface, add the command LIN, modify the speed to 0.1m/s, and click the [OK] soft key in the lower right corner of the teaching interface to complete the P11 point teaching

More on that
Maintenance check of KUKA robot before start-up Maintenance check of KUKA robot before start-up

1. The equipment must be checked before starting, and the operation can only be started after the equipment is in good condition 2. Check and sort out the operation place to ensure that there are no flammable materials (such as oil rags, waste oil gloves, paint, perfume, etc.) and no air leakage, water leakage; 3. Ensure that the temperature of the operating room is not ...

Analysis of KUKA robot control systems Analysis of KUKA robot control systems

1. Underlying manipulators As the center of the control system, the applicability of the underlying controller is crucial to the whole system. Its function directly affects the reliability of the control system, the speed of data processing and real-time data collection. The working environment of mobile robots is harsh, and there are many sources of disturbance. Thus...

Fault diagnosis method for industrial robots - KUKA robots Fault diagnosis method for industrial robots - KUKA robots

Don't panic when the robot has a problem in the working process, if the fault is not caused by the controller, then the cause of the problem must be the damage to the machine parts. In order to deal with the problem in the easiest way possible, the problem should be analyzed. And the need to find out which part is the lead ...

The type of robot controller – KUKA robots The type of robot controller – KUKA robots

The robot manipulator is a device that controls the robot to complete a certain action or operation task according to the instructions and sensing information, it is the heart of the robot, which determines the performance of the robot, and can be divided into two structural types: serial and parallel from the processing method of the robot control algorithm. ...

Troubleshooting KUKA robots Troubleshooting KUKA robots

How can I troubleshoot KUKA robots simply?   KUKA robots work on the same principle of reciprocating work, and a good robot requires the combination of hardware and software to achieve the desired working results. For example, self-learning memory programming, etc., obstacle automatic detection bypass function, ...

KUKA robots use subroutine technology for work factors KUKA robots use subroutine technology for work factors

1. Why do KUKA robots use subroutine skills to work? In programming, subroutines are primarily used to achieve repeated use of the same task part, so as to prevent duplication of program code. In addition, the selection of subroutines can also save storage space. Another ...

Introduction to the first power-on of the KUKA robot Introduction to the first power-on of the KUKA robot

First, electrical connection Second, the initial power-on Third, security configuration Fourth, the robot zero point correction Fifth, I/O configuration seline; "> It is necessary to fix the robot before it can be powered on to operate the robot ...

KUKA robot start-up check KUKA robot start-up check

Step 1: View the environment 1. Recognize the ambient temperature: The ambient temperature of the KUKA control cabinet is required to be between 5°C-45°C, the working environment temperature of the robot body is 10°C-55°C, and the working temperature of some new models is 0°C-55°C (see the robot skills manual for details).

KUKA landed at the Industry Fair to lead industrial intelligence KUKA landed at the Industry Fair to lead industrial intelligence

The 21st China International Industry Fair (CIIF) will be held at the National Convention and Exhibition Center (Shanghai) from September 17 to 21, 2019. At booth E025 in hall 8.1H, KUKA will bring a series of digital and intelligent robot products and application processing plans to the show! All along, KU ...

The KUKA robot adjusts the step for the first time The KUKA robot adjusts the step for the first time

If the initial adjustment is lost (e.g. after a motor change or bump), the initial adjustment is restored. Since the learned error persists even after the adjustment is lost, the KUKA robot is able to calculate the initial adjustment. Before checking an axis, it is necessary to complete the ...

Welding attitude adjustment and trajectory of KUKA robots Welding attitude adjustment and trajectory of KUKA robots

According to the use and development needs of KUKA welding robots, traditional welding methods cannot efficiently meet the production needs to a certain extent, and arc welding robot skills are increasingly valued by manufacturers. How to complete mass production efficiently and efficiently with arc welding robots is the most important thing to do.

KUKA robot motor knowledge KUKA robot motor knowledge

1. The current of the single-phase transformer at no load is different from the main magnetic flux, and there is a phase parity aFe, due to the presence of iron current. The no-load current is a spire waveform due to the large third harmonic in it. 2. The flow in the armature winding of the DC motor is also the communication current. But its ...

KUKA'S KR 3 AGILUS Fast Food Robot KUKA'S KR 3 AGILUS Fast Food Robot

KUKA's KR 3 AGILUS conquers Brazil's Bionicook to serve snacks, drinks and desserts in the world's first fully active fast food vending machine. Industrial enterprises have long begun to adopt the ...

Industrial robot system composition - KUKA robot Industrial robot system composition - KUKA robot

Generally speaking, industrial robots are composed of three major parts and six subsystems. The three major parts are the mechanical part, the sensing part and the control part. The six subsystems can be divided into mechanical structure system, drive system, perception system, robot-environment interaction system, human-computer interaction system and control system.

Routine maintenance of KUKA robot cables Routine maintenance of KUKA robot cables

In a sense, the wire and cable production profession is a profession of data finishing and assembly. - The amount of data used is huge, and the data cost in cable products accounts for 80-90% of the total production cost; Second, there are many types and varieties of materials used, and the functional requirements are particularly high.

The KUKA KR CYBERTECH series is a new generation of Edition robots The KUKA KR CYBERTECH series is a new generation of Edition robots

Recently, KUKA has recently launched the KR CYBERTECH series of Edition robots suitable for general industries, which has the characteristics of reliable functions and lower total investment costs, and is suitable for transfer, grinding, installation, loading and unloading packaging, palletizing, arc welding and other uses, so that the entry-level automatic ...

KUKA robot after-sales service KUKA robot after-sales service

KUKA after-sales service provides complete after-sales maintenance, cycle maintenance and spare parts sales services for industrial robots.   Services provided by the KUKA service network. Experts are on call in more than 30 countries day and night to quickly reach your robots, work orders and ...

Introduction to KUKA robot drag teaching Introduction to KUKA robot drag teaching

Industrial robot teaching is that the programmer selects various teaching methods to "inform" the robot in advance of the action information and operation information. This information is roughly divided into three categories: robot orientation and posture information, trajectory and waypoint information; Robot mission action order letter etc.

A brief introduction to the KUKA handling robot A brief introduction to the KUKA handling robot

In today's society, with the rapid development of e-commerce, people's demand for goods is growing, and the requirements for product quality are getting higher and higher. Among them, KUKA handling robots are particularly popular in the packaging industry.

KUKA Robot Teach Pendant KRC4 Troubleshooting KUKA Robot Teach Pendant KRC4 Troubleshooting

1. Fault phenomenon: KUKA Robot Teach Pendant KRC4 The screen is out of order, and the mouse arrows do not move when touching the screen, and there is no change in orientation. 2. Causes: There are many reasons for the formation of this phenomenon.

CATEGORIES BYPASS
Customer Service Center

Online Consultation:QQ


ContactContact

Contact: Manager Huang

Contact QQ: 3271883383

Contact number: 13522565663


Scan the code to add WeChat (please save the picture first on the mobile phone)

working hoursworking hours

Weekdays: 9:00-17:00

Holidays: Only emergencies are handled

Contact us

Contact us

Contact number QQ consultation
QQ consultation

3271883383

Company address
Back to top