LabVIEW-DCAF / MotionModule

The DCAF Softmotion module is aimed towards simplifying the experience of creating embedded motion systems.
Apache License 2.0
2 stars 1 forks source link

Read Status is populating the Move Complete / Done flag incorrectly #66

Closed SimonRPSM closed 6 years ago

SimonRPSM commented 6 years ago

Testing the Velocity moves I realized that I was using the Axis Read Status methods for Move Complete for Velocity. The Move Complete check can be set in the axis to be some combination of settings, so instead I will look into changing from Axis Status reading to reading the Move Busy flag.

SimonRPSM commented 6 years ago

This was fixed in the last pull request.