06-11-2018 07:18 AM
Hello All,
I am trying to design a simple Gradient algorithm.
I have a constantly changing Temperature value and i need to store the values in a buffer (or array - max 8 immediate values).
Then i need to check if the values are increasing by comparison, and if they do then alert.
________________________
I am having problems holding the values to even start to compare them.
Please Advise
Atif
06-11-2018 07:21 AM - edited 06-11-2018 07:24 AM
Hi Atif,
to store values in a loop to use them in the next iteration you need to use a shift register.
This is pretty basic LabVIEW stuff: did you notice the "beginner" (aka "LabVIEW Training Resources") section on top of the LabVIEW board?
06-11-2018 07:26 AM
Hi Atif
Have a look at some of the examples. On the menu go to Help > Find Examples and search for "thermocouple". This will give you some simple examples of capturing and storing temperature data.
06-11-2018 07:40 AM
Thank you
Will check that and get back , sorry its been some time that i have used Lab View