MotoHawk OBD Fault Compare

The OBD Fault compare block provides a way for applications to compare OBD faults.

Block ID

OBD Fault Compare

Library

MotoHawk OBD Fault Manager

Description

The OBD Fault compare block compares two faults depending on the drop down parameter named comparison, and outputs a boolean value of the logical comparison.

Block Parameters

Parameter Field Values Comments/Description
Comparison Drop Down Comparison operator selection. Selecting == will output true (1) when the input OBD faults are the same, and false (0) whey they are not. Selecting ~= will output true (1) when the input OBD faults are not the same, and false (0) when they are the same.