取消
显示结果 
搜索替代 
您的意思是: 

Adding Simulate signal value to array

已解决!
转到解答

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 项奖励
1 条消息(共 2 条)
3,862 次查看
解答
接受人 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 项奖励
2 条消息(共 2 条)
3,808 次查看