Loading…
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,literal_string(1228));
- process_abort();
- ;
- }
- ;
- if (_ivar_value(16385) != 0)
- {
- ACKNOWLEDGE(literal_string(1230));
- PUT_MESSAGE(literal_string(1231));
- _add_abort_method(16390);
- _iassign(16684,0);
- send(135,status);
- if (status[0] != 0)
- {
- display_response_status(135,status[0]);
- DELAY(3,literal_string(1228));
- process_abort();
- ;
- }
- ;
- nbr = 0;
- do {
Please login for more