Hi there,
I am using lab13b as a reference for a position controller for a sensored system. On this system we have two encoders, one for motor's angle and another on the output of the system to measure its absolute angle, after a series tendons. Because of the system, there is an variable offset between these two angles. I have a few questions about alternative the system to compensate for this.
1. is it possible to constantly update the position reference of the SpinTAC position move function without a change in velocity? I tried to add more points or states as in lab13c, but there is always a stop in between states and we would require constant velocity.
2. Is it possible for the SpinTAC position move libraries to constantly adjust for this offset?
3. Can I use my second encoder, which does not reference the motor's angle, as the mechanical angle for SpinTAC position move and the motor's encoder for the electrical angle? This way the mechanical angle would reflect the angle of the system.
Thank in advance!