Introduction

Zebra IoT Connector provides the ability to configure the radio to different modes of operation that optimize the radio configuration based on intended use case. Once configured, the mode can be started using the START REST API and will continue to operate until the STOP REST API is called.

The following operating modes are supported are supported in Zebra IoT Connector.
  • Simple

  • Inventory

  • Portal

  • Conveyer

  • Directionality

  • Custom

Important

Refer Operating Modes Schema for detail description of various options supported by different modes.

The operating mode configration can be pushed to reader using the following methods:

Simple

Simple mode configures the radio to read and report all unique tags in the field of view of the radio.

Default:

  • The radio attempts to read tags on all antennas. This can be adjusted using the Antennas object when setting the mode.

  • The radio reports all unique tags. This can be adjusted using the Filter object when setting the mode.

Inventory

Inventory mode configures the radio to read tags and report all unique tags for each antenna on a periodic interval. Additional meta-data (i.e., peak RSSI and number of reads for each antenna during the interval) is reported.

Default:

  • The radio attempts to read tags on all antennas. This can be adjusted using the Antennas object when setting the mode.

  • The radio reports all unique tags once. This can be adjusted using the Filter object when setting the mode.

  • The radio reports tags every second. This can be adjusted using the Interval object when setting the mode.

Portal

Portal mode configures the radio to report all unique tags that pass by each antenna immediately following a GPI event. The GPI event signals the beginning of the read period. As soon as the GPI event triggers the radio, the radio continues to read tags until no new unique tags are read for a configurable stop interval. Once the radio stops reading tags, it waits for the next GPI event to start the process again.

Note

Portal mode is only applicable to FX7500 and FX9600 Readere

Default:

  • The radio attempts to read tags on all antennas. This can be adjusted using the Antennas object when setting the mode.

  • The radio reports all unique tags once. This can be adjusted using the Filter object when setting the mode.

  • The radio waits for a LOW signal on GPI 1. This can be adjusted using the StartTrigger object when setting the mode.

  • The radio continues to read until no new unique tags have been read for 3 seconds. This can be adjusted using the StopInterval object when setting the mode.

Directionality

Directionality mode configures the radio to read tags and report zone transitions based on their movement. For more information on Directionality, refer to Portal Directionality Deployment Guide.

Conveyer

Conveyer mode configures the radio to read tags and report all unique tags for each antenna.

Default:

  • The radio attempts to read tags on all antennas. This can be adjusted using the Antennas object when setting the mode.

  • The radio reports all unique tags once. This can be adjusted using the Filter object when setting the mode.

Directionality

Directionality mode configures the radio to read tags and report zone transitions based on their movement. For more information on Directionality, refer to Portal Directionality Deployment Guide.

Custom

Custom mode provides all the low-level options to configures the radio and is designed for advanced user.