04-07-2010 04:33 PM
Hi,
I am using a 6221 PCI card and Labview 9.0. I am using 2 while loops in parallel to acquire AIs (loop n°1) and generate 2xAO (loop n°2). Can I change the parameters (rate, number of samples, ...) of the AIs of the card while its AOs are being used (and vive versa ) in the secong loop....? I suppose so...? I am trying to find out why I get problems with one of my 2 versions of prgram which are slitghly different...
Thanks a lot
user
04-08-2010 02:33 AM
Without seeing the code of the two versions we cannot help you in identifying the issue.....
So please provide the code by posting it.
Norbert
04-08-2010 08:31 AM
Hi Norbert,
Thanks for your time.
The problem accuring in one of my 2 programs could come form something else so that's why I didn't post it. The first thing I would like to check (just theoretically) is to know if the settings of the AOs can be changed while the AIS are running (and vice versa)...?
Would anybody know?
Thanks
User
04-08-2010 08:33 AM
Well, since AI and AO are different "function groups" of your Multifunction IO hardware, you can change settings indepenendly....
Norbert
04-08-2010 02:23 PM
Just wanted confirmation.
Thanks again for your time.
User