03-01-2018 07:02 PM
I am fairly new to LabVIEW and I only know the basics of it. I am trying to log temperatures of different areas using 16 thermocouples (with four NI 9211 modules) for about four hours. I need help setting up a VI to do this project.
Can someone please advice me on which functions should I use?
Sample rate? Number of samples?
03-02-2018 04:20 AM
Have a look at the shipped examples !
How often do you want to log the data? A common samplerate for logging is once per second or once per minute...
TC measurements are often prone to line noise , so I would recommend to read 1k samples at 1kSPS (1kHz samplerate) and mean the data of one channel. (decimate by 1000 with mean.. see signal processing vis)
Since the internal clock reference will a have a small difference to the PC clock you should expect a increasing difference if you show up all data 'live' in a graph ...