From:
Tech-talk <[email protected]> on behalf of Lucas Russo via Tech-talk <[email protected]> Date: Thursday, September 28, 2023 at 7:16 PM To: EPICS Tech Talk <[email protected]> Subject: [EXTERNAL] Phoebus EDM autoconvert issue with a button widget
Hi all,
I'm trying to autoconvert an EDM file (.edl) to Phoebus (.bob) using the
Phoebus autoconvert feature.
It's mostly working, but the autoconverter doesn't seem to understand the
EDM Button Widget "Bit" field, in which it lets you set a single bit in a PV.
When I autoconvert this file, the generated .bob doesn't contain that information
and sets all buttons to the default bit "0".
I created a simple github repository with a minimal screen to reproduce the issue,