bugfix: don't need to run on initialisation
This commit is contained in:
@ -50,14 +50,5 @@ record(longin, "$(P)$(M):Enable_RBV") {
|
|||||||
record(longout, "$(P)$(M):Reread_Encoder") {
|
record(longout, "$(P)$(M):Reread_Encoder") {
|
||||||
field(DTYP, "asynInt32")
|
field(DTYP, "asynInt32")
|
||||||
field(OUT, "@asyn($(PORT),$(N),1) REREAD_ENCODER_POSITION")
|
field(OUT, "@asyn($(PORT),$(N),1) REREAD_ENCODER_POSITION")
|
||||||
field(PINI, "YES")
|
|
||||||
}
|
|
||||||
|
|
||||||
# reread encoder
|
|
||||||
record(longin, "$(P)$(M):Reread_Encoder_RBV") {
|
|
||||||
field(DTYP, "asynInt32")
|
|
||||||
field(INP, "@asyn($(PORT),$(N),1) REREAD_ENCODER_POSITION_RBV")
|
|
||||||
field(PINI, "NO")
|
field(PINI, "NO")
|
||||||
field(SCAN, "1 second")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user