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

Reference Move throwing error #69

Open SimonRPSM opened 6 years ago

SimonRPSM commented 6 years ago

Noticed I was getting an error 70231.

Temporary work-around is to call a stop right before starting the reference move. Because I am waiting for the stop to happen, this will cause the Reference Move when called to miss timing.

Will look into how better to workaround that error so that the loop does not have to block.