From a2cf8c90b0484b2632e4aee58fee098df426b9aa Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Wed, 21 Sep 2011 18:20:08 +0000 Subject: [PATCH] Fixed typo in Direction record --- motorApp/Db/profileMoveAxis.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/Db/profileMoveAxis.template b/motorApp/Db/profileMoveAxis.template index 4c8664ca..ea8f730c 100644 --- a/motorApp/Db/profileMoveAxis.template +++ b/motorApp/Db/profileMoveAxis.template @@ -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")