Hello:
Recent EPICS releases changed the IOC code such that alarm limits that are
not defined show up as NaN. Before, uninitialized alarm or display limits
showed up as 0 (zero).
For example, you can set only the HIGH and HIHI, but not LOW and LOLO, and
then the 'Show PV Info' action will display NaN for the uninitialized
alarm_low, warn_low, but reflect the configured values for alarm_high and
warn_high.
The latest version of BOY should properly handle that and ignore such NaN
limits. We may have to update the release notes to make it obvious what
version introduced the fix.
-Kay
On 1/25/11 06:27 , "Paweł Prędki"<[email protected]> wrote:
Hi,
I'm having problems with the meter widget, specifically with the 'Limits
from PV' property. Although the lower and upper range limits are loaded
correctly according to the database record the HIGH, LOW, HIHI and LOLO
values are not loaded at all.
The 'Show PV Info' action available in runtime mode displays NaN for
alarm_low, warn_low, alarm_high and warn_high.
Any ideas what could be the cause of this behaviour?
Cheers,
Pawel Predki