How to Add to two 1D arrays in Labview?
- To add two 1D arrays the following step to follow:(As shown in figure)
- Take on for loop(Programming->Structure).
- Take ADD function(Programming->Numeric) place into loop.
- Connect to Two 1D arrays from a right side of the loop to two individual inputs of ADD function through indexing.
- Take the output of ADD function to a left side of loop make into indexing.
- Create Indicator(Right click on index terminal & Create->indicator).
- Now you can make sub vi of the same with two input od two 1D arrays and one output with one 1D array.
- you will get Addition of two 1D arrays into one 1D array.
Good one
ReplyDelete