Loading…

方法名称: diagnos_display_method

方法ID: 0x40A1

方法标签: read diagnostic

方法描述: 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);


请登录以获得完整内容