From 33c66fe674047776bc8924f1272b90d76b0d9bdc Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Tue, 6 May 2008 16:01:54 +0000 Subject: [PATCH] Added ability to turn debugging on and off --- motorApp/op/adl/trajectoryScanDebug.adl | 37 +++++++++++++++++++++---- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/motorApp/op/adl/trajectoryScanDebug.adl b/motorApp/op/adl/trajectoryScanDebug.adl index d4c92ceb..cdc67f84 100755 --- a/motorApp/op/adl/trajectoryScanDebug.adl +++ b/motorApp/op/adl/trajectoryScanDebug.adl @@ -1,7 +1,7 @@ file { - name="j:\epics\synApps5-1\CARS\CARSApp\op\adl\trajectoryScanDebug.adl" - version=030003 + name="/home/epics/devel/motor/6-4beta/motorApp/op/adl/trajectoryScanDebug.adl" + version=030000 } display { object { @@ -126,7 +126,7 @@ rectangle { } "text entry" { object { - x=236 + x=242 y=334 width=100 height=20 @@ -143,13 +143,13 @@ text { object { x=7 y=334 - width=170 + width=230 height=20 } "basic attribute" { clr=14 } - textix="DT of 1st time element" + textix="DT of 1st time element:" } text { object { @@ -1646,3 +1646,30 @@ composite { limits { } } +text { + object { + x=359 + y=334 + width=300 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Debugging level (0=off, 1=on):" +} +"text entry" { + object { + x=664 + y=334 + width=100 + height=20 + } + control { + chan="$(P)$(R)DebugLevel" + clr=14 + bclr=51 + } + limits { + } +}