02-15-2009 11:17 PM
Hi guys, I am new to LabVIEW and I am trying to understand a program that a work collegue of mine has written. Basically the program just acquires data at 500Hz sampling rate from accelerometers. Anyway, one of the first functions he has used is called AI config.vi and for the "channels(0)" input there is what looks like a single element array on the front pannel which says 0:3 and there are active 15 channels in the program. I am trying to extend the program to 25 channels. If type in 0:5 in the box in teh front pannel I get 24 channels that I can read from, and 0:6 gives me 27 channels, so it seems that every time I increase the number by 1 it gives me 3 extra channels for some reason. Is tehre any way to get exactly 25 channels, and does anyone know why this is happening?
Alternatively, if someone could tell me where I can find a good explanation of this function, that would be handy as well. Thanks in advance.
02-15-2009 11:54 PM
Well, AI config.vi sounds like Analog Input configuration. Beyond that.... hard to tell. Any chance you could post the whole VI or at least a screenshot of it? (AI Config.vi, that is). Also, what card are you using to do the data acquistion?
-Matt
02-15-2009 11:59 PM
02-16-2009 06:07 AM
02-16-2009 04:24 PM
02-16-2009 04:46 PM
02-16-2009 04:51 PM
02-16-2009 05:00 PM