Welcome, Guest. Please login or register.
Did you miss your activation email?
November 20, 2008, 11:36:23 PM
Home Help Search Calendar Login Register
News: Any Problems or Experience with Industrial Robots ?
Register and place your Question to worldwide Robotexperts right here !

+  Robotforum | Support for Robotprogrammer and Users
|-+  Robot Help and Discussion Center
| |-+  KUKA Robots (Moderators: Werner Hampel, kai_n, MartinH)
| | |-+  point and working area
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: point and working area  (Read 306 times)
nowire75
Newbie
*
Offline Offline

Posts: 15


« on: September 19, 2007, 01:10:53 PM »

hi all,

I want to ask you if is possible to determinate if a point is into the working envelop of my robot.
For example I have a P1 point. P1 is {X 1200,Y 500, Z 1000, A 0, B 0, C 0}. This point is inside of my robot working envelope and I have no problem.
But if my point is  {X 1200,Y 500, Z 9000, A 0, B 0, C 0} the robot stops because the point is outside. For example P1.Z is a resoult of more operations.
Is possible, by code, in the robot program or in an user external program, determine if the point is OK?

Nowire
Logged
the leg
Jr. Member
**
Offline Offline

Posts: 51


Life is like a game of poker .


« Reply #1 on: October 03, 2007, 04:31:59 PM »

you can use the sps to monitor the data you are using and use it to check against some pre-determined values. You can use it to stop the robot if the data is out side of the values.
Logged
fishboy
Newbie
*
Offline Offline

Posts: 17



« Reply #2 on: November 25, 2007, 09:04:13 AM »

You need to know what the permitted maximum distance is.

you could simply wait for the value to be lower than the maximim.

WAIT FOR P1.Z<=2500; where 2500 is the maximum

I am a little concerned the external device is creating a position 7 odd metres outside the normal working area. I think this should be addressed first.
Logged

The futures bright, the futures orange.
abhi
Newbie
*
Offline Offline

Posts: 17


« Reply #3 on: December 04, 2007, 08:40:45 PM »

you can see the work envelop in the data sheet of the robot , and make your own code in VB or you can use simpro from kuka its very effective
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.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!