threshold for temperature sensor?
jerald_rp
Posts: 1
HELP!!
our team is doing a project for our school and we need to set a threshold value for the basic stamp temperature sensor.
how do we do the coding?
anyone able to help us?
thanks in advance!! [noparse]:)[/noparse]
our team is doing a project for our school and we need to set a threshold value for the basic stamp temperature sensor.
how do we do the coding?
anyone able to help us?
thanks in advance!! [noparse]:)[/noparse]
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tom Sisk
http://www.siskconsult.com
·
In general -- since yours is a rather general question -- a threshold is a point above which, or below which, some action is taken. For instance, if the temperature is above a set point, turn off the heat. If it is below that point, turn on the heat.
You will also need to look into things such as hysteresis.
--Rich