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

Changing Read to Read Fast and Read Full #45

Closed SimonRPSM closed 6 years ago

SimonRPSM commented 6 years ago

Previously I was doing the same read in the move modes as well as the Reserved "Read" mode. Now the read has been split into a "fast" read that just gets the position of the coordinate system or axis and velocity (of the full system) and a "Full" read that was doing what the previous Read did (and a bit more info, now I added the commanded velocity).

Also added a toggle in the controlword to skip the Read for the move modes.

This should greatly increase performance on systems with many axis.

Also means that we have a Read Method/mode itself, so I will close issue 6


Fixes #44 and #6