Robin2:
That still seems to be a link to the motor datasheet, whereas I would like to be able to read the motor driver datasheet.
...R
Sorry, i missunderstood. Unfortunately there is no Datasheet for the Driver because it is part of an old Mainboard. Just want to use the Driver part of the Mainboard.
If you think the driver on the motherboard still works, and want to use it, your only option is to reverse engineer the circuit well enough to find the logic inputs that control the motor outputs.
The diagram that you posted does not accomplish that.
It would probably be easier just to buy a 5 phase motor driver. They are available from Oriental Motor.
Can't find the L65062, but the circuit has 5 inputs, each is inverted and the signals route through the
L65062 (probably some sort of hysteresis current control chip) and the L6202 H-bridges to drive each
winding, so clearly it must be a 10 wire motor.
You just have to sequence the 5 inputs (each of the used input on the 74ALS04 chip) in a 5-phase
manner.
Yes you're right. It is L6506. Thank you very much. I was not sure about this Inputs. But I will give it a try. Hopefully the AccelStepper Library will work.
No, the AccelStepper library doesn't generate 5-phase signals, you'll have to do that. Actually the AccelStepper library does support passing a user function in for doing the actual steps, so it might be useful as a framework.
You will need to study the data sheet for the H-bridges to determine that.
Set the H-bridge inputs, labeled IN1 and IN2 on your diagram, to HIGH or LOW to get the proper direction of current flow in the corresponding winding. Note that you will need to know which winding on the motor is associated with which lead pair, as well as the polarity of the lead pair.
Since those inputs come from upstream ICs, you will have to understand how those work as well.
For AB i have no idea because of the 0.
That would most likely be "winding pair grounded", which is a valid setting for the H-bridge. See below, from the L6202 data sheet (Sink1, Sink2).
Recheck your diagram. Are the lines at the bottom of the diagram actually connected to the Y outputs of the ALS04?
Assuming those lines are actually inputs, it does look like all windings are always on, depending on EN. The winding current is limited by the L6506 chips.