Hi,
So I now have most of my DAQ up and running collecting 12 channels of data.
For my experiment there is alot of processing that I need to do, and my vi is looking VERY messy.
As i'm still kind of stumbling in the dark, I'm not sure of the best way to neaten up my code.
Some of the processing is block wise i.e when u get this value apply the following maths to it.
and some needs to be parallel. i,e take the max value of channel A2 and the average value of a3 and do the following...
I was thinking of maybe making a sub vi to do some of it, but I have no idea how to pass data to/ from a sub vi, and not sure what its called, so I'm not sure what to look up.
The other option is using structures, but again no idea what to do.
Can someone please direct me to a few simple examples.
Cheers
zyl99