Loading…

Method Name: alarm_2_hyst_Value_edit_off_method

Method ID: 0x4206

Method Label: Edit Alarm 2 hysteresis

Method Help:


  • {
  • float temp1;
  • float old;
  • float LSL;
  • float USL;
  • DD_STRING disp_string;
  • old = alarm_2_hyst_Value;
  • if (alarm_2_hyst_Units == 0x20)
  • {
  • LSL = 0;
  • USL = 2150;
  • }
  • else
  • if (alarm_2_hyst_Units == 0x21)
  • {
  • LSL = 0;


Please login for more