Loading…
Loading…
Method Name: methodDiagnosDisplay
Method ID: 0x4270
Method Label: Read Diagnostic Data
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.
- {
- 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)
Please login for more