Loading…

Method Name: epm_adjustment_method

Method ID: 0x46D3

Method Label: EPM Adjustment

Method Help: Supports configuration of balanced pressure for the EPM module when you change the AVP700's positioner action.


  • {
  • char status[3];
  • int choice;
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • send_trans(164, 1, status); if(status[0]) { display_response_status(164, status[0]); DELAY(3,"|en|Aborting method due to last error"); process_abort(); } if(ope_authority_sts != 1) { ACKNOWLEDGE("|en|User does not have permission for the operation. Please allow operator action."); process_abort(); }
  • ACKNOWLEDGE("|en|Caution!\nThis operation may cause sudden action of the valve.\nPlease ensure the safety of personnel and of the process operation before proceeding.");
  • ACKNOWLEDGE("|en|Note:\nEPM Adjustment is required when Positioner Action is changed.");
  • ACKNOWLEDGE("|en|EPM Adjustment will be executed.\nPlease supply air and set the current to 12 mA or more.");
  • send(128, status); if(status[0]) { display_response_status(128, status[0]); DELAY(3,"|en|Aborting method due to last error"); process_abort(); }
  • if(!(ps > 0.0))
  • {
  • ACKNOWLEDGE("|en|Please supply air.");
  • process_abort();
  • }
  • if(input_ma < 11.5)
  • {


Please login for more