- Slowing down the pmac driver - Fixing a bug in the Nanotec driver which caused an IOC crash when the motor sends bad data
15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
# enable axis
|
|
record(longout, "$(P)$(M):Enable") {
|
|
field(DTYP, "asynInt32")
|
|
field(OUT, "@asyn($(PORT),$(N),1) ENABLE_AXIS")
|
|
field(PINI, "YES")
|
|
}
|
|
|
|
# enable axis
|
|
record(longin, "$(P)$(M):Enable_RBV") {
|
|
field(DTYP, "asynInt32")
|
|
field(INP, "@asyn($(PORT),$(N),1) AXIS_ENABLED")
|
|
field(PINI, "YES")
|
|
field(SCAN, "1 second")
|
|
}
|