FUTEK .NET API Documentation
EEPROM Codes / Sensor Configuration Codes
In This Topic
    Sensor Configuration Codes
    In This Topic

    SensorConfiguration is an 8-bit number. The bits are stored in the following format: RTTT SSBB

    R = Reserved
    TTT = Input / Output Type
    SS = Nominal Sensitivity
    BB = Nominal Bridge Resistance

    This table provides a comprehensive list of sensor configuration codes.

    Hexadecimal Decimal Octal Binary Bit Bit Format Reserved
    0 0 0 0 R 0XXXXXXX Reserved
    1 1 1 1 R 1XXXXXXX Reserved

    Hexadecimal Decimal Octal Binary Bit Bit Format Input / Output Type
    0 0 0 000 TTT X000XXXX Bridge
    1 1 1 001 TTT X001XXXX Bridge and Pulse
    2 2 2 010 TTT X010XXXX Voltage Output
    3 3 3 011 TTT X011XXXX Voltage Output and Pulse
    4 4 4 100 TTT X100XXXX Current Output
    5 5 5 101 TTT X101XXXX Current Output and Pulse
    6 6 6 110 TTT X110XXXX Undefined
    7 7 7 111 TTT X111XXXX Undefined

    Hexadecimal Decimal Octal Binary Bit Bit Format Nominal Sensitivity
    0 0 0 00 SS XXXX00XX 0.5 mV/V
    1 1 1 01 SS XXXX01XX 1.0 mV/V
    2 2 2 10 SS XXXX10XX 2.0 mV/V
    3 3 3 11 SS XXXX11XX 4.0 mV/V

    Hexadecimal Decimal Octal Binary Bit Bit Format Nominal Bridge Resistance
    0 0 0 00 BB XXXXXX00 120 ohms
    1 1 1 01 BB XXXXXX01 350 ohms
    2 2 2 10 BB XXXXXX10 700 ohms
    3 3 3 11 BB XXXXXX11 1000 ohms