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
Currently, the EPICS type of the array record must match the OPC-UA data type quite precisely. It is not possible to load arrays into a record of a different (even larger) type, e.g. UInt16 into LONG.
This is particularly annoying with arrays of Boolean, as there is no matching EPICS type.
It is no problem to load any scalar integer type into a longin or ai record, even Boolen and unsigned types. The same should be possible for arrays.
The text was updated successfully, but these errors were encountered:
Currently, the EPICS type of the array record must match the OPC-UA data type quite precisely. It is not possible to load arrays into a record of a different (even larger) type, e.g. UInt16 into LONG.
This is particularly annoying with arrays of Boolean, as there is no matching EPICS type.
It is no problem to load any scalar integer type into a longin or ai record, even Boolen and unsigned types. The same should be possible for arrays.
The text was updated successfully, but these errors were encountered: