TSNS, PSNS, and LSNS suggestion

  • Fusionftw
    15th Oct 2018 Member 0 Permalink

    They should each have a special mode that sends a spark when the condition they are monitoring is above or below their temperature. This would be set by the TMP property.

     

    If TMP= 0: Spark if at (Default)

    If TMP= 1: Spark if above

    If TMP= 2: Spark if below

     

    For example: TSNS with a temp of 38C and a TMP of 1 will only give off a spark if the particles around it are above 38C.

    LSNS with a temp of 985C and a TMP of 2 will only give off a spark if the particles around it have a life of lower than 985.

    PSNS with a temp of 2C and a TMP of 1 will only give off a spark if the pressure around it is at 2.

  • jacob1
    15th Oct 2018 Developer 0 Permalink
    The next version of TPT already does this:
    "Add inverted mode for TSNS and PSNS with .tmp = 2"

    I added a TODO note to also add this to LSNS. I don't think we need the "exact" versions of them, since temperature and pressure are floating point, not integers. (we could do rounding, but I don't think "exact" matches for these are often needed)
  • Cracker1000
    16th Oct 2018 Member 0 Permalink

    @jacob1 (View Post)

     So will dtec get an inverted mode as well? Thanks for adding those.(originally i just wanted it for tsns tho)