ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Signal Generation by duration

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.


Thanks
0 Kudos
Message 1 of 2
(2,585 Views)
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.
0 Kudos
Message 2 of 2
(2,582 Views)