Adjusted driver with auxiliary axes offsets

This commit is contained in:
2025-04-17 16:30:33 +02:00
parent 67280f2666
commit d837a8545b
10 changed files with 534 additions and 145 deletions

View File

@ -36,3 +36,12 @@ record(longout, "$(INSTR)$(M):ChangingStateRBV_int") {
field(DOL, "$(INSTR)$(M):ChangingStateRBV CP")
field(OMSL, "closed_loop")
}
# Set an additional offset to the target position of an auxiliary axis
# For all other axis types, writing to this parameter does nothing.
record(ao, "$(INSTR)$(M):TargetOffset") {
field(DTYP, "asynFloat64")
field(OUT, "@asyn($(CONTROLLER),$(AXIS),1) MOTOR_TARGET_OFFSET")
field(PINI, "YES")
field(VAL, "0")
}