Hello,
I am using epics R3.15.5 and most builds are not correct. In fact, the compilation is always successful but a lot of process variables (usually binary PVs) do not have their readback available and I get these errors when I run the IOC:
Starting iocInit
############################################################################
## EPICS R3.15.5
## EPICS Base built Jun 24 2021
############################################################################
2021/06/30 09:14:18.936 asynPortDriver:drvUserCreate: addr=0, cannot find parameter ucav_min_sw
SL-SCL-CM1:LRF-EC-1:UCavMinRd devAsynInt32::initCommon drvUserCreate
2021/06/30 09:14:18.936 asynPortDriver:drvUserCreate: addr=0, cannot find parameter uci_min_sw
SL-SCL-CM1:LRF-EC-1:UCiMinRd devAsynInt32::initCommon drvUserCreate
2021/06/30 09:14:18.936 asynPortDriver:drvUserCreate: addr=0, cannot find parameter dump_meas_delay
SL-SCL-CM1:LRF-EC-1:DumpMeasDelayRd devAsynInt32::initCommon drvUserCreate
2021/06/30 09:14:18.936 asynPortDriver:drvUserCreate: addr=0, cannot find parameter pm_sp_rate
SL-SCL-CM1:LRF-EC-1:PmSpRateRd devAsynInt32::initCommon drvUserCreate
2021/06/30 09:14:18.937 asynPortDriver:drvUserCreate: addr=0, cannot find parameter pm_meas_delay
SL-SCL-CM1:LRF-EC-1:PmMeasDelayRd devAsynInt32::initCommon drvUserCreate
2021/06/30 09:14:18.937 asynPortDriver:drvUserCreate: addr=0, cannot find parameter samp_dur
SL-SCL-CM1:LRF-EC-1:PmSpDurRd devAsynInt32::initCommon drvUserCreate
2021/06/30 09:14:18.937 asynPortDriver:drvUserCreate: addr=0, cannot find parameter ff_gain_i
SL-SCL-CM1:LRF-EC-1:FfGainIRd devAsynFloat64::initCommon drvUserCreate
2021/06/30 09:14:18.938 asynPortDriver:drvUserCreate: addr=0, cannot find parameter ff_gain_q
SL-SCL-CM1:LRF-EC-1:FfGainQRd devAsynFloat64::initCommon drvUserCreate
Has anyone gotten these same errors?
Thanks in advance, Adrián.
--