// If the knob is in this range, display a message
      if((anaAlarm > 400) && (anaAlarm < 425)) {

      }