With
LabView, I have tried to sample in parallel 24 channels with SCB-68, and to
export the data as an array of doubles. (to the .dll interface)
However, I have problems with crosstalk on channels. Due to the complexity of
the setup, my intention is to sample every channel separately in order to avoid
the crosstalk,
and in iterated steps to fulfil the array with values of the separately sampled
channels. And at the end to make the array available (to the .dll interface).
Generally I am aware that I will have some delays, but still I expect that virtually
I will achieve fast acquaintance of 24 values in array.
Does anybody have an example, how can I achieve this iterated sampling of list
of channels, and at the end of the loop to have an array filled with new
sampled values from all the channels together (in that way simulating the
multiple channel sampling)?