Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

step motor controller - motor is unknown

Status
Not open for further replies.

filjoa

Member level 4
Joined
May 19, 2006
Messages
75
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,771
step motor controller

hi

I try control an step motor, but I don't have datasheet of motor, because I remove them from printer.

this is my motor reference 17pm-k041-p2f:

**broken link removed**

on my program I make:
output_high(PIN_B7);
delay_ms(10);
output_low(PIN_B7);
delay_ms(10);
output_high(PIN_B6);
delay_ms(10);
output_low(PIN_B6);
delay_ms(10);
output_high(PIN_B5);
delay_ms(10);
output_low(PIN_B5);
delay_ms(10);
output_high(PIN_B4);
delay_ms(10);
output_low(PIN_B4);
delay_ms(10);

in each pin I have an NPN MOSFET.

my question is how I know where PIN put each thread, I have 5.... how I can dicide this?

best regards.
 

Re: step motor controller

First, try to identify wires of your stepper motor ..
Here is a procedure that may help you:


Then you can start generating stepping sequences ..
See this:
**broken link removed**

Rgds,
IanP
 

    filjoa

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top