01-12-2015 07:30 PM
Sorry, it is 10000, not 100000. The error is -363034. Thanks.
01-13-2015 09:14 AM
Hmm,
Well the error indicates that you are trying to write too many samples to the analog output channel. The array needs to be 10,000 elements or less per row. I have a little bit of trouble following your code, but somewhere you are building an array that is too large for the myRIO to output.
01-14-2015 10:16 PM - edited 01-14-2015 10:20 PM
Actually the error was because the array was changing each loop and the values were not coming out, so 0 samples. I managed to fix that and set the output to read when the calculation is done. I also added a trigger and option to save the arrays as csv files. Here it is the project done.