Closed kmpeters closed 3 years ago
Use countsPerUnitParam (read from the controller) instead of resolution (the motor record's resolution) in all non-profile methods.
The invalid target position was occuring because the resolution was zero while the IOC was starting.
Fixes #5
The solution looks good. After my previous comment is addressed I think it is good to merge.
Use countsPerUnitParam (read from the controller) instead of resolution (the motor record's resolution) in all non-profile methods.
The invalid target position was occuring because the resolution was zero while the IOC was starting.
Fixes #5