Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing EGU and PREC #176

Open
kivel opened this issue Dec 14, 2022 · 0 comments
Open

missing EGU and PREC #176

kivel opened this issue Dec 14, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kivel
Copy link
Collaborator

kivel commented Dec 14, 2022

The homing related motorRecord auxiliary records do not hat EGU and PREC fields defined.

record(longout,"$(PREFIX)$(MOTOR_NAME)-HomProc") {
field(DESC, "Homing Procedure")
field(VAL, "$(HOMEPROC=0)")
field(DTYP, "asynInt32")
field(PINI, "YES")
field(OUT,"@asyn($(MOTOR_PORT),$(AXIS_NO))HomProc")
info(asyn:READBACK,"1")
}
record(ao,"$(PREFIX)$(MOTOR_NAME)-HomPos") {
field(DESC, "Homing Position")
field(VAL, "$(HOMEPOS=0)")
field(DTYP, "asynFloat64")
field(PINI, "YES")
field(OUT,"@asyn($(MOTOR_PORT),$(AXIS_NO))HomPos")
info(asyn:READBACK,"1")
}
record(ao,"$(PREFIX)$(MOTOR_NAME)-VelToHom") {
field(DESC, "Homing Velocity To CAM")
field(VAL, "$(HVELTO=0)")
field(DTYP, "asynFloat64")
field(PINI, "YES")
field(OUT,"@asyn($(MOTOR_PORT),$(AXIS_NO))VelToHom")
}
record(ao,"$(PREFIX)$(MOTOR_NAME)-VelFrmHom") {
field(DESC, "Homing Velocity from CAM")
field(VAL, "$(HVELFRM=0.502)")
field(DTYP, "asynFloat64")
field(PINI, "YES")
field(OUT,"@asyn($(MOTOR_PORT),$(AXIS_NO))VelFrmHom")
}
record(ao,"$(PREFIX)$(MOTOR_NAME)-AccHom") {
field(DESC, "Homing Acceleration EGU/s^2")
field(VAL, "$(HOMEACC=0)")
field(DTYP, "asynFloat64")
field(PINI, "YES")
field(OUT,"@asyn($(MOTOR_PORT),$(AXIS_NO))AccHom")
}

@kivel kivel added the enhancement New feature or request label Dec 14, 2022
@kivel kivel self-assigned this Dec 14, 2022
anderssandstrom pushed a commit to anderssandstrom/ecmccfg that referenced this issue Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant