04-06-2014 09:28 AM - edited 04-06-2014 09:31 AM
Hi,
I am trying to build a VI that saves an analog signal (temperature) automatically every 5 degrees celsius. My approach is to write to an excel spreadsheet and then to read the last row and if the analog signal has increased by 5 degrees, to save to the same excel spreadsheet.
I have used the Read from spreadsheet function but it only has two optoins, either to read all rows or the first row. Is there a way of reading the last row from the file?
Any help would be appreciated.
Kind regards,
Niral
04-06-2014 11:31 AM
04-09-2014 08:06 AM
Thank you Dennis.
I am new to LabView and I am still unable to carry out this operation.
Is there a way of saving one sample of data once the temperature has reached a set target temperature?
04-09-2014 08:28 AM
04-10-2014 07:37 PM
First of all thank you for your help.
I am still struggling and my deadline is soon approaching. I am basically trying to heat an electric heating mat at for example 35 degrees celsius and then switching it off and waiting for it to cool down to 30 degrees and save measurements. I then need it to switch on and heat to 45 degrees and cool to 40 and so on for upto 85 degrees. I have tried many approaches but always seem to get stuck with things like latching a boolean signal, event structures keep on cycling the idex for my arrays.
In my front panel control I have two arrays for the user to enter a list of heating mat temperatures and target temperatures.
I have attached my VI, please have a look.