Hi.
KRC4 8.3
I have a question, how to set the E1 axis motion (linear unit along X axis) only in KRL. Without holding the tool TCP.
Movements E1 (LIN, PTP) in the KRL keep the TCP (cartesian) in place.
I need movement like in T1 and AXIS only and E1 is moved without holding the TCP.
Now if i need move robot with tool I make something like this:
LIN {X 1000, E1 1000}
And I would like an E1 1000 and X tools to move together only with:
MOVE {E1 1000}
Regards.