From f58a3746bf5d184fd1f72813a951ef89da7fad90 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Sat, 17 Sep 2011 13:14:24 +0000 Subject: [PATCH] Changed FTVL of waveforms used for long strings from UCHAR to CHAR because some utilities only recognize that (spec, dbpf, etc.) --- motorApp/Db/profileMoveController.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/motorApp/Db/profileMoveController.template b/motorApp/Db/profileMoveController.template index e46e03f9..6be29783 100644 --- a/motorApp/Db/profileMoveController.template +++ b/motorApp/Db/profileMoveController.template @@ -143,7 +143,7 @@ record(waveform,"$(P)$(R)BuildMessage") { field(DESC, "Profile build message") field(DTYP, "asynOctetRead") field(INP, "@asyn($(PORT),0,$(TIMEOUT))PROFILE_BUILD_MESSAGE") - field(FTVL, "UCHAR") + field(FTVL, "CHAR") field(NELM, "256") field(SCAN, "I/O Intr") } @@ -200,7 +200,7 @@ record(waveform,"$(P)$(R)ExecuteMessage") { field(DESC, "Profile execute message") field(DTYP, "asynOctetRead") field(INP, "@asyn($(PORT),0,$(TIMEOUT))PROFILE_EXECUTE_MESSAGE") - field(FTVL, "UCHAR") + field(FTVL, "CHAR") field(NELM, "256") field(SCAN, "I/O Intr") } @@ -253,7 +253,7 @@ record(waveform,"$(P)$(R)ReadbackMessage") { field(DESC, "Profile readback message") field(DTYP, "asynOctetRead") field(INP, "@asyn($(PORT),0,$(TIMEOUT))PROFILE_READBACK_MESSAGE") - field(FTVL, "UCHAR") + field(FTVL, "CHAR") field(NELM, "256") field(SCAN, "I/O Intr") }