02-03-2023 12:37 AM
hello,
Is it possible to use 2 analog inputs of usb6251 simultaneously? I want to use 2 AI at same time and show the output.
But i am not quiet sure. Any suggestions are appreciated.
Solved! Go to Solution.
02-03-2023 12:46 AM
Hi Radhika,
@Radhika_Nimbalkar wrote:
Is it possible to use 2 analog inputs of usb6251 simultaneously? I want to use 2 AI at same time and show the output.
But i am not quiet sure. Any suggestions are appreciated.
Yes, that's possible.
You just need to put two channels into the AI DAQmx task and switch the DAQmxRead function to "n channels…"!
02-03-2023 01:21 AM
Thank you.
Yes that way is great option.I want to know one more thing. How can i show 2 AI output in different graphs? Is it possible to get two different graph for 2 AI and show output at same time?
02-03-2023 01:49 AM
Hi Radhika,
@Radhika_Nimbalkar wrote:
How can i show 2 AI output in different graphs? Is it possible to get two different graph for 2 AI and show output at same time?
So you have an array of elements and you want to show the elements using separate indicators?
Then you need to index the elements and wire them to their indicators!
(This is basic LabVIEW stuff: you just need the IndexArray function!)
02-03-2023 02:03 AM
Hello,
I am measuring 2 analog signals one is amplified signal and one is without amplification. I want to check both signal same time and show result of both signals simultaneously on different graphs.I am going to use the solution you suggested but unable to understand that how to take two outputs from daqmx read?
02-03-2023 04:32 AM
Hi Radhika,
@Radhika_Nimbalkar wrote:
unable to understand that how to take two outputs from daqmx read?
As said before:
What have you tried and where are you stuck?
Did you opened any examples from example finder to learn DAQmx basics?
02-03-2023 04:42 AM
Thank you for help.
Yes I read DAQmx basics and tried your suggestion. I will test it on hardware once I finish my hardware setup and see if I get expected result.
Thank you again for your time.