From d326a45aff6731c4df2540c47dbb88eebf5de5c9 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Wed, 10 Jan 2024 11:10:53 -0600 Subject: [PATCH 1/2] ENH add BOB screen for ADSimDetector PVA image --- ADApp/op/bob/sim_cam_image.bob | 191 +++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 ADApp/op/bob/sim_cam_image.bob diff --git a/ADApp/op/bob/sim_cam_image.bob b/ADApp/op/bob/sim_cam_image.bob new file mode 100644 index 000000000..64ef00aed --- /dev/null +++ b/ADApp/op/bob/sim_cam_image.bob @@ -0,0 +1,191 @@ + + + + Display + 400 + + Label + TITLE + Image - $(P) + 0 + 0 + 400 + 31 + + + + + + + + + true + 1 + + + Text Update + $(P)$(R)DetectorState_RBV + 120 + 31 + + + Image_1 + pva://$(P)Pva1:Image + 70 + 400 + + GRAY + + + true + X + 0.0 + 1023.0 + + + + + + + + + + + true + Y + 0.0 + 1023.0 + + + + + + + + + + 1024 + 1024 + true + + + Text Update_1 + $(P)cam1:StatusMessage_RBV + 240 + 31 + 150 + 6 + + + LED + $(P)$(R)Acquire + 160 + 480 + + + Check Box + $(P)Pva1:EnableCallbacks + + 10 + 510 + 70 + + + Action Button + + + $(pv_name) + 1 + Start + + + $(P)$(R)Acquire + 100 + 480 + 50 + 20 + $(actions) + + + Action Button_1 + + + $(pv_name) + 0 + Stop + + + $(P)$(R)Acquire + 100 + 510 + 50 + 20 + $(actions) + + + Text Entry + $(P)$(R)AcquireTime + 200 + 480 + 70 + + + Label_1 + exposure, s + 180 + 510 + 90 + 2 + + + Text Update_2 + $(P)$(R)ArrayCounter_RBV + 290 + 480 + 2 + + + Text Update_3 + $(P)$(R)ArrayRate_RBV + 290 + 510 + 2 + + + Action Button_3 + + + /mnt/iocad/tmp/screens/bob/simDetector.bob + +

$(P)

+ $(R) +
+ tab + ADSimDetector +
+ + /mnt/iocad/tmp/screens/bob/ADBase.bob + +

$(P)

+ $(R) +
+ tab + ADBase +
+ + /mnt/iocad/tmp/screens/bob/commonPlugins.bob + +

$(P)

+
+ tab + common plugins +
+
+ more ... + 10 + 480 + 60 + 20 + $(actions) +
+
From 2745c090d20fbbe2f5ab6159fb72d331019f3d97 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Thu, 18 Jan 2024 19:18:06 -0600 Subject: [PATCH 2/2] MNT remove absolute path from development workstation --- ADApp/op/bob/sim_cam_image.bob | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ADApp/op/bob/sim_cam_image.bob b/ADApp/op/bob/sim_cam_image.bob index 64ef00aed..73ea28d13 100644 --- a/ADApp/op/bob/sim_cam_image.bob +++ b/ADApp/op/bob/sim_cam_image.bob @@ -155,7 +155,7 @@ Action Button_3 - /mnt/iocad/tmp/screens/bob/simDetector.bob + simDetector.bob

$(P)

$(R) @@ -164,7 +164,7 @@ ADSimDetector
- /mnt/iocad/tmp/screens/bob/ADBase.bob + ADBase.bob

$(P)

$(R) @@ -173,7 +173,7 @@ ADBase
- /mnt/iocad/tmp/screens/bob/commonPlugins.bob + commonPlugins.bob

$(P)