turbo31:
rootboy:
Keep in mind that your analog input is going to limit you to 256 positions (that's life in the 8 bit world). Personally, I think that you would be better off using a LM317 setup in constant current mode and then use the 4 - 20ma input on your Linear Actuator Control Board.
http://www.ae5d.com/images/Lim.png
So you plan on manually positioning your slide using a pot?
Thanks for the suggestion. The original thinking was with a stoke of only 100mm the 256 steps would be fine. However,the LM317 setup would give me better resolution when I go with larger actuators in the future. I will explore this. To answer your question, yes. I am trying to show how a motion platform can be used in live theatre and am building a working model of the concept. The final goal is to be able to have a "master" platform that I manipulate offstage and record the movements of and have a "slave" platform repeat those movements on stage when cued. Hence why I am trying to incorporate an arduino so I can record and play back various movements or positions on demand.
I may be showing my age, but we used to do this sort of thing with what was called a "Motor Operated Pot" (or a MOP). Because interfacing things like dancer arms on wind-ups and let-offs could be tricky, someone came up with the kludge of using a motor to control the position of your pot. Honestly, it looked pretty silly at the time, too. 
In your case it makes sense, and would be a snap. Get yourself a nice ten turn pot that will do the job for you (I would avoid "audio taper" unless you compensate for the log taper. Just get yourself a linear taper instead). Try it out and make sure that it suits you.
Now find the teeniest stepper motor that you can find. The smaller the better. Attach the shaft of the stepper to the shaft of the pot using a pair of pulleys to slow down the pot's speed (multiplies the torque of the stepper for you, and gives you better resolution to boot).
Now run your stepper to adjust your pot. Ten turns of the stepper multiplied by your "gear" ratio will give you full span.
Now for the cute part. Your small stepper shouldn't develop enough torque to damage the pot, so to home your pot, simply drive the stepper to zero, and keep running the stepper for one additional revolution. Sure, the stepper will stall out and chatter, but neither the stepper or the pot should be harmed. You could even go as far as to lower your stepper driver's current limit through the 'Duino during the homing process if it bothers you.
For reference, I have a Spectrol brand ten turn pot (a MOD 534-7156) and in one direction it can be forced (with considerable effort) to move past its stop. However, in the other direction, whatever it hits, it doesn't seem to want to go any further. Make this your zero position and wire the pot to make that electrically zero too.
This will get you pretty close to infinite control (on a budget no less) as I can imagine.