Hi Ryan,
Thank you for the reply. I have opened the spreadsheet but am unsure how to get it to do what i want.
Please find attached a print screen from lookout setup, I want to be
able to log the recorded temperature values in red at 5 seconds
intervals. Is spreadsheet object the best approach?
At the moment the example spreadsheet is logging data from
"Waveform1.cosine_180;", i assume i need to change the input to the
recored temperature values, how do i find out the correct name of the
recorded temperatures?
Pot1 = new Pot (0, 100, 1, yes, 0);
Pot1.value = Waveform1.cosine_180;
Can you please advice what language is used above and if there is any
online help for basic programming? For example in the definition of the
new pot, what do the values 0, 100, 1, yes, 0 correspond to?
Thank you in advance for your help.