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
This commit is contained in:
rivers
2010-05-19 18:51:11 +00:00
parent d2ca060402
commit eea4aa7e58
+3 -1
View File
@@ -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")