From d1ffebe06592a3e4da3987e3e3d02e35f0eb9c93 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Wed, 18 Feb 2009 21:25:55 +0000 Subject: [PATCH] Added "Controller Error" message. --- motorApp/op/adl/motorx_all.adl | 45 +++++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 3 deletions(-) diff --git a/motorApp/op/adl/motorx_all.adl b/motorApp/op/adl/motorx_all.adl index 7d853134..c735be8a 100644 --- a/motorApp/op/adl/motorx_all.adl +++ b/motorApp/op/adl/motorx_all.adl @@ -1,6 +1,6 @@ file { - name="/home/oxygen1/HAMMONDS/CVS/synApps/support/motor/motorApp/op/adl/motorx_all.adl" + name="/home/oxygen6/SLUITER/local/epics/Vx_5-5_R3-14-10/support/motor/cvs/motorApp/op/adl/motorx_all.adl" version=030102 } display { @@ -1332,7 +1332,8 @@ text { fill="outline" } "dynamic attribute" { - vis="if not zero" + vis="calc" + calc="A==9" chan="$(P)$(M).STAT" } textix="Comm. Failure" @@ -2612,7 +2613,7 @@ text { clr=14 fill="outline" } - textix="V2.5" + textix="V2.6" align="horiz. centered" } polyline { @@ -3019,3 +3020,41 @@ text { bclr=3 visual="invisible" } +text { + object { + x=315 + y=42 + width=130 + height=20 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="calc" + calc="A==7" + chan="$(P)$(M).STAT" + } + textix="Controller" + align="horiz. centered" +} +text { + object { + x=316 + y=59 + width=130 + height=20 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="calc" + calc="A==7" + chan="$(P)$(M).STAT" + } + textix="Error" + align="horiz. centered" +}