07-11-2014 01:34 PM
Hello,
It's probably one of the most discussed and solved problems but I am just not finding the right path to solve it myself.....hopefully someone can point to the right "terms", "keywords" or maybe a tutorial that would help me:
I have setup a vi that collects and stores data from a channel in certain time increments. I now want to add acquisition from a thermocouple that's connected to a different port on the same BNC-2100.
Well, I can not run both at the same time....only one will work. So I want to design a sequence where the acquisition of the thermocouple starts after the first acquistion has been run once. This sequence shoulb be repeatet every 10 or 20 minutes.
Thx,
pfl
07-11-2014 02:23 PM
07-11-2014 02:40 PM
Thank You for the response. I think I will rework all the components and do it the way you suggested..... The actual DAQ device I am using is a PCI - 6255
I can post the result when I am done^^
Thank you very much,
pfl
07-11-2014 04:34 PM
Well, integrating the second channel into the acquisition was successfull 🙂
But what bothers me a little about this solution is the fact that the thermocouple and the ultrasound acquistion rapidly decrease the available sampling rate. Wouldn't it be better to alternate the tasks so I can make use of the max. sampling rate for the ultrasound? The thermocouple does not have to be sampled at 0.5 ms/s....
Is there a keyword or term that would help me finding my way?
Best,
pfl
07-11-2014 04:45 PM
07-11-2014 04:54 PM
In my case it doesn't have to be continues.....the experiment is designed to take samples in 10 or 20 minute increments. There is no problem with a time difference between the acquisition of both channels. Are you aware of an example (or keyword) that describes the alternating execution of two daq tasks? Would it be done using loops?
07-11-2014 04:56 PM
state-machine is something mentioned before....I'll check that 🙂