Acknowledged
CIQQA-3124

Instinct E / Instinct 3 Solar, sim: simple data field value is right-aligned / truncated for top field, in 3 Field Layout A

For the same field, the label is properly centred, as are all the labels and values for all other layouts.

See comment for screenshots.

  • > simple data field value is right-aligned / truncated for top field, in 3 Field A layout

    To be clear, what's probably actually happening is that the value is simply misaligned with the label.

    This can be seen from the field definition in simulator.json

    // first/top field for 3 Field A, instinct3solar45mm (broken)

    {
        "data": {
            "font": "numberMedium",
            "justification": "center",
            "width": 95,
            "x": 94,
            "y": 57
        },
        "label": {
            "font": "xtiny",
            "justification": "center",
            "x": 64,
            "y": 18
        },

    The x value for the label is very far from the x value for the field value. For other layouts/fields, the x values are similar.

    // first/top field for 3 Field A, instinct2 (good)
    {
        "data": {
            "font": "numberHot",
            "justification": "center",
            "width": 80,
            "x": 51,
            "y": 50
        },
        "label": {
            "font": "xtiny",
            "justification": "center",
            "x": 61,
            "y": 19
        },
  • Also, the corresponding 4 Field A Layout in instinct 2 looks fine:

  • SDK 8.1.1, device files current as of 2025-04-08 14:21 UTC-0400

  • Though this is probably only the simulator.json of the device, but for future reference: SDK?

  • 3 Field Layout A:

    3 Field Layout B