Welcome, Guest. Please login or register.
Did you miss your activation email?
May 23, 2012, 07:46:02 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
| | |-+  comparing trans.poses
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: comparing trans.poses  (Read 438 times)
nuni
Newbie
*
Offline Offline

Posts: 29


« on: March 16, 2011, 11:39:07 AM »

is there a simple way to compare two known trans.poses;something like this:
if #standby==#standby_l then....
or:
if point #standby == point #standby_l then....

right now i'm doing this thru:
if dext(#standby,1)==dext(#standby_l,1) and dext(#standby,2)==dext(#standby_l,2) and...dext(#standby,7)==dext(#standby_l,7) then....
it works but its a bit brutal.
any suggestions.
thx.
Logged
╚>George<╝
Newbie
*
Offline Offline

Gender: Male
Posts: 21



WWW
« Reply #1 on: March 16, 2011, 12:34:43 PM »

FOR .i = 1 TO 7
  IF DEXT(#pippo,.i)==DEXT(#pluto,.i) THEN
;
  END
END
Logged
nuni
Newbie
*
Offline Offline

Posts: 29


« Reply #2 on: March 16, 2011, 01:21:22 PM »

right.thx.
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!