Class AccelEventSettings

The threshold and count values for a configured sensor event in acceleration logger mode.

Parameters

Name Description
EnableDisable byte
A bitmask indicating which sensor events are enabled for this event type. Each bit corresponds to one of the types below, where bit 0 = SimpleThresUpperLim1 and bit 3 = ChangeThresRise2. A value of 1 indicates that the threshold is enabled, and a value of 0 indicates that it is disabled.
SimpleThresUpperLim1 uint16
The event will trigger when the sensor value is greater than or equal to this threshold. This is the first of two possible thresholds.
SimpleThresUpperLim2 uint16
The event will trigger when the sensor value is greater than or equal to this threshold. This is the second of two possible thresholds.
ChangeThresRise1 uint16
The event will trigger when the difference between consecutive samples is greater than or equal to this threshold. This is the first of two possible thresholds.
ChangeThresRise2 uint16
The event will trigger when the difference between consecutive samples is greater than or equal to this threshold. This is the second of two possible thresholds.

Requirements

KioWare for Windows version 8.16 or greater.