On 1/6/20 3:25 PM, Johnson, Andrew N. via Tech-talk wrote:
On 1/6/20 2:55 PM, Michael Westfall via Tech-talk wrote:
In the past (using EPICS R3.14.12.x) when we wanted to use custom scan rates, we included a customized version of menuScan.dbd in the source code directory of the IOC project and added 'project_DBD +=
menuScan.dbd' to the Makefile.
Ah, don't do that last bit, see below. You probably didn't actually do that with 3.14 either...
On further thought you might have done that with 3.14 and it would have worked, but it won't in 3.15 or later versions. The 3.14 dbExpand program ignored any redefinitions of menus and just kept the first definition that it found. 3.15 uses a stricter dbdExpand.pl
program, which annoyingly points out things like that and insists that you correct them (but the result is less likely to do something you weren't expecting to happen).
- Andrew
--
Complexity comes for free, Simplicity you have to work for.