08-08-2007 03:56 PM
08-10-2007 10:23 AM
08-10-2007 10:39 AM
Hi Kyle,
Thanks for the quick response. I was afraid that the problem might lie in the use of the CompactDAQ backplane. So now I've got to see if I can move the resistance measurement being made on the 9219 over to the 9205, or the three voltage measurements being made on the 9205 over to the 9219.
Thanks again!
08-10-2007 10:54 AM
08-10-2007 01:13 PM
08-10-2007 07:00 PM
05-18-2009 06:44 AM
Hi Kyle,
A question for your advice. I have 2 DAQ assistant Express in a loop to generate digital signal to on/off valve. DAQ assistant Express A is linked to channel 0 and 1 while another DAW assistant Express B is linked to channel 2 and 3. When the program runs, when DAQ assistant Express A is activated, it works well. But, when DAQ assistant Express B is activated, digital signal is generated for channel 0 instead of 2 and 3.
Please help.
Thanks n regards.
05-18-2009 09:21 AM
You've posted to an old and unrelated thread. You should have posted a new question.
Why don't you attach your code. I have never used the DAQ Assistant but what you are decribing does not seem possible.
05-19-2009 11:42 AM
Hi Blueberet,
Thanks for posting and welcome to the NI forums! I agree with Dennis that posting your code might be helpful.
I would imagine that you have the second DAQ Assistant configured in an undesirable way. Each DAQ Assistant is associated with a task, so running two static (i.e. On Demand) digital I/O tasks at the same time should not be a problem in itself--does the second DAQ Assistant work independently of the first? I believe if you are writing to the appropriate lines, the driver will mask out the unused lines so you can do software-timed updates in parallel tasks.
If you were using hardware-timing or triggering on the tasks (I'm not sure if this is possible for you since I don't know which hardware you are using), then you would need to consolidate the Digital I/O into one DAQ Assistant. If you are not receiving an error message then I don't think this is the problem you are experiencing.
-John