Loading…

Method Name: methodFactoryConfiguration

Method ID: 0x402B

Method Label: Reset Basic Config and Cal To Defaults

Method Help: The Reset to Factory Default will set the following list of configuration and calibration parameters to defaults: Air Action is set to ATO; All PID tuning parameters are set to defaults; Input current range is set to 4 to 20 mA; Open stop adjustment is set to 100%; Position error parameters are reset and disabled; Bumpless transfer is disabled; Position limits are disabled; Tight shutoff is set to 0.5% and enabled; Characterization is set to linear; Pressure units and language are set to psi and English; Button Locks = None; Controller = None;


  • {
  • char nbr;
  • char status[3];
  • char prevMode;
  • int result;
  • send(249, status); if( status[0] != 0 ) { display_response_status(249, status[0]); DELAY(3,"|en|Procedure aborted \nTry Again."); process_abort();; }; if( (_ivar_value(16385) != 0) ) { ACKNOWLEDGE("|en|WARNING. This procedure requires to enter setup mode and will result in LOSS of PROCESS CONTROL. Do you wish to proceed ?"); PUT_MESSAGE("|en|Changing mode to Setup"); _add_abort_method(16390); _iassign(16684,(0)); send(135, status); if( status[0] != 0 ) { display_response_status(135, status[0]); DELAY(3,"|en|Procedure aborted \nTry Again."); process_abort();; }; nbr=0; do { nbr += 1; if( nbr == 10 ) { DELAY(3,"|en|Procedure aborted \nTry Again."); process_abort();; }; send(249, status); } while( _ivar_value(16385) != 0 ); };
  • ACKNOWLEDGE("|en|Are you sure you want to reset all data to factory defaults?");
  • _iassign(16414,(1));
  • _iassign(16525,(1));
  • _iassign(16515,(0x00));
  • _iassign(16523,(0));


Please login for more