ProGlove Documentation

Screen templates

Use the below screen templates to enhance integration and your worker’s workflow by optimizing the number of data-points presented on you MARK Display devices.

Terminology

Term

Description

Template

Templates are pre-defined screen layouts that support integration efforts and ensure the best possible user-experience.

Template ID

Template IDs are unique identifiers for each template layout, that need to be set during the integration process.

(Template) Layout

(Template) Layouts define the general structure of the screen. Example: 2 or 3 fields.

(Template) Field

(Template) Field is a field/cell within the Layout. One Layout can contain one or more fields.

Field ID

Each field is referenced using a unique ID. The order of Field IDs should follow the western writing direction (primary: left to right; secondary top to bottom).

Header

Each Template field may contain a Header, which can be used as a description of the displayed content. Example: “Quantity”.

Content

Each Template field contains Content (data-points). Example: “165 pcs”.

explanation.png
Template naming logic

PG

X

Y

PG = ProGlove

Identifier of the company providing the template.

X = Number of Fields

X Describes the number of fields you can set for unique content

Y = Secondary identifier

The secondary identifier allows for special separation of templates with the same amount of fields.

A = Alternate

E = Error

C = Confirm

I = Information

Automatic font scaling

MARK Display automatically decreases the font size or breaks the text into several lines to fit it into the template fields.

Headers of template fields are never scaled.

MARK Display always tries to use the maximum possible font size for the template field’s content. If that does not work, a line-break is used before the font is scaled down to fit the screen.

This ensures that the largest possible font is used and the template size is utilized as much as possible. For line-breaks, it firstly tries to break on an empty space. If the text does not contain a space, it is broken after the maximum amount of characters.

Templates

Below, you can find the list of all available templates. (Field) IDs are displayed in purple boxes.

Template ID

Preview

Description

Font Size(s)

Firmware Version

PG1

PG1-item.png
PG1-text.png

Use Case: ideal for single items or short text messages

Fields: one field with content and header

Header: 26px

Content: 16 - 90px (Autoscaling)

minimum 2.0.0-prerelease-3

PG1A

PG1A-long.png
PG1A-short.png

Use Case: ideal for text messages

Fields: one field with content

Content: 16 - 90px (Autoscaling)

minimum 2.0.0-prerelease-3

PG2

PG2-new.png

Use Case: ideal for sorting use cases

Fields: two fields with content and headers

Header: 22px

Content: 16 - 60px (Autoscaling)

PG3

PG3-new.png

Use Case: ideal for picking use cases

Fields: three fields with content and headers

Header: 22px

Content: 16 - 60px (Autoscaling)

PG1C

PG1C-new.png

Use Case: ideal for short, positive notifications

Fields: one field with content

Content: 16 - 60px (Autoscaling)

PG2C

PG2C-new.png

Use Case: ideal for positive notifications needing more detail

Fields: two fields with content

Field 1 Content: 26px (Autoscaling)

Field 2 Content: 16-60px (Autoscaling)

PG1E

PG1E-new.png

Use Case: ideal for short, negative notifications

Fields: one field with content

Content: 16-60px (Autoscaling)

PG2E

PG2E-new.png

Use Case: ideal for negative notifications needing more detail

Fields: two fields with content

Field 1 Content: 26px (Autoscaling)

Field 2 Content: 16-60px (Autoscaling)

PG1I

PG1I-new.png

Use Case: ideal for short, neutral notifications

Fields: one field with content

Content: 16-60px (Autoscaling)

PG2I*

PG2I-new.png

Use Case: ideal for neutral notifications needing more detail

Fields: two fields with content

Field 1 Content: 26px (Autoscaling)

Field 2 Content: 16-60px (Autoscaling)

PG2A

PG2A.png

Use Case: sorting (echoes scanned content and reverts to the original screen)

Fields: two fields with content and headers

Header: 22 - 110px

Content: 22 - 32px (Autoscaling)

minimum v2.3.0

*The template has a character limit. If the message is up to 10 characters, the whole message displays. If the message is over 10 characters, only the first 8 characters display followed by an ellipsis.

To learn more about display capabilities, see User experience considerations.

Template examples
Example 6. PG1
{
    "api_version": "1.0",
    "event_type": "display!",
    "event_id": "21d22d49-efbe-4e0c-b109-2e9afb7acacc",
    "time_created": 1546300800000,
    "time_validity_duration": 0,
    "device_serial": "MDMR000006406",
    "display_template_id": "PG1",
    "display_refresh_type": "DEFAULT",
    "display_fields": [{
        "display_field_id": 1,
        "display_field_header": "Storage Unit",
        "display_field_text": "R15"
    }]
}


Example 7. PG1A
{
    "api_version": "1.0",
    "event_type": "display!",
    "event_id": "21d22d49-efbe-4e0c-b109-2e9afb7acacc",
    "time_created": 1546300800000,
    "time_validity_duration": 0,
    "device_serial": "MDMR000006406",
    "display_template_id": "PG1A",
    "display_refresh_type": "DEFAULT",
    "display_fields": [{
        "display_field_id": 1,
        "display_field_header": "",
        "display_field_text": "Scan the next package"
    }]
}


Example 8. PG2
{
    "api_version": "1.0",
    "event_type": "display!",
    "event_id": "21d22d49-efbe-4e0c-b109-2e9afb7acacc",
    "time_created": 1546300800000,
    "time_validity_duration": 0,
    "device_serial": "MDMR000006406",
    "display_template_id": "PG2",
    "display_refresh_type": "DEFAULT",
    "display_fields": [{
            "display_field_id": 1,
            "display_field_header": "Storage Unit",
            "display_field_text": "R15"
        },
        {
            "display_field_id": 2,
            "display_field_header": "Destination",
            "display_field_text": "A7"
        }
    ]
}


Example 9. PG3
{
    "api_version": "1.0",
    "event_type": "display!",
    "event_id": "21d22d49-efbe-4e0c-b109-2e9afb7acacc",
    "time_created": 1546300800000,
    "time_validity_duration": 0,
    "device_serial": "MDMR000006406",
    "display_template_id": "PG3",
    "display_refresh_type": "DEFAULT",
    "display_fields": [{
            "display_field_id": 1,
            "display_field_header": "Storage Unit",
            "display_field_text": "R15"
        },
        {
            "display_field_id": 2,
            "display_field_header": "Item",
            "display_field_text": "Engine 12"
        },
        {
            "display_field_id": 3,
            "display_field_header": "Quantity",
            "display_field_text": "10"
        }
    ]
}


Example 10. PG1C
{
    "api_version": "1.0",
    "event_type": "display!",
    "event_id": "21d22d49-efbe-4e0c-b109-2e9afb7acacc",
    "time_created": 1546300800000,
    "time_validity_duration": 0,
    "device_serial": "MDMR000006406",
    "display_template_id": "PG1C",
    "display_refresh_type": "DEFAULT",
    "display_fields": [{
        "display_field_id": 1,
        "display_field_header": "",
        "display_field_text": "Order Complete"
    }]
}


Example 11. PG2C
{
    "api_version": "1.0",
    "event_type": "display!",
    "event_id": "21d22d49-efbe-4e0c-b109-2e9afb7acacc",
    "time_created": 1546300800000,
    "time_validity_duration": 0,
    "device_serial": "MDMR000006406",
    "display_template_id": "PG2C",
    "display_refresh_type": "DEFAULT",
    "display_fields": [{
            "display_field_id": 1,
            "display_field_header": "",
            "display_field_text": "Correct Part"
        },
        {
            "display_field_id": 2,
            "display_field_header": "",
            "display_field_text": "Double click to proceed"
        }
    ]
}


Example 12. PG1E
{
    "api_version": "1.0",
    "event_type": "display!",
    "event_id": "21d22d49-efbe-4e0c-b109-2e9afb7acacc",
    "time_created": 1546300800000,
    "time_validity_duration": 0,
    "device_serial": "MDMR000006406",
    "display_template_id": "PG1E",
    "display_refresh_type": "DEFAULT",
    "display_fields": [{
        "display_field_id": 1,
        "display_field_header": "",
        "display_field_text": "Part Number Incorrect"
    }]
}


Example 13. PG2E
{
    "api_version": "1.0",
    "event_type": "display!",
    "event_id": "21d22d49-efbe-4e0c-b109-2e9afb7acacc",
    "time_created": 1546300800000,
    "time_validity_duration": 0,
    "device_serial": "MDMR000006406",
    "display_template_id": "PG1E",
    "display_refresh_type": "DEFAULT",
    "display_fields": [{
        "display_field_id": 1,
        "display_field_header": "",
        "display_field_text": "Part Number Incorrect"
    }]
}


Example 14. PG1I
{
    "api_version": "1.0",
    "event_type": "display!",
    "event_id": "21d22d49-efbe-4e0c-b109-2e9afb7acacc",
    "time_created": 1546300800000,
    "time_validity_duration": 0,
    "device_serial": "MDMR000006406",
    "display_template_id": "PG1I",
    "display_refresh_type": "DEFAULT",
    "display_fields": [{
        "display_field_id": 1,
        "display_field_header": "",
        "display_field_text": "Confirm Quantity"
    }]
}


Example 15. PG2I
{
    "api_version": "1.0",
    "event_type": "display!",
    "event_id": "21d22d49-efbe-4e0c-b109-2e9afb7acacc",
    "time_created": 1546300800000,
    "time_validity_duration": 0,
    "device_serial": "MDMR000006406",
    "display_template_id": "PG2I",
    "display_refresh_type": "DEFAULT",
    "display_fields": [{
            "display_field_id": 1,
            "display_field_header": "",
            "display_field_text": "Confirm Qty"
        },
        {
            "display_field_id": 2,
            "display_field_header": "",
            "display_field_text": "25"
        }
    ]
}