Skip to content

Commit

Permalink
Merge pull request #52 from klauer/ref_velo_readback
Browse files Browse the repository at this point in the history
FIX: remove closed_loop-locking of motor.VELO field
  • Loading branch information
ZLLentz authored Jun 17, 2020
2 parents 58bd349 + 3d27a4d commit 8ebd44b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/Db/EthercatMCreadback.template
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
record(ao, "$(PREFIX)$(MOTOR_NAME)-CfgVELO-RB_")
{
field(PREC, "$(PREC)")
field(DOL, "$(PREFIX)$(MOTOR_NAME)-CfgVELO-RB CP")
field(OUT, "$(PREFIX)$(MOTOR_NAME).VELO")
field(OMSL, "closed_loop")
}

record(ao, "$(PREFIX)$(MOTOR_NAME)-CfgVMAX-RB_")
{
field(PREC, "$(PREC)")
Expand Down

0 comments on commit 8ebd44b

Please sign in to comment.