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
Writing a VDoubleArray over pva fails as illustrated by the following:
{Type: [WRITE_FAILED] - wrEx: Unsupported write, cannot put 'class [Lorg.epics.vtype.IVDoubleArray;' into array'double[]'} java.lang.RuntimeException: Unsupported write, cannot put 'class [Lorg.epics.vtype.IVDoubleArray;' into array'double[]' true true VDoubleArray[[111.0, 222.0, 333.0], size [3], NONE(NONE) - NO_ALARM, 2020-05-28T06:54:32.497303997Z(0)]
Writes over VDoubleArray and other numeric array types should be supported in pva as well as in ca.
The text was updated successfully, but these errors were encountered:
Writing a VDoubleArray over pva fails as illustrated by the following:
{Type: [WRITE_FAILED] - wrEx: Unsupported write, cannot put 'class [Lorg.epics.vtype.IVDoubleArray;' into array'double[]'} java.lang.RuntimeException: Unsupported write, cannot put 'class [Lorg.epics.vtype.IVDoubleArray;' into array'double[]' true true VDoubleArray[[111.0, 222.0, 333.0], size [3], NONE(NONE) - NO_ALARM, 2020-05-28T06:54:32.497303997Z(0)]
Writes over VDoubleArray and other numeric array types should be supported in pva as well as in ca.
The text was updated successfully, but these errors were encountered: