From 4716bfbdfaac303cdaf4bc615acb1a86ddf58282 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Tue, 5 Apr 2011 22:51:05 +0000 Subject: [PATCH] Added GroupName --- motorApp/Db/profileMoveControllerXPS.template | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/motorApp/Db/profileMoveControllerXPS.template b/motorApp/Db/profileMoveControllerXPS.template index 0a3fd846..73aa0bb0 100644 --- a/motorApp/Db/profileMoveControllerXPS.template +++ b/motorApp/Db/profileMoveControllerXPS.template @@ -19,3 +19,12 @@ record(stringout, "$(P)$(R)TrajectoryFile") { field(OUT, "@asyn($(PORT),0,$(TIMEOUT))XPS_TRAJECTORY_FILE") field(VAL, "TrajectoryScan.trj") } + +# Group name for XPS trajectory scanning +record(stringout, "$(P)$(R)GroupName") { + field(DESC, "XPS PVT group name") + field(PINI, "YES") + field(DTYP, "asynOctetWrite") + field(OUT, "@asyn($(PORT),0,$(TIMEOUT))XPS_PROFILE_GROUP_NAME") + field(VAL, "Group1") +}