LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Simulate signal value to array

Solved!
Go to solution

This is my first VI.  I'm passing an array of 5 values which gets concatenated together into a string.  I thought it would be neat for the 5th value of the array to always be changing so I'm using the Simulate Signal VI.  I have the output from that VI working right but I'm not sure how to replace the 5th element.

 

Thanks for your help

0 Kudos
Message 1 of 2
(2,896 Views)
Solution
Accepted by Scott

Hi Scott,

 

I think you're fairly close to getting what you want! After you insert the signal into the array, you should wire the output of the Insert Into Array function into the Array to Spreadsheet String function. Right now it looks like you are just concatenating the array generated by your autoindexed for loop and ignoring the array you inserted the sine wave into.

 

I hope this helps! Good luck!

 

Regards

Josh Y.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,842 Views)