Loading…
Loading…
Method Name: methodFindStops
Method ID: 0x4098
Method Label: Find Stops
Method Help: Run automatic find stops will establish the calibration position of the valve at actuator pressure vented and at full supply pressure.
- {
- char nbr;
- char status[3];
- char prevMode;
- int newModes[3];
- int newModeIndex;
- send(249,status);
- if (status[0] != 0)
- {
- display_response_status(249,status[0]);
- DELAY(3,literal_string(1144));
- process_abort();
- ;
- }
- ;
- send(249,status);
- if (status[0] != 0)
- {
- display_response_status(249,status[0]);
- DELAY(3,literal_string(1144));
- process_abort();
- ;
- }
- ;
- if (_ivar_value(16507) != 0)
- {
- ACKNOWLEDGE(literal_string(1145));
- PUT_MESSAGE(literal_string(1146));
- _add_abort_method(16510);
- _iassign(16655,0);
Please login for more