Yamaha Industrial Robot Error Programming Handling Method

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

"***Recently, a background user asked the reason for the overflow problem of the 5.212 warehouse, and the blogger told you here that this is mainly caused by the non-standard writing of the program. ”

YAMAHA's industrial robot technology helps you find a way to deal with it.

                            Yamaha Industrial Robot Error Programming Handling Method

  01

Fault Routine Analysis 1

Let's start with a snippet of code:

  *AA:

  MOVE P,P101,Z=0.0

  WAIT ARM

  FOR I=1 TO 1000

  MOVE P,P102,Z=0.0

  WAIT ARM

  DO2(0)=1

GOTO *TSA // place of fault

  NEXT

  MOVE P,P104,Z=0.0

  MOVE L,P105

  DO2(0)=0

  *TSA:

  MOVE P,P106,Z=0.0

  DO2(0)=0

  DELAY 200

  GOTO *AA

Some problems can be seen in the code in the figure: in the loop FOR NEXT sentence, the jump instruction is presented,

And it did not return to the loop again, nor did it complete the cycle, and repeated operation will present the fault of the following figure in the future5.212 warehouse overflow fault, this time continues to operate, there is still this fault, and it can only be reset again, and the only way to deal with this problem thoroughly is to modify the program, and advocate modifying it into the following way.

  *AA:

  MOVE P,P101,Z=0.0

  WAIT ARM

  FOR I=1 TO 1000

  MOVE P,P102,Z=0.0

  WAIT ARM

  DO2(0)=1

  GOTO *TSA

  NEXT

  MOVE P,P104,Z=0.0

  MOVE L,P105

  DO2(0)=0

  *TSA:

  MOVE P,P106,Z=0.0

  DO2(0)=0

  DELAY 200

  GOTO *AA

Some problems can be seen from the above code: in the loop FOR NEXT sentence, the jump instruction is presented, and it does not return to the loop again, and the loop is not completed, and the fault 5.212 warehouse overflow fault in the following figure will be presented in the future after repeated operation, and this time continues to run, there is still this fault, and it can only be reset and restarted, and the only way to deal with this problem thoroughly is to modify the program, and it is advocated to modify it to the following way.

  *AA:

  MOVE P,P101,Z=0.0

  WAIT ARM

  FOR I=1 TO 1000

  MOVE P,P102,Z=0.0

  WAIT ARM

  DO2(0)=1

  GOTO *TSA

  NEXT

  MOVE P,P104,Z=0.0

  MOVE L,P105

  DO2(0)=0

  *TSA:

  EXIT FOR

  MOVE P,P106,Z=0.0

  DO2(0)=0

  DELAY 200

  GOTO *AA

There's also an extra line of EXIT FOR loops so that the repository doesn't cause overflows, and that takes care of the problem.

Manually move each shaft, listen to whether there is noise in the mechanical part, if there is noise, check the bearing, reducer gear and other transmission devices; (5) In the state of shutdown in the preparation for operation, use the brake release switch to release the brake (note: when the brake is released, the robot arm may fall and cause damage, and the arm that may fall is supported before release), and use the method of listening to the sound to confirm whether the brake is released, and if it can be released, the servo drive unit is replaced.

More on that
The five major mechanical structures of industrial robots - Yamaha robots The five major mechanical structures of industrial robots - Yamaha robots

From the perspective of mechanical structure, industrial robots can be divided into single-axis robots, coordinate robots, horizontal multi-joint robots (SCARA), straight multi-joint robots and parallel robots (DELTA), etc., and the following five types are explained in order. ...

Analysis of the working principle of the robot - Yamaha robot Analysis of the working principle of the robot - Yamaha robot

First, the components of the robot At the most basic level, the human body consists of five main components: Of course, there are also intangible traits of human beings, such as intelligence and morality, but on a purely physical level, this ...

The brain and muscles of an Epson robot The brain and muscles of an Epson robot

1. Manipulator - the brain of the Epson robot Controller (English name: controller) refers to the main command device that controls the start, speed regulation, braking and reverse of the motor by changing the wiring of the main circuit or the wiring of the control circuit and the resistance value in the circuit according to a predetermined sequence. By Cheng ...

Analysis of Yamaha Robot's Vision Problems Analysis of Yamaha Robot's Vision Problems

1. The problem of selecting the characteristics of the picture. The function of the visual servo is closely related to the characteristics of the drawings used. The selection of features should take into account not only the identification indicators, but also the manipulation indicators. From a handling point of view, the redundancy feature eliminates the influence of noise and improves the function of the visual servo motor.

Yamaha Motor Co., Ltd. expanded its capacity and successfully held a relocation ceremony Yamaha Motor Co., Ltd. expanded its capacity and successfully held a relocation ceremony

Yamaha Motor Intelligent Machine (Gusu) Co., Ltd. (hereinafter referred to as "YIMS") has further integrated the semiconductor-related equipment business in addition to the existing SMT (placement machine) and FA (industrial automation) business. In order to improve the work infrastructure and improve the customer experience ...

Industrial Robot Preventive Maintenance – Yamaha Robot Industrial Robot Preventive Maintenance – Yamaha Robot

Each robot requires preventive maintenance to ensure optimal performance and consistency on the production line. When the robot is not regularly inspected for preventive maintenance, it can lead to damage or malfunction of parts, which can lead to production sluggishness or even downtime. To the robot ...

Introduction to the Outer Axis of the Welding Robot – Yamaha Robot Introduction to the Outer Axis of the Welding Robot – Yamaha Robot

1. Welding positioner. There are many specifications of welding positioners, and the common welding positioners are single-axis welding positioners. Two-axis welding positioner. Triaxial welding positioner, etc. It can be applied to different categories according to different models. The welding robot and the welding positioner coordinate their movements. Welding Robot ...

Features of Six-Axis Industrial Robots – Yamaha Features of Six-Axis Industrial Robots – Yamaha

1) Programmable: The biggest feature of 6-axis industrial robots is flexible starting, an important part of the flexible production system. Industrial robots can be reprogrammed with the changes of their working environment and the changes of processed parts, which is suitable for small batches and multiple varieties with balanced and high efficiency of flexible production.

Yamaha teach pendant repair malfunction Yamaha teach pendant repair malfunction

YAMAHA Yamaha Teach Pendant Repair Common Faults: Damaged Keys, Power Board Problems, High Voltage Board Problems, LCD Problems, Motherboard Problems, Black Screen, Flower Screen, Blue Screen, White Screen, No Repercussions When Power On, Burning Baoxian When Powered On, Can't Turn On Normally, Can't Enter the System, Contact Problems, Press ...

Application Scenarios for Robotic Arms – Yamaha Application Scenarios for Robotic Arms – Yamaha

Scene is an important part of the use of new skills, the more scenes represent the wider use and the greater the hope space for the future, and if a skill is born without practical use scenarios, that is, it cannot be integrated into people's daily life and manufacturing, which will have a fatal impact on its subsequent development.

Precautions when palletizing robots are in operation – Yamaha robots Precautions when palletizing robots are in operation – Yamaha robots

1. When using cranes or forklifts to handle robot palletizers, it is definitely not possible to manually support the robot palletizer control box; 2. Do not lie on the robot palletizer or stand under the lifted robot palletizer during handling; ...

Ten core technologies in the field of robotics - Yamaha robots Ten core technologies in the field of robotics - Yamaha robots

1. Human-computer dialogue intelligent interaction skills; This skill allows humans to truly communicate with machine intelligence, where the robot can not only understand the user's questions and give accurate answers, but also actively guide the conversation through the process without information. At that time, this piece of the valley was more sophisticated...

TAKE YOU TO KNOW YAMAHA ROBOTS TAKE YOU TO KNOW YAMAHA ROBOTS

Yamaha is famous for its audio and motorcycles, and they have developed some of their own automated equipment in the production process, from active conveyor lines and handling organizations to providing professional motion control products for the market, and robots are just one category in between. ...

Yamaha is a robot that aims to race with people Yamaha is a robot that aims to race with people

Yamaha's solution will apply what it has learned during the construction of Motobot to improve its various products, including motorcycles, snowmobiles, ATVs, and industrial robots. Yamaha made it clear that "advanced rider safety systems" may be an area where Motobot can help push ...

Yamaha Robot Teach Pendant Instruction Manual Yamaha Robot Teach Pendant Instruction Manual

A brief introduction to the Yamaha robot teach pendant instruction manual What is a teach pendant The teach pendant is a hand-held device for manual operation, program writing, parameter equipment and monitoring of the robot. The teach pendant, also known as the teach programmer (hereinafter referred to as the teach pendant), is a robot control system.

Misunderstanding of industrial robot application - Yamaha Robot Misunderstanding of industrial robot application - Yamaha Robot

Robots typically cost tens of thousands to millions of dollars, and it's important to make the right choices the first time and prevent common mistakes that can lead to unnecessary expenses or delays. Myth 1: Underestimating useful load and inertia Robot users ...

Yamaha Robotics SGF8 all-in-one drive-control module Yamaha Robotics SGF8 all-in-one drive-control module

The SGF8 integrated drive and control module integrates the embedded module of the guide rail, servo motor and drive controller on the basis of the advantages of the embedded module of the guide rail. Small size, high integration, and simple wiring simplify the customer's electrical design and adapt to the customer's more space needs. ...

Yamaha - Robot fault judgment tips Yamaha - Robot fault judgment tips

At present, industrial robots have been widely used in automobile and auto parts manufacturing, mechanical processing, electronic and electrical occupations, rubber and plastics industry, food industry, wood and furniture manufacturing industry. In industrial production, welding robots, installation robots, spraying machines ...

Introduction to the walking organization and classification of microrobots Introduction to the walking organization and classification of microrobots

1. The walking organization of a microrobot In order for a microrobot to actively walk (or crawl, the ability to walk), it must have a walking organization. The walking organization of microrobots mainly includes: 1. The wheeled walking organization is only suitable for traveling on relatively flat ground. 2. Crawler ...

The type of control of the robot – Yamaha robot The type of control of the robot – Yamaha robot

1. The control type of the robot can be divided into open-loop control and closed-loop control according to whether there is a reaction or not, during which open-loop control is generally considered to be more accurate, but the requirements are more chaotic. Generally speaking, if we want to accomplish open-loop accurate manipulation, we need to know the accurate model of the controlled target ...

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