02-10-2015 03:20 AM
Hi,
I want to measure the temperature of a RTD, Pt100.
I am trying to plot temperature (axis Y) against real time (axis X). At the moment i have this "PT100_monitoring_test" attached but I would like to insert an external clock or something like that to measure the temperatura on real time.
Is this possible?
Thanks!
02-10-2015 03:37 AM
Hi,
it seems to me you asked two separate questions:
"How can I make the measurements in real-time"
and
"How can I synchronise measurements with an external clock"
Which one is it?
02-10-2015 04:04 AM
Hi,
The firs one then. "How can I make the measurements in real-time"
02-10-2015 05:26 AM
Well,
using cDAQ you will not get more "real-time" than what you have.
You can increase the sampling rate, reduce the number of samples you acquire and optimize the postprocessing so that new samples appear on the screen faster, but at this moment you are already getting real-time data.
What do you want to achieve?
02-10-2015 06:46 AM
I want to achieve more accuracy in the measure using 50 Hz and 10 samples for example to get 5 s/s, but then i want to plot the temperature per second ("real time")
02-10-2015 06:49 AM
Can I synchronise measurements with an external clock to get what i explained before?
02-10-2015 07:27 AM