PositionDeadband, dynamic limit detection, velocity mode
Some checks failed
Test And Build / Lint (push) Failing after 4s
Test And Build / Build (push) Failing after 6s

Integrated a readout function for the position deadband. Also read from
the controller if the axis has dynamic limits and only poll the limits
repeatedly if that is the case. Lastly, added support for the velocity
mode (untested!).
This commit is contained in:
2026-01-20 15:09:51 +01:00
parent f3f0a77f10
commit fd41d4c9c0
4 changed files with 301 additions and 98 deletions

View File

@@ -54,6 +54,15 @@ class HIDDEN masterMacsController : public sinqController {
*/
asynStatus readInt32(asynUser *pasynUser, epicsInt32 *value);
/**
* @brief Overloaded version of the sinqController version
*
* @param pasynUser
* @param value
* @return asynStatus
*/
asynStatus writeInt32(asynUser *pasynUser, epicsInt32 *value);
/**
* @brief Get the axis object
*