FUTEK .NET API Documentation
EEPROM Codes / Adjustment Codes
In This Topic
    Adjustment Codes
    In This Topic

    Adjustment is an 8-bit number. The bits are stored in the following format: RRRR MDSS

    RRRR = Reserved
    M = Calibration Mode
    D = Adjustment Direction
    SS = Adjustment Size

    The following tables provide a comprehensive list of adjustment codes.

    Hexadecimal Decimal Octal Binary Bit Bit Format Reserved
    0 0 00 0000 RRRR 0000XXXX Reserved
    ... ... ... ... ... ... ...
    F 15 17 1111 RRRR 1111XXXX Reserved

    Hexadecimal Decimal Octal Binary Bit Bit Format Calibration Mode
    0 0 0 0 M XXXX0XXX Manual Calibration
    1 1 1 1 M XXXX1XXX Automatic Calibration

    Hexadecimal Decimal Octal Binary Bit Bit Format Adjustment Direction
    0 0 0 0 D XXXXX0XX Increase Voltage Output
    1 1 1 1 D XXXXX1XX Decrease Voltage Output

    Hexadecimal Decimal Octal Binary Bit Bit Format Adjustment Size
    0 0 0 00 SS XXXXXX00 Small
    1 1 1 01 SS XXXXXX01 Medium
    2 2 2 10 SS XXXXXX10 Large
    3 3 3 11 SS XXXXXX11 Huge

    Hexadecimal Decimal Octal Binary Mode Direction Size
    00 0 0000 00000000 Manual Increase Small
    01 1 0001 00000001 Manual Increase Medium
    02 2 0002 00000010 Manual Increase Large
    03 3 0003 00000011 Manual Increase Huge
    04 4 0004 00000100 Manual Decrease Small
    05 5 0005 00000101 Manual Decrease Medium
    06 6 0006 00000110 Manual Decrease Large
    07 7 0007 00000111 Manual Decrease Huge
    08 8 0010 00001000 Auto Increase Small
    09 9 0011 00001001 Auto Increase Medium
    0A 10 0012 00001010 Auto Increase Large
    0B 11 0013 00001011 Auto Increase Huge
    0C 12 0014 00001100 Auto Decrease Small
    0D 13 0015 00001101 Auto Decrease Medium
    0E 14 0016 00001110 Auto Decrease Large
    0F 15 0017 00001111 Auto Decrease Huge
    10 16 0020 00010000 Undefined Undefined Undefined
    ... ... ... ... ... ... ...
    FF 255 0377 11111111 Undefined Undefined Undefined