I cannot understand because it's in Germany.
>> Yeah i can't understand too.. i have to guess the details.
I cannot view your schemes
>> Sent
1) Use the batteries 12VDC, apply to YW (+-) and see if there is a torque at the rotor? If yes, continue with RB (+-). If it's clear, continue to step 2
>> Passed
2) Use the batteries 12VDC (don't use 17VDC) then apply (+-) as the sequence below:
>> Passed
3) Do not connect your motor to your driver. Use 4 leds (2 red and 2 green) to test the outputs of your MC34xx. Note that you have to put 10K resister to protect the leds. Measure the output voltage, are they near 12VDC as pwr supply?
>> Hmm something new.
>>Yep. They blinked, I supplied 13.7 V, used a 20K resistor.
4) Connect your motor as identically as you did test, set one pulse to your MC and keep this pulse HIGH, don't turn it off. Check if your motor has its torque. If it works, oki, you nearly make it clear. You don't have to take care of CW/CWW bit. if it turns, GOOD, you don't care bout the direction. We can change it later.
>> "Test" as in the sequence in Number 2? I can't cause the driver's sequence is fixed I can't change it.
-- Not sure
5) Set 2 pulse (1 second a pulse, each duty cycle of a pulse is 50%, which means ON in 500ms, OFF in 500ms, ON in 500ms, OFF in 500ms). If your motor turns 1 step, it works good. Try with 100 pulses (1 second period pulses). If your motor turns 1 revolution, it works good.
>> I didn't use a timer for my pulsing.. Just used a simple in precise delay_ms() loop.
Im using PCW C Compiler.
while (true) P
output_low(PIN_toMCxxCLK);
delay_ms(50);
output_high(PIN_toMCxxCLK);
delay_ms(10);
}
>> Yeah i can't understand too.. i have to guess the details.
I cannot view your schemes
>> Sent
1) Use the batteries 12VDC, apply to YW (+-) and see if there is a torque at the rotor? If yes, continue with RB (+-). If it's clear, continue to step 2
>> Passed
2) Use the batteries 12VDC (don't use 17VDC) then apply (+-) as the sequence below:
>> Passed
3) Do not connect your motor to your driver. Use 4 leds (2 red and 2 green) to test the outputs of your MC34xx. Note that you have to put 10K resister to protect the leds. Measure the output voltage, are they near 12VDC as pwr supply?
>> Hmm something new.
>>Yep. They blinked, I supplied 13.7 V, used a 20K resistor.
4) Connect your motor as identically as you did test, set one pulse to your MC and keep this pulse HIGH, don't turn it off. Check if your motor has its torque. If it works, oki, you nearly make it clear. You don't have to take care of CW/CWW bit. if it turns, GOOD, you don't care bout the direction. We can change it later.
>> "Test" as in the sequence in Number 2? I can't cause the driver's sequence is fixed I can't change it.
-- Not sure
5) Set 2 pulse (1 second a pulse, each duty cycle of a pulse is 50%, which means ON in 500ms, OFF in 500ms, ON in 500ms, OFF in 500ms). If your motor turns 1 step, it works good. Try with 100 pulses (1 second period pulses). If your motor turns 1 revolution, it works good.
>> I didn't use a timer for my pulsing.. Just used a simple in precise delay_ms() loop.
Im using PCW C Compiler.
while (true) P
output_low(PIN_toMCxxCLK);
delay_ms(50);
output_high(PIN_toMCxxCLK);
delay_ms(10);
}