MaxHeadRoom
- Joined Jul 18, 2013
- 30,672
Do you have all the hardware in place at least?
Max.
Max.
I have no hardware except for the arduino. Which I'd happily ditch. Really I don't know what to buy. Need to know sizes etc so I can finalize mounting holes etcDo you have all the hardware in place at least?
Max.
Prototype 1 is with the drill to test torqueI meant the mechanical Hardware, if this is a prototype, if the mechanics are in place as in post #21 then the motors can be sized to suit.
Max.
The whole idea of steppers is they must have a stepper drive that will maintain the plate rated current (torque) at all times, as the RPM increases the inductive reactance increases, therefore the voltage must be controlled by the drive in order to maintain this rated current (torque).With stepper motors, will I loose steps and therefore positions when in a motion the torque is varied from Sayyy , 1nm-29nm then back again to 1nm then up to 27nm
Cheers
Mark
So a gecko is a brand of indexer as mentioned above?The whole idea of steppers is they must have a stepper drive that will maintain the plate rated current (torque) at all times, as the RPM increases the inductive reactance increases, therefore the voltage must be controlled by the drive in order to maintain this rated current (torque).
Modern drives do this automatically, this is why they have a DC supply that is well over the rated voltage of the motor.
If the torque required by the mechanism is more that this rated torque, the motor will drop out of run.
This is why a decent drive should be used such as Gecko etc.
Max.
Do you have a link to such packages? That would help me get my head round all the pieces of hardware, from the wall socket to the motor shaft.The answer is yes and no...
Stepper motors have a "Pull Out Torque" limit, exceeding this torque causes the rotor to drop out of synchronism with the magnetic field.
The motor stalls and loses position.
This torque depends on the motor, winding current, driver voltage, stepping speed and acceleration.
One needs to stay well under this torque level to guarantee that the motor doesn't stall.
It's often possible to tune a system to make it work, by adjusting the motion profile to keep it happy.
This is a compromise, as the machine speed may be limited by an undersized motor.
The best bet would be to purchase a stepper indexer, drive and motor as a package, this eliminates so much of the fiddling around.
An indexer generates the stepping signals and move profile, you can just send the thing a high-level command- "move to this position" and it does it for you.
Motion control is a deep and complex subject, buy a solution that matches your skill level, else you face a nasty and expensive learning curve.
I'm thinking, from what I've learnt, and correct me if I'm wrong, I'll not go arduino, I'll go plc, and program with ladder logic?Did you decide on the method for a controller? Arduino etc?
The Gecko link is http://www.geckodrive.com/
You issue the step/dir to them.
Max.
Those gecko drives you linked to me. One per motor right?If going with PLC you need one that has a Stepper module avaialble.
Max.
Cheers max.Never used these but evidentally they are cheap, control steppers and AFAIK free S/W.
http://www.aboutplcs.com/directlogic/programmable-logic-controller/dl0506mods/d05l06_specialty.html
Max,
Those directlogics only support pulse outputs via expansion I/O, and its one pulse output channel per card. So 5 cards would be needed @ $214/ea. (In addition to the CPU module). The free software only supports 100 words. After that it's $395 for the full featured software, which would probably be needed for this application.Never used these but evidentally they are cheap, control steppers and AFAIK free S/W.
http://www.aboutplcs.com/directlogic/programmable-logic-controller/dl0506mods/d05l06_specialty.html
Max,
I don't think that's fair. Why would say it would take months? I've tackled several projects with arduino and it was easy peasy in my book. And all I did was copy/paste the widely available example code into my sketch with a few modifications.If you are dirt poor and have months to muck around, go with the Arduino idea. (rhymes with arduous)