bugfix: don't need to run on initialisation

This commit is contained in:
2024-09-23 09:04:08 +02:00
parent d88e5877a7
commit 1539bfc66a

View File

@ -50,14 +50,5 @@ record(longin, "$(P)$(M):Enable_RBV") {
record(longout, "$(P)$(M):Reread_Encoder") {
field(DTYP, "asynInt32")
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(SCAN, "1 second")
}