Would the KRL have the system function to record the postions and recovery them?
e.g.
XP1--->XP2--->XP3->...
After arrived XP1, the system record it to a system variable automatically ? then XP2, XP3...
Thanks!
Would the KRL have the system function to record the postions and recovery them?
e.g.
XP1--->XP2--->XP3->...
After arrived XP1, the system record it to a system variable automatically ? then XP2, XP3...
Thanks!
no but thanks to KRL it is easy to make one...
thanks your information
there are system variables (like $POS_FWD) telling what next (or previous) position is. so one can let program run, observe if the target position changes and when it does, save it to array for example. going this route will not give you point names, motion types etc. just sequence of all positions that robot goes to. to get more info (if needed) one can write program to actually parse SRC and DAT files.