Loading…

Method Name: reset_overload_count_method

Method ID: 0x4174

Method Label: Reset OOR Pressure Count

Method Help: Reset OOR Pressure Count- Resets the Out-of-Range Pressure Count.


  • {
  • char status[3];
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • ACKNOWLEDGE("|en|Reset the OOR Pressure Count?");
  • send(229, status); if(status[0]) { display_response_status(229, status[0]); DELAY(3,"|en|Aborting method due to last error"); process_abort(); }
  • send(228, status); if(status[0]) { display_response_status(228, status[0]); DELAY(3,"|en|Aborting method due to last error"); process_abort(); }
  • overload_cnt_chart_disp_method();


Please login for more