Welcome, Guest. Please login or register.
Did you miss your activation email?
February 09, 2012, 03:23:27 AM
Home Help Login Register
News: Any Problems or Experience with Industrial Robots ?
Register and place your Question / Answer to worldwide Robotexperts right here !

+  Robotforum | Support for Robotprogrammer and Users
|-+  Industrial Robot Help and Discussion Center
| |-+  Kawasaki Robots
| | |-+  Special Functions kawasaki controller AD
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Special Functions kawasaki controller AD  (Read 1128 times)
John0909
Newbie
*
Offline Offline

Posts: 12


« on: August 11, 2010, 01:31:52 AM »

Hi everyone, i just have a problem whit one robot, i have to do a circular move with the robot, and i can´t select that  interpolation mode in the teach pendant, does any one knows how to activate those functions?

My robot is a kawasaki UX-120... AD controller
 
PD. Im sorry about my bad english :(

thank you verymuch, i´ll really apreciate your help.
Logged
tdevine77
Jr. Member
**
Offline Offline

Gender: Male
Posts: 57



« Reply #1 on: August 11, 2010, 01:49:29 AM »

I think that you have to have a kawasaki techinician add the circular move as an option which you will have to pay to have that option installed.
Logged
magruedus
Guest
« Reply #2 on: August 11, 2010, 04:42:44 PM »

You can use AS to draw a circle. For example:

FOR angle = 0 TO 360 STEP 5
LMOVE p1+TRANS(radius*COS(angle),radius*SIN(angle))
END

p1 is the centre of the circle, radius is radius

the step 5 causes an increment of 5 degrees, ie. you will get 72 points on your circle.... increase or decrease it as desired.


You have to have your tool coordinates pointing in the correct direction (i.e. gripper pose)..... from memory probably needs to be in line with the base co-ordinate system for the transformation to work.
Logged
tdevine77
Jr. Member
**
Offline Offline

Gender: Male
Posts: 57



« Reply #3 on: August 12, 2010, 01:51:18 AM »

nice
Logged
John0909
Newbie
*
Offline Offline

Posts: 12


« Reply #4 on: August 12, 2010, 05:52:29 AM »

Thank you very much for your help!, i didnt know that this robot can proces such a function as sin() or cos(), that is very interesting, do you know where i can see those functions? is there a manual of this?

thank you very much again, and sorry again for mi bad english... :)
Logged
magruedus
Guest
« Reply #5 on: August 14, 2010, 07:49:39 AM »

This AS manual should be suitable circa AD controller.
Logged
John0909
Newbie
*
Offline Offline

Posts: 12


« Reply #6 on: August 15, 2010, 07:55:28 AM »

Thank you very much for your help!
Logged
doetz27
Newbie
*
Offline Offline

Posts: 9


« Reply #7 on: September 23, 2010, 12:28:50 AM »

Special functions are under either AUX 98 or AUX 99 and require the password 9894 if i recall correctly.  This will open up more option menus and interpolation types are under one of them.  Hope I remembered the numbers correctly for you.
Logged
doetz27
Newbie
*
Offline Offline

Posts: 9


« Reply #8 on: September 23, 2010, 04:03:59 AM »

Sorry, AUX 199
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!