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
Hi there, I am interested in creating a PV that combines a number of scalar double PVs into one array so I was thinking about using an NTMultiChannel to do so.
Are there any examples for how to construct one of these PVs?
I had assumed it would be something along the lines of:
Hi there, I am interested in creating a PV that combines a number of scalar double PVs into one array so I was thinking about using an
NTMultiChannel
to do so.Are there any examples for how to construct one of these PVs?
I had assumed it would be something along the lines of:
but this doesn't seem to be right as there isn't a
channelNames
parameter in thebuildType()
.Wat is the correct construction of PVs like this?
The text was updated successfully, but these errors were encountered: