From eea4aa7e58de7649536c1648be1742caac2f337d Mon Sep 17 00:00:00 2001 From: rivers Date: Wed, 19 May 2010 18:51:11 +0000 Subject: [PATCH] Set value to 0 for FileFormat to force SPE git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@11022 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- ADApp/Db/roper.template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ADApp/Db/roper.template b/ADApp/Db/roper.template index 68ceba2..54cb7a1 100644 --- a/ADApp/Db/roper.template +++ b/ADApp/Db/roper.template @@ -25,7 +25,8 @@ record(mbbi, "$(P)$(R)ImageMode_RBV") field(TWVL, "2") } -# We replace the file format choices from ADBase.template +# We replace the file format choices from ADBase.template. +# The values here must be 1,2,3 because they are passed to WinView record(mbbo, "$(P)$(R)FileFormat") { field(ZRST, "SPE") @@ -34,6 +35,7 @@ record(mbbo, "$(P)$(R)FileFormat") field(ONVL, "2") field(TWST, "8-bit TIFF") field(TWVL, "3") + field(VAL, "0") } record(mbbi, "$(P)$(R)FileFormat_RBV")