forked from epics_driver_modules/motorBase
Fixed typo in Direction record
This commit is contained in:
@@ -74,7 +74,7 @@ record(waveform,"$(P)$(R)M$(M)FollowingErrors") {
|
||||
record(longout,"$(P)$(R)M$(M)Direction") {
|
||||
field(DESC, "$(ADDR) direction")
|
||||
field(PINI, "YES")
|
||||
field(DOL, "$MOTOR).DIR CP MS")
|
||||
field(DOL, "$(MOTOR).DIR CP MS")
|
||||
field(OMSL, "closed_loop")
|
||||
field(DTYP, "asynInt32")
|
||||
field(OUT, "@asyn($(PORT),$(ADDR),$(TIMEOUT))PROFILE_MOTOR_DIRECTION")
|
||||
|
||||
Reference in New Issue
Block a user