You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fact, the first line creates instances 1..10 and the second creates instances 10..19. The problem is created by a simplification in the userCalc_extra.iocsh file on lines such as:
Looking at the
common.iocsh
script, these lines purport to create 20 instances of calc (swait, calcout, transform, ...) records:xxx/iocBoot/iocxxx/common.iocsh
Lines 32 to 36 in 5503ab0
In fact, the first line creates instances 1..10 and the second creates instances 10..19. The problem is created by a simplification in the
userCalc_extra.iocsh
file on lines such as:that create 10 instances that start with a common number. Instance for
userCalc20
cannot be created from such a file without create the remaining21..29
instances. The GUI screen files call for instances of that20
th PV: https://github.com/epics-modules/xxx/blob/master/xxxApp/op/adl/ioc_tools.adl#L275-L309Here's an example (from phoebus):
The text was updated successfully, but these errors were encountered: