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
When doing a convert on the NDStdArrays.template in ADCore we see this error because of a macro inside the DTYP for the waveform.
AssertionError: Waveform type for DTYP asyn$(TYPE)ArrayIn not found in [<class 'pvi._convert._asyn_convert.AsynWaveform'>, <class
'pvi._convert._asyn_convert.AsynInt32Waveform'>, <class 'pvi._convert._asyn_convert.AsynFloat64Waveform'>]
Not sure of the solution to this.
My workaround inside a container is just:
sed -i s/\$\(TYPE\)/Int32/g ${ADCORE}/db/NDStdArrays.template
But note this locks the pvi device to having Int32 arrays only. Also note that PVI only supports Int32 and Float64 but there are other values that could be used for $(TYPE)
The text was updated successfully, but these errors were encountered:
When doing a convert on the NDStdArrays.template in ADCore we see this error because of a macro inside the DTYP for the waveform.
Not sure of the solution to this.
My workaround inside a container is just:
But note this locks the pvi device to having Int32 arrays only. Also note that PVI only supports Int32 and Float64 but there are other values that could be used for $(TYPE)
The text was updated successfully, but these errors were encountered: