I am trying to output the signals created by the signal generator to an excel file. I first try to index the array sent by the generator but it keeps giving me an error. Is there a way to solve this problem.
Here is my source code:
The signal generator is inside the bottom case structure.
For some weird reason, your "index array" is set for a 2D array, but it only receives a 1D array. THis is typically not easy to do. Did you copied this from somewhere else?
To fix it, just disconnect the lower of the two indices.