Loading…
Loading…
Method Name: alarm_1_hyst_Value_edit_off_method
Method ID: 0x4204
Method Label: Edit Alarm 1 hysteresis
Method Help:
- {
- float temp1;
- float old;
- float LSL;
- float USL;
- DD_STRING disp_string;
- old = alarm_1_hyst_Value;
- if (alarm_1_hyst_Units == 0x20)
- {
- LSL = 0;
- USL = 2150;
- }
- else
- if (alarm_1_hyst_Units == 0x21)
- {
- LSL = 0;
Please login for more