05-29-2013 11:00 PM
I've been working with this example to try to build a DAQmx and Serial acquisition message handling loops, as well as another message handling loop with two analog outputs for control. This control would also be based off of information from the DAQmx acquistion loop. Is this example appropriate to do this with? I've added two additional message handling loops (Serial and the AO control loop). I worried that this example might not be the best to follow.
05-30-2013 04:24 PM
I'm not sure what example you are talking about but it seems like you are wanting something like the document below.
http://www.ni.com/white-paper/14119/en
05-30-2013 04:47 PM
Assuming I had a two MHL's, one for reading data and another writing data to disk. I would use the normal enqueue vi to pass data from the acquire loop to the logging loop, correct? I wouldn't use the message handling loop correct?