Loading…

Method Name: save_span_changes

Method ID: 0x4023

Method Label: Save Span Changes

Method Help: 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]);


Please login for more