Download presentation
Presentation is loading. Please wait.
Published byHugo Robbins Modified over 9 years ago
1
Search Function Function System Example User Benefit How It Works Search function is the function that the robot is stopped by the input signal while it is moving to a specified position. Using this function the robot can perform next motion after the signals come in. Search Start Point Robot stops here. P000 500mm Case of No Signals Signal In Robot stops here. [ Robot Motion ] MOVJ VJ=40 MOVJ VJ=40 (StepA) MOVL P000 V=10.0 SRCH RIN#(1)=ON DIS=500.0 MOVL V=100.0 [ Job Example ] P000: Destination Point RIN#1(1): Direct Input No. DIS: Overrun Distance [Explanation] The robot moves from the search start point (StepA) to the point that is defined in position variable P000 with linear interpolation and speed 10.0mm/sec. At the same time the robot monitors the direct input signal at RIN#(1). If the robot receives it, it stops immediately, and if not, the robot goes through P000 point and stops at 500mm point. The status that the robot stops by either the signals or not is checked by the system variable $B02. $B02=0 -> The robot stops at 500mm point. $B02=1 -> The robot stops by the input signal. It can be used at the case that the workpiece such as panel, glass board and so on are taken from the stocker. Simple Program Without teaching many points for different workpiece the robot automatically finds proper position for them with just adding SRCH instruction tag and the wiring for input signal. High Quality The workpiece is not damaged even if it is not setup on right position because the robot finds it’s position and stops immediately. And it can start working at same position always. Search Start Point Panel Stocke r
2
High Speed Starting Point Detecting Function Function Starting Point Calculation Detecting Example The starting point detecting function searches for the path to be welded. This function is helpful to find the path regardless of workpiece size dispersion and workpiece setting position error. 1. Starting Point Detection 2. Fillet Point Detection 3. End Face detection S’S’ S Web Surface(Taught) Flange Surface (Taught) Flange Surface (Actual) Flange Surface Position Error: H (Difference between the taught and actual positions) Web Surface Position Error: L (Difference between the taught and actual positions) Web Surface(Actual) At the right figure, starting point S’ is calculated with Flange Surface Position Error:H Web Surface Position Error: L User Benefit High Quality Even if the workpiece is setting up with some gaps against original position, stating point of welding is found automatically. Therefore welding quality is stable and high. Shorten Cycle Time The cycle time can be shorten compared with standard starting point detection function because searching speed is faster. Standard: 0.8m/min High Speed: 4.5m/min 1 2 3 4 5 1 2 3 4 5 6 7 By touching the wall with motion 1 and 3 the robot calculates the point 5 and moves there. 2 3 4 6 5 7 8 9 10 11 12 1 As the motion 3, 5 the robot repeats touching until it can not find the wall. When it is found, the robot recognizes that the fillet point is found. By touching the wall with motion 1, 3 and 5 the robot calculates the point 7 and moves there. There are also detections of the center point of inside circle, outside circle etc. Others
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.