Loading…

Method Name: diagnos_display_method

Method ID: 0x40A1

Method Label: read diagnostic

Method Help: Displays CONTINUOUS DIAGNOSTIC DATA including number of full strokes the valve has made,the number of cycles (direction changes),the time the valve has spent open, the time the valve has been closed and the time the valve has spent throttling near the seat.


  • {
  • char nbr;
  • long ids[5];
  • char status[3];
  • if ((_ivar_value(16388) & 0x80) == 0x80)
  • {
  • ACKNOWLEDGE(literal_string(576));
  • return;
  • }
  • send(139,status);
  • ids[0] = 16494;
  • ids[1] = 16495;
  • ids[2] = 16496;
  • ids[3] = 16497;
  • ids[4] = 16498;
  • acknowledge(literal_string(585),ids);
  • acknowledge(literal_string(586),ids);


Please login for more