Loading…

Method Name: methodPerformDiagnostics

Method ID: 0x402B

Method Label: Run Diagnostics

Method Help: Perform valve signature and valve functional analysis. Displays the diagnostic test results.


  • {
  • char nbr;
  • char status[3];
  • char prevMode;
  • char cSpeedTemp;
  • int result;
  • long ids[8];
  • 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)
  • {
  • ACKNOWLEDGE(literal_string(762));
  • PUT_MESSAGE(literal_string(763));
  • _add_abort_method(16401);
  • _iassign(16397,0);
  • send(135,status);
  • if (status[0] != 0)
  • {
  • display_response_status(135,status[0]);
  • DELAY(3,literal_string(760));
  • process_abort();
  • ;
  • }


Please login for more