Signal List
Signals are boolean conditions that can be used in event equations. A signal is either active (1/HIGH) or inactive (0/LOW).
Signal Types Overview
| Type | Range | Count | Description |
|---|---|---|---|
A | A00–A01 | 2 | Socket connection signals |
C | C00–C99 | 100 | Counter threshold signals |
E | E00–E99 | 100 | Event activation signals |
F | F00–F49 | 50 | Fixed system signals |
G | G00–G49 | 50 | General system signals |
IP | IP1 | 1 | Digital input signal |
J | J00–J09 | 10 | Heading change signals |
N | N00–N04 | 5 | GNSS acceleration threshold signals (Under Development) |
Q | Q00–Q99 | 100 | Authorized iButton signals |
R | R00–RZ9 | 360 | Polygonal region signals |
S | S00–S09 | 10 | Speed threshold signals |
TD | TD0–TD9 | 10 | Time & distance signals |
TO | TO0–TO9 | 10 | OneWire temperature signals |
U | U00–U99 | 100 | User-defined signals |
XP | XP1–XP2 | 2 | Digital output signals |
Total: 840+ signals
F — Fixed System Signals
These signals are set by the firmware based on hardware and system state.
| Signal | Description |
|---|---|
F00 | Ignition input active (IP1 LOW) |
F01 | Valid GNSS fix available |
F02 | Modem is in roaming mode |
F03 | Modem registered on GSM network |
F05 | Modem registered on GPRS/data network |
F08 | SIM card is inserted and detected |
F11 | Power Saving Mode session has ended |
F12 | Accelerometer detects motion |
F13 | External power (vehicle supply) present |
F14 | Cellular cell ID has changed |
F15 | Internal battery is low |
F16 | Accelerometer detects hard motion / harsh event |
F18 | Any iButton connected to OneWire bus |
F19 | Authorized iButton detected |
F21 | OneWire temperature exceeded critical threshold |
F22 | No GNSS fix for more than 1 hour |
F23 | GPS/cellular jamming detected |
G — General System Signals
| Signal | Description |
|---|---|
G00 | Safe Engine Cut-Off is enabled |
G01 | SECO output has been activated |
G02 | SECO sequence is running |
G03 | Application has restarted |
G04 | Jamming condition is persisting |
G05 | Vehicle is idle (engine on, no movement) |
G07 | Towing detected (motion without ignition) |
G15 | Power Saving Mode has been scheduled |
G16 | Power Saving Mode schedule was canceled |
G27 | Speed exceeds configured limit |
G35 | Excessive fuel consumption detected by Technoton thresholds |
G36 | Technoton fuel sensor connected |
G37 | Fuelling event detected by Technoton thresholds |
G40 | Device has entered a configured region |
G41 | Device has exited a configured region |
A — Socket Signals
| Signal | Description |
|---|---|
A00 | Socket 0 connected to destination |
A01 | Socket 1 connected to destination |
IP — Digital Input
| Signal | Description |
|---|---|
IP1 | Digital Input 1 — active when voltage is 0–2 V |
XP — Digital Outputs
| Signal | Description |
|---|---|
XP1 | Digital Output 1 state |
XP2 | Digital Output 2 state |
S — Speed Threshold Signals
10 configurable speed thresholds (S00–S09). Configure with the GS command.
| Signal | Description |
|---|---|
S00–S09 | Active when vehicle speed exceeds the configured threshold |
J — Heading Signals
10 configurable heading change thresholds (J00–J09). Configure with the XAGH command.
| Signal | Description |
|---|---|
J00–J09 | Active when heading change exceeds the configured delta |
N — Acceleration Threshold Signals (Under Development)
5 configurable GNSS-based acceleration thresholds (N00–N04). Configure with the XAGN command.
Each slot monitors the signed instantaneous acceleration (speed change per second) derived from consecutive GNSS speed readings.
| Signal | Description |
|---|---|
N00–N04 | Active when measured acceleration meets the configured signed threshold (mph/s) |
Signal behavior:
- Positive threshold (
+): signal activates when acceleration ≥ threshold (hard acceleration). - Negative threshold (
-): signal activates when acceleration ≤ threshold (hard braking).
TD — Time & Distance Signals
10 configurable time and distance triggers (TD0–TD9). Configure with the TD command.
| Signal | Description |
|---|---|
TD0–TD9 | Active when the time or distance condition is met |
TO — OneWire Temperature Signals
10 temperature sensor threshold signals (TO0–TO9). Configure with XATO.
| Signal | Description |
|---|---|
TO0–TO9 | Active when temperature threshold is exceeded for sensor slot 0–9 |
Q — Authorized iButton Signals
100 signals for individual authorized iButtons (Q00–Q99).
| Signal | Description |
|---|---|
Q00–Q99 | Active when the specific authorized iButton is connected |
R — Region Signals
360 region membership signals (R00–RZ9). Configure regions with the GR command.
| Signal | Range | Count |
|---|---|---|
R00–R99 | Numeric | 100 |
RA0–RZ9 | Alphanumeric | 260 |
U — User Signals
100 user-defined signals (U00–U99). Set manually via the SS command.
| Signal | Description |
|---|---|
U00–U99 | User-defined signals that can be manually set or cleared |
Setting User Signals
User signals (U00–U99) can be manually set or cleared:
>SSSU001< ← Set U00 to 1 (active)
>SSSU000< ← Set U00 to 0 (inactive)
Use the SS command (Signal Status) for querying and setting user signals.
C — Counter Threshold Signals
100 counter signals (C00–C99). Active when the corresponding counter (GC command) reaches its threshold.
| Signal | Description |
|---|---|
C00–C99 | Active when the corresponding counter reaches its configured threshold |
E — Event Signals
100 event activation signals (E00–E99). Active when the corresponding event fires.
Signal Ban (XAQQ)
The signal ban mechanism prevents a signal from firing too frequently. See XAQQ.
Signal Persistence (XASP)
Signals can be configured with a delay before transitioning. See XASP.