Loading…

Method Name: reset_standard_deviation_method

Method ID: 0x4172

Method Label: Reset Standard Deviation

Method Help: Reset Standard Deviation- Resets the Standard Deviation, the Standard Deviation Max and Min values, and the Average Pressure.


  • {
  • 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 Standard Deviation, the Standard Deviation Max and Min values, and the Average Pressure?");
  • send(235, status); if(status[0]) { display_response_status(235, status[0]); DELAY(3,"|en|Aborting method due to last error"); process_abort(); }
  • send(234, status); if(status[0]) { display_response_status(234, status[0]); DELAY(3,"|en|Aborting method due to last error"); process_abort(); }


Please login for more