Loading…

Method Name: methodFindStops

Method ID: 0x4032

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(760));
  • process_abort();
  • ;
  • }
  • ;
  • if (_ivar_value(16572) == 128)
  • {
  • ACKNOWLEDGE(literal_string(761));
  • return;
  • }
  • send(249,status);
  • if (status[0] != 0)
  • {
  • display_response_status(249,status[0]);
  • DELAY(3,literal_string(760));
  • process_abort();
  • ;
  • }
  • ;
  • if (_ivar_value(16397) != 0)


Please login for more