Loading…

方法名称: methodDiagnosDisplay

方法ID: 0x4270

方法标签: Read Diagnostic Data

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


  • {
  • long ids[8];
  • int result;
  • char status[3];
  • if ( _ivar_value(16451) == 0x01 )
  • {
  • ACKNOWLEDGE("|en|\n This function is not available in this SVI2 model.\n Consult Masoneilan for more information.");
  • return;
  • }
  • result=SELECT_FROM_LIST("|en|Make your choice:",
  • "|en|Continuous Data;Std Diag. Results");
  • if (result ==0)


请登录以获得完整内容