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

Clear Faults method does not seem to be clearing a fault for Single Axis #82

Closed SimonRPSM closed 6 years ago

SimonRPSM commented 6 years ago

We noticed that on a single-axis method the system goes from Fault to Switch On Disabled correctly, but the results returned say that the system is still faulted.

SimonRPSM commented 6 years ago

I think it may be due to the fact that I am iterating through the axis array, while I should be directly using the Axis itself instead as I do for other methods. I will try it out.