Skip to content

Commit

Permalink
Use correct deceleration at motor record JOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssandstrom committed Jun 18, 2020
1 parent 68ffd78 commit fd8226b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devEcmcSup/motion/ecmcAxisBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ int ecmcAxisBase::moveVelocity(

getSeq()->setTargetVel(velocitySet);
getTraj()->setAcc(accelerationSet);
getTraj()->setAcc(decelerationSet);
getTraj()->setDec(decelerationSet);

errorCode = setExecute(1);
if (errorCode) {
Expand Down

0 comments on commit fd8226b

Please sign in to comment.