Skip to content

Commit

Permalink
Fix typo in ecmcMotorRecord.template
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssandstrom committed Mar 12, 2024
1 parent 113ba52 commit e7c0ed0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions db/core/ecmcMotorRecord.template
Original file line number Diff line number Diff line change
Expand Up @@ -332,20 +332,19 @@ record(bo,"$(PREFIX)$(MOTOR_NAME)-TrgStpFwd"){
field(SCAN, "Passive")
field(OUT, "$(PREFIX)$(MOTOR_NAME).STOP PP")
field(DOL, "$(PREFIX)$(MOTOR_NAME)-SumIlockFwd CP")
field(ZSV, "OK")
field(OSV, "STOP")
field(ZNAM, "OK")
field(ONAM, "STOP")
field(VAL, "1")
field(OMSL, "closed_loop")

}

record(bo,"$(PREFIX)$(MOTOR_NAME)-TrgStpBwd"){
#field(PINI, "1")
field(SCAN, "Passive")
field(OUT, "$(PREFIX)$(MOTOR_NAME).STOP PP")
field(DOL, "$(PREFIX)$(MOTOR_NAME)-SumIlockBwd CP")
field(ZSV, "OK")
field(OSV, "STOP")
field(ZNAM, "OK")
field(ONAM, "STOP")
field(VAL, "1")
field(OMSL, "closed_loop")
}

0 comments on commit e7c0ed0

Please sign in to comment.