RunError
Syntax
void runError(long err, long);
Function
Triggers a run error. Outputs the error number to the Write Window indicating the error number and the passed number, and then terminates the measurement.
Parameters
Numbers that are represented inCANoeas a references for the user. The values under 1000 are reserved for internal purposes. The second parameter is reserved for future expansions.
Return Values
—
...if(rpm < 0) runError(1001,1);...
elCount