From a681f6c918b892f6107c56a700af5274485f64f3 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Tue, 9 Mar 2010 20:54:46 +0000 Subject: [PATCH] added multilayer mono, FuncGen, softGlue --- xxxApp/op/adl/xxx.adl | 50 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/xxxApp/op/adl/xxx.adl b/xxxApp/op/adl/xxx.adl index 0227602..5d6d3a4 100644 --- a/xxxApp/op/adl/xxx.adl +++ b/xxxApp/op/adl/xxx.adl @@ -1,7 +1,7 @@ file { - name="/home/oxygen4/MOONEY/epics/synApps/support/xxx/xxxApp/op/adl/xxx.adl" - version=030103 + name="/home/oxygen/MOONEY/epics/synAppsSVN/support/xxx/xxxApp/op/adl/xxx.adl" + version=030104 } display { object { @@ -1585,8 +1585,8 @@ composite { } "related display" { object { - x=370 - y=40 + x=350 + y=20 width=70 height=20 } @@ -1629,3 +1629,45 @@ composite { bclr=17 label="-ML Mono" } +"related display" { + object { + x=350 + y=0 + width=70 + height=20 + } + display[2] { + label="softGlueMenu" + name="softGlueMenu.adl" + args="P=xxx:,H=softGlue:" + } + display[3] { + label="softGlueAll" + name="softGlueAll.adl" + args="P=xxx:,H=softGlue:" + } + display[4] { + label="softGlueAllDebug" + name="softGlueAllDebug.adl" + args="P=xxx:,H=softGlue:" + } + clr=0 + bclr=17 + label="-softGlue" +} +"related display" { + object { + x=350 + y=40 + width=70 + height=20 + } + display[0] { + label="funcGen" + name="FuncGen.adl" + args="P=xxx:,Q=fgen" + } + clr=0 + bclr=17 + label="-FuncGen" +} -- GitLab