epics-modules / xxx

APS BCDA synApps module: xxx
http://epics-modules.github.io/xxx
Other
5 stars 6 forks source link

screens should use mybusy1, not mybusy #65

Closed prjemian closed 10 months ago

prjemian commented 10 months ago

needs:

prjemian commented 10 months ago

@keenanlang Where can we do the conversions to the other formats?

prjemian commented 10 months ago
prjemian commented 10 months ago

.bob b8a9c4c98b784fb15b0e3e8d56a236e156f93cbb

prjemian commented 10 months ago

EDM:

(base) jemian@otz ~/.../epics-modules/xxx $ /APSshare/adl2edl/adl2edl -rgb -f /APSshare/adl2edl/fonts.adl2edl  ./xxxApp/op/adl/ioc_tools.adl ./xxxApp/op/edl/autoconvert/ioc_tools.edl
(base) jemian@otz ~/.../epics-modules/xxx $ git diff
diff --git a/xxxApp/op/edl/autoconvert/ioc_tools.edl b/xxxApp/op/edl/autoconvert/ioc_tools.edl
index 1b64573..e2355c3 100644
--- a/xxxApp/op/edl/autoconvert/ioc_tools.edl
+++ b/xxxApp/op/edl/autoconvert/ioc_tools.edl
@@ -384,7 +384,7 @@ menuLabel {
   11 "user average 11-20"
   12 "user calcOuts 11-20"
   13 "user calcs 11-20"
-  14 "busyRecord"
+  14 "busyRecord 1"
   15 "busyRecord 2"
   16 "global enable"
   17 "string sequence"
prjemian commented 10 months ago

re-usable:

f=ioc_tools && /APSshare/adl2edl/adl2edl -rgb -f /APSshare/adl2edl/fonts.adl2edl  ./xxxApp/op/adl/${f}.adl ./xxxApp/op/edl/autoconvert/${f}.edl
prjemian commented 10 months ago

One last holdout: xxBusyRecord2x.adl needs translation to CS-Studio .opi format. Cannot assemble a working tool chain today to accomplish that. Opening in new issue so this work can be merged, noting that file xxxApp/op/opi/autoconvert/xxBusyRecord2x.opi is missing and needs translation from the source .adl file.