Shop OBEX P1 Docs P2 Docs Learn Events
threshold for temperature sensor? — Parallax Forums

threshold for temperature sensor?

jerald_rpjerald_rp Posts: 1
edited 2009-10-21 16:25 in BASIC Stamp
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]

Comments

  • stamptrolstamptrol Posts: 1,731
    edited 2009-10-21 12:30
    What have you tried so far?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Tom Sisk

    http://www.siskconsult.com
    ·
  • RiJoRiRiJoRi Posts: 157
    edited 2009-10-21 16:25
    jerald_rp said...
    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]

    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
Sign In or Register to comment.