I probably dont make a lot of sense using the wrong words.
I will try to explain it more detailed. What I want is for the camera robot to move the camera head along a predefined 3D bezier path with specific timing. Moving slower and faster at different parts along this path. The way I see it there is only three ways I can do this.
1. If the Robot can be fed the bezier path and timing keyframes as to where it should be along the path and follow my predefined smoothing interpolation on those keyframes. Then I could upload that data to the controller and the controller takes care of both interpolation of smoothing and the InverseKinematics.
2 I Create the movement in a simulation( probably 3ds max or Maya) the position of the head in XYZ on that path at any given time in whatever frequency fits best with the robot is written to an ASCII file. This file is fed to the controller and the controler works out the InverseKinematics
3. I Create the movement in a simulation( probably 3ds max or Maya) and write out all the positions on all the servos at any given time in whatever frequency fits best with the robot in a ASCII file. This file then either is being read by the Mitsubishi controller or by my homebuilt controller and tells the servos what to do.
Here is a small example of what I want to accomplish, what I try to show here is the predefined path and the smooth acceleration and deacceleration.
http://vimeo.com/moogaloop.swf?clip_id=9493909&server=vimeo.com&fullscreen=1&show_title=1&show_byline=1&show_portrait=0&color=01AAEAWould this be possible with the standard Mitsubishi controller or with maybe a special realtime control software to run on a computer is that what WINE can do?
Again, thanks a lot for your valuable insight.
Best Regards
Ludvig Friberg