What “implausible signal” really means
The controller is telling you it does not believe a number. That is a different problem from a broken sensor, and it is chased in a different order.
“Signal implausible”, “rationality fault”, “signal not credible” — different wordings of the same statement. The module is receiving a value and has decided the value cannot be true. Note what it does not say: it does not say the sensor is faulty.
Plausibility is a comparison, not a measurement
A module can only judge a reading against something else. There are three things it compares against, and knowing which one failed tells you where to look.
- The electrical range. The signal is outside the voltage the circuit can physically produce — usually a short or an open, not a sensor that has drifted.
- Another source. Two sensors that should agree do not. Both may be reading correctly; one of them is measuring a different condition than the module assumes.
- The rate of change. The value moved faster than physics allows. A temperature that jumps forty degrees in a second is a connection problem, not a temperature.
Why replacing the sensor usually does not fix it
The sensor is one component in a loop that includes its supply voltage, its ground, its signal wire, the connector at each end, and the module that interprets it. A fault anywhere in that loop produces a number the module cannot believe. The sensor is the most expensive and least likely element in it.
The most common real cause is a reference voltage problem. Many sensors share a 5 V supply from the module. If that supply sags — because another sensor on the same rail has shorted — every sensor on it reads wrong at once. Chasing one of them is chasing a symptom.
The order to check
- Look at live data for all sensors on the same supply. If several are wrong together, the shared rail is your fault, not any one sensor.
- Measure the supply voltage at the sensor connector, with the sensor connected. Measuring it unloaded hides the problem.
- Measure the ground with a voltage drop test under load, not with a resistance reading.
- Check the signal wire for continuity and for a short to the supply or ground alongside it.
- Compare the sensor against a known reference — a second gauge, a second sensor, an ambient reading with the car cold overnight.
- Only then the sensor.
When the module is the fault
It happens, and it is worth knowing the shape of it: the input is correct at the module's own connector, measured with the circuit live and loaded, and the module still reports it as implausible. Anything short of that measurement is a guess.