07-26-2021 12:25 PM - edited 07-26-2021 12:46 PM
I'm new to labview and I need help... I managed to measure temperature using Daq 9216 and plot the graph, now I need to show a table of each channel inside the labview indicating the history of measured values with a 30 min interval, I also need that when if there is a variation of less than 1 ° C in the temperature of a given channel for 3 hours, the labview indicates channel stabilization, I also need to know how much each channel has varied in relation to the last measurement( ex: in last 10,15 or 30 min) finally save the results (graphs and tables) in excel.
07-27-2021 04:27 AM
07-27-2021 04:35 AM
Hi aaswil,
@aaswil wrote:
I'm new to labview and I need help...
Simple answer: Initialize those shift registers with empty arrays and use BuildArray instead of InsertIntoArray. No need for ArraySubset anymore…
As you have choosen to attach just an image of your code you need to edit/debug your code on your own!
07-27-2021 06:46 AM
Hello, I would like to thank you in advance for the answer.
As I said I'm new to Labview and I made this code based on other codes.
I'm attaching my VI so that if possible you can help me.
07-27-2021 07:02 AM - edited 07-27-2021 07:02 AM
07-27-2021 09:26 AM - edited 07-27-2021 09:33 AM
Having done this in the past I will try to explain how I check for temperature stabilization
In my case stabilization was defined as "less than 2 degree change of temperature taken at 4 consecutive 15 minute intervals"
07-27-2021 09:37 AM
I'd probably use "NI_PtbyPt.lvlib:Array Max & Min PtByPt.vi".
07-27-2021 10:04 AM - edited 07-27-2021 10:06 AM
07-27-2021 07:07 PM
Hi GerdW,
Where did you put the chart?
Can you post your labview code?
07-27-2021 10:23 PM
Can u help me?