Hi,
I'm trying to send data through a Network Streamer from my cRIO RT moule to my PC host. I defined the data type (2D array) of my writer at the beginning, but when I try to write to it, it requires data with higher dimensions (3D array).
This happens also if I define the data type with different dimensions, it will require one more dimension all the time.
What could be the problem? Do I have to configure something differently? Or is it not advisable to stream an array and I should use a different data representation?