5G SENS GPIO - Configuration

The application behaviour can be customised via two methods for configuration:

  • Parameters
    The application parameters control the primary aspects of the application

  • User configuration file
    The user configuration file enables fine-grained customisation of the application behaviour
    (e.g. enabling/disabling individual sensors). Please contact support to receive detailed documentation about the user configuration file, its format and options.

Parameters

Please note, the following description considers an ideal behaviour in terms of times and durations. In reality, there will be smaller delays and inaccuracies due to the cellular network as well as due to run time on the device's microcontroller in the order of a minute.

pxtime

Denotes the length of the intervals after which the device sends a telemetry message

pxtime

Denotes the length of the intervals after which the device sends a telemetry message

Value range

  • Must be an integer

  • The pxtime value is specified in minutes and must be smaller or equal to 1440

  • If pmode is set to 0, this setting has no effect

Example

cid

A custom identifier that will be attached to all telemetry records of the device. After a value was assigned to a device, it can be used instead of the device ID to analyse telemetry data via the Exelonix backend.

cid

A custom identifier that will be attached to all telemetry records of the device. After a value was assigned to a device, it can be used instead of the device ID to analyse telemetry data via the Exelonix backend.

Value range

  • Must be a string with a maximum length of 32 characters

  • Only characters a-zA-Z0-9.- are permitted