09-13-2022 08:58 AM
Hi, everyone!
I am trying to catch a data from I/O using SPI interface and sbRIO board, but I have the problem with putting data inside array. Everything works fine until I add array with indicator (Saved Array, marked with red line), for actually see inside array.
main
Then I get errors, but all my arrays have fixed and the same size and type of data, so I don't understand why I get errors.
errors
So, can someone tell me how to save all the data to table or array, which I can save as Excel file for further processing? Is there any other more simple way to do this?
Solved! Go to Solution.
09-13-2022 10:14 AM
The Error Message explains the Error exactly. You have an Array (of some size) on a Shift Register, and change the Array size by passing the Wire through an "Insert into Array" (which changes the array size!). You should use "Replace Subset" (or use a DVR with a pre-allocated Array).
Bob Schor
09-14-2022 07:40 AM
Thank you so much for help! I just started to be familiar with Labview 😅 Thanks again, I am very appreciated