Hi, i don't understand why the command from below respect the feed speed when the axis is configured as Cartesian, and does not respect the feed speed when configured as rotational axis, and goes max speed for that axis. I understand that Cartesian is in mm units and rotational is degrees... but it does not respect them. Homing the rotational axis respects the speed.
UC100.AddLinearMoveP(null, null, null, 20, null, null, 10, 1);
What i am doing wrong?