Max31865.Registers.FaultRegister (max31865 v0.1.0)

Allows the reading of the Max31865 Fault Register.

register-layout

Register Layout

The fault register for the MAX31865 consists of 8 bits. Only the first 6 are used. From left to right:

RTDHighThresholdRTDLowThresholdRefInLowRefInHighRTDInLowOverUnderVoltage

When read back, each bit that returns true represents a fault that was detected.

investigating-faults

Investigating Faults

The cause of a fault bit will vary depending on how many wires you are using to connect your RTD. More information on troubleshooting can be found in the data sheet on pages 22-23

clearing-faults

Clearing Faults

Faults are cleared by setting the Fault Clear bit in the ConfigRegister. This can be done using Max31865.clear_faults/1

Link to this section Summary

Link to this section Functions