In our LV application, we need to output a LV cluster which contains sevral
2D array, 1D array,interger variables, to our grading C++ DLL, could anyone
tell me the definition of cluster data structure, I just
want to know how to read the data in each section of the cluster in our C++
DLL.
I know I can slit the cluster to arra, then feed to DLL, but that will have
too many pins in my DLL, like 100 pins(may be 100 2D array ), too big.
thanks for any input .