02-16-2010 01:57 PM
Hi, I want to use NI 9211 thermocouple input module to acquire temperature data,and use NI 9205 voltage input module to acquire voltage signal from silicon photodiode at the same time. it's does not work when i write the program using labview, the program could work separately, but when i put two parts together, there are some error. I attached my program and the error. please give me some suggestion on how to solve this issue. Thank you very much!
02-16-2010 04:15 PM
02-16-2010 05:41 PM
02-17-2010 02:24 PM
I'm not sure I fully understand your question. If it's a matter of generating the voltage reading in the upper loop and processing it in the second, that's easy enough. There are a number of ways of doing that from using a local variable to the much more complex. There should be tons of examples and discussion forum posts on that.
If the issue is that you want to sample the channel when a specific event is triggered, that's a little different. You could use the last sample read, use the event to initiate a read, etc. It all depends on what your requirements are but I think at this point it's more of a general programming issue.
05-25-2010 12:44 PM