27964 Parallax Inc, 27964 Datasheet - Page 6

UNIPOLAR STEPPER MOTOR 12VDC

27964

Manufacturer Part Number
27964
Description
UNIPOLAR STEPPER MOTOR 12VDC
Manufacturer
Parallax Inc
Datasheet

Specifications of 27964

Accessory Type
Unipolar Stepper Motor
For Use With/related Products
BASIC Stamp®
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
M425P-5
}
6
}
public void stepFFwd(int steps, int msDelay) {
}
public void stepFRev(int steps, int msDelay) {
}
while (steps-- > 0) {
}
while (steps-- > 0) {
}
switch (theStep) {
}
stpIdx = (stpIdx + 1) % 4;
setFullStep(stpIdx);
CPU.delay(msDelay * 10);
stpIdx = (stpIdx + 3) % 4;
setFullStep(stpIdx);
CPU.delay(msDelay * 10);
case 0:
case 1:
case 2:
case 3:
CPU.writePin(ph1Pin, true);
CPU.writePin(ph2Pin, true);
CPU.writePin(ph3Pin, false);
CPU.writePin(ph4Pin, false);
break;
CPU.writePin(ph1Pin, false);
CPU.writePin(ph2Pin, true);
CPU.writePin(ph3Pin, true);
CPU.writePin(ph4Pin, false);
break;
CPU.writePin(ph1Pin, false);
CPU.writePin(ph2Pin, false);
CPU.writePin(ph3Pin, true);
CPU.writePin(ph4Pin, true);
break;
CPU.writePin(ph1Pin, true);
CPU.writePin(ph2Pin, false);
CPU.writePin(ph3Pin, false);
CPU.writePin(ph4Pin, true);
break;
© Parallax, Inc. • Unipolar Stepper Motor (#27964) • 02/2006

Related parts for 27964