hi
i want to shifting all motions PTP or LIN motion .... like (all motions z=z -10)
how can i do it?
hi
i want to shifting all motions PTP or LIN motion .... like (all motions z=z -10)
how can i do it?
What is z In this case?
If it is part of base, you could simply move the base...
If you have krc4 or krc5 you can use Workvisual, or you can use Orange edit even if you have older robots like krc1/krc2.
If you have krc4 or krc5 you can use Workvisual, or you can use Orange edit even if you have older robots like krc1/krc2.
i want change it realtime
i want change it realtime
Only possiblity to modify positions in realtime (that is every interpolation cycle of 12 ms or every 4 ms) is by using the RSI package.
Fubini
can i change tool_data[1].z =tool_data[1].z - 10 ?
Of course if you only want to shift target positions w.r.t to the TCP system. Other option would be treating base_data[] like that. Depends whether $BASE or $TOOL needs the shift. That is a difference and you did not state which case you need. Get familiar with the geometric operator ":" might help as well. Plenty of discussions regarding this can be found by using the forum search, e.g.
Fubini