Loading…

方法名称: save_span_changes

方法ID: 0x4023

方法标签: Save Span Changes

方法描述: Save the span adjustment. If it is not saved, the Zero potentiometer will revert back to the last saved value when power is cycled.


  • {
  • char status[3];
  • display("|en|This saves the Span potentiometer setting. Press OK to save setting or ABORT if you do not want to save it.",0);
  • _add_abort_method(4118);
  • send(135, status);
  • if (status[0])
  • {
  • display_response_status(135, status[0]);


请登录以获得完整内容