Loading…
Loading…
方法名称: methodPerformDiagnostics
方法ID: 0x402B
方法标签: Run Diagnostics
方法描述: 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();
- ;
- }
请登录以获得完整内容