Hi can anybody help me as I am looking to time the temperature rise from a start point to a finish point ...
If I have a tube and the temp is 20deg Ami rise to 30deg as flow comes through it set the first sensor of and starts the timer as it goes to the second sensor it rises to 30deg then the timer stops we have a time for example 20 seconds
You have told us almost nothing about the equipment you are using so this is going to be a very general answer.
Save the value of millis() when the temperature gets to 20deg and save it again in another variable when the temperature gets to 30 deg. Subtract the first number from the second.
18months:
Hi can anybody help me as I am looking to time the temperature rise from a start point to a finish point ...
If I have a tube and the temp is 20deg Ami rise to 30deg as flow comes through it set the first sensor of and starts the timer as it goes to the second sensor it rises to 30deg then the timer stops we have a time for example 20 seconds
Based on what you have said, I would recommend a stopwatch.
18months:
Hi can anybody help me as I am looking to time the temperature rise from a start point to a finish point ...
If I have a tube and the temp is 20deg Ami rise to 30deg as flow comes through it set the first sensor of and starts the timer as it goes to the second sensor it rises to 30deg then the timer stops we have a time for example 20 seconds