bakkebaard Posted December 15, 2008 Report Posted December 15, 2008 Hello, I'm new to the world of labview and am trying to convert an existing program. The program has to take two analog input signals, plot them in a graph and save them to a file which can be opened in excel. I got a file which is able to do this with one input signal, but I have difficulties converting it to two input channels. I think that the problem is the building block receives a 1x 1D and 1x 2D signal, and this has to be 1X 2D and 1X 2D. But I don't know how to get it right. If anyone could take a look at this program or has a program which is able to do this, I would be gratefull. Quote
torekp Posted December 16, 2008 Report Posted December 16, 2008 Is this good enough? All I did was add a dimension to your initialization of the array, and configure the "build array" function to concatenate the arrays rather than increase the dimension. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.