fix for motor driver (#716)
This commit is contained in:
parent
fc83cc5d5b
commit
e05e147d6a
@ -49,7 +49,7 @@ namespace pxsim {
|
|||||||
// new command TODO: values
|
// new command TODO: values
|
||||||
this.speedCmd = cmd;
|
this.speedCmd = cmd;
|
||||||
this.speedCmdValues = values;
|
this.speedCmdValues = values;
|
||||||
this.speedCmdTacho = this.angle;
|
this.speedCmdTacho = this.tacho;
|
||||||
this.speedCmdTime = pxsim.U.now();
|
this.speedCmdTime = pxsim.U.now();
|
||||||
delete this._synchedMotor;
|
delete this._synchedMotor;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user