so, you have four stepper motors, you can't touch them, neither you can directly sniff their phases, you can't do it!
And you can't attach a sensor, i.e. a quadrature encoder, to the mechanical load. You can't do it.
But you have to detect if your step-motors are rotating. Don't matter of which speed, and increments.
Hints? I am tempted to "sense" the phases with a sort of magnetic sensor, since when current flows in a wire ... it produces a magnetic field, and an impulse (from the stepper-driver) for sure will alter the magnetic field around the wire of one of the stepper's phase.
here, *if* the motor's driver doesn't use micro stepping, you have one phase changing per increment
motor's phases {a, b, b, d}
abcd
0000
0001
0011
0010
0110
0111
0101
0100
1100
1101
1111
1110
1010
1011
1001
1000
sort of circuit based on an hall-effect sensor amplified by an OA, and then triggered to a flip-flop if one of the four phases has a change in the magnetic field (0->1, or 1->0) ?
what do you think?
