Loading…

方法名称: reset_standard_deviation_method

方法ID: 0x4172

方法标签: Reset Standard Deviation

方法描述: 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(); }


请登录以获得完整内容