Notifications
Clear all

Servo motor vs stepper motor help

5 Posts
3 Users
0 Likes
826 Views
(@sledracer1y)
Member
Joined: 2 years ago
Posts: 2
Topic starter  

Hello,

I built a machine to assist with running in a small RC engine and it works pretty well, but not perfect by any means. I can’t seem to find any assistance with these types of devices. I’m currently using a stepper motor and driver setup but I believe it’s not really the correct device to use for this application. I believe a servo driver and motor setup would be better but I would like to correspond with some who know about this technology. Can you please point me the direction of someone who is educated in this or possibly give me a little assistance. 


   
Quote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 6910
 

Can you restate the following, it can mean several things

I built a machine to assist with running in a small RC engine 

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
ReplyQuote
Inq
 Inq
(@inq)
Member
Joined: 2 years ago
Posts: 1900
 

Welcome!

I think I'd agree with @zander... we need a little information on the actual project.    We can only tell that you are moving something/somehow with the stepper motor.  Whether its the right solution for your project can't be determined with the information you've provided.  Pictures and/or descriptions of what you want to achieve might get you some good answers from the forum.

VBR,

Inq

3 lines of code = InqPortal = Complete IoT, App, Web Server w/ GUI Admin Client, WiFi Manager, Drag & Drop File Manager, OTA, Performance Metrics, Web Socket Comms, Easy App API, All running on ESP8266...
Even usable on ESP-01S - Quickest Start Guide


   
ReplyQuote
(@sledracer1y)
Member
Joined: 2 years ago
Posts: 2
Topic starter  

I’m breaking in high end RC airplane engines in a heated oil bath. These engine don’t use piston rings so the cylinder is slightly tapered to build compression. And the break in process is very important to the reliability of the engine. I connect a  RC engine to a stepper motor using a coupler and submerge just the RC engine in the oil bath. I heat the oil bath to a certain temp and then start the stepper motor running at a slow rpm. I run the stepper motor at a certain rpm for a certain amount of time. I then increase the rpm and decrease the temp of the oil bath. And so on and so on until the engine is fully broken in. It usually takes about 8-10 hrs to fully break in a engine. I’m currently using a stepper setup and it works well but the stepper gets really hot. I just don’t think I’m using the right device for the application. At some point in the very near future I want to connect this to a andrino unit and automate this process as much as possible. I don’t believe I will be able to automate the heating cycle but everything else should be able to be automated. It would be amazing if I could read the load against the motor to verify where I am in the breaking process but I might be pipe dreaming there. I’m not afraid to toss a little money at buying new equipment to make this machine. These engines run into the 1500 range and you only get about a season out of them so it’s fairly important to break them in gently and correctly. Hope this helps.


   
ReplyQuote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 6910
 

@sledracer1y WOW, really interesting project.

NOT AN EXPERT

I think a stepper is the right solution, but others may know of a way to reduce heat.

Increasing the RPM and decreasing the oil bath temp can easily be done with an arduino or any number of other MCU/MPU

I am not 100% sure but I am pretty sure reading the load is a simple matter of reading the stepper motor current draw.

I would normally refer you to another forum member but he is not available for a little while. In the meantime if you research steppers and arduino or other MCU/MPU of your choice then that would be a start. As far as the heating of the oil, it will depend on the method used now. To automate it will require the arduino using a logic level pin to control a variable ??? (2 answers depending on if AC or DC but both doable)

Measuring the stepper load means measuring the current draw on the pin. IIRC that is an analogue pin so searching on that may be a start but I bet another forum member will have a definitive answer in a few minutes.

Keep us informed, this is a super cool project for us old techies.

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
ReplyQuote