Search Results

by sbelgers
Tue Apr 28, 2020 4:11 am
Forum: General
Topic: PhidgetStepper_setAcceleration fails (with error 2, no such entity)
Replies: 1
Views: 4324

PhidgetStepper_setAcceleration fails (with error 2, no such entity)

On a STC1003 stepper controller, trying to set the acceleration fails. Part of the code: phReturn = PhidgetStepper_setVelocityLimit(stepper,velocityLimitMoveToSwitch); result = (phReturn == EPHIDGET_OK); if (result) { phReturn = PhidgetStepper_setAcceleration(stepper, 10000.0); } The PhidgetStepper_...