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
The PR ISISComputingGroup/EPICS-HVCAENx527#16 introduced a NCHANSUMM macro which is currently defaulted at 200. This should be made available via the IOC as a configuration macro. There is a second derived macro NCHANSUMMCHAR that is needed to set the size of a waveform char buffer, this should be calculated in the ioc st.cmd to be 40 * $(NCHANSUMM) and then passed to the Db as NCHANSUMMCHAR -(NCHANSUMMCHAR should not be a configuration user settable macro)
The text was updated successfully, but these errors were encountered:
The PR ISISComputingGroup/EPICS-HVCAENx527#16 introduced a
NCHANSUMM
macro which is currently defaulted at 200. This should be made available via the IOC as a configuration macro. There is a second derived macroNCHANSUMMCHAR
that is needed to set the size of a waveform char buffer, this should be calculated in the ioc st.cmd to be 40 * $(NCHANSUMM) and then passed to the Db as NCHANSUMMCHAR -(NCHANSUMMCHAR should not be a configuration user settable macro)The text was updated successfully, but these errors were encountered: