Jump to content

Alert IDs: Difference between revisions

From Transight Wiki
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 2: Line 2:
Alert IDs (or Event IDs) are unique numerical or coded identifiers assigned to specific events or alerts. These IDs help the server, software, or system quickly recognize and categorize the type of event being reported by the device.
Alert IDs (or Event IDs) are unique numerical or coded identifiers assigned to specific events or alerts. These IDs help the server, software, or system quickly recognize and categorize the type of event being reported by the device.


{| class="wikitable" style="width:60%; border-collapse: collapse; border: 1px solid #800020; border-radius: 8px; box-shadow: 4px 4px 12px rgba(0,0,0,0.3); font-family: Arial, sans-serif; text-align: center;"
{| class="wikitable" style="width:100%; border-collapse: collapse; border: 1px solid #680022; border-radius: 8px; box-shadow: 4px 4px 12px rgba(0,0,0,0.3); font-family: Arial, sans-serif; text-align: center;"
|-
|-
! style="background: linear-gradient(to bottom, #a40000, #800020); color: white; padding: 12px; border-bottom: 2px solid #600010;" | Alert Name
! style="background: linear-gradient(to bottom, #a40000, #680022); color: white; padding: 12px; border-bottom: 2px solid #600010;" | Alert Name
! style="background: linear-gradient(to bottom, #a40000, #800020); color: white; padding: 12px; border-bottom: 2px solid #600010;white-space:nowrap;" | Alert ID
! style="background: linear-gradient(to bottom, #a40000, #680022); color: white; padding: 12px; border-bottom: 2px solid #600010;white-space:nowrap;" | Alert ID
! style="background: linear-gradient(to bottom, #a40000, #800020); color: white; padding: 12px; border-bottom: 2px solid #600010;" | Description
! style="background: linear-gradient(to bottom, #a40000, #680022); color: white; padding: 12px; border-bottom: 2px solid #600010;" | Description
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''LIVE PACKET'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''LIVE PACKET'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''1'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''1'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Real-time location and status data
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>Real-time location and status data</div>
  <div class="mw-collapsible-content">
    <p>
      Real-time GPS coordinates, speed, ignition state, and other status information are transmitted from the device to the server at the configured update rate(CUUR,CUURT,CUURS). This ensures live monitoring of the vehicle’s movement and operational status.
    </p>
  </div>
</div>
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''Reserved'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''HISTORY PACKET'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''2'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''2'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Not Applicable
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>Stored Packets during no network coverage</div>
  <div class="mw-collapsible-content">
    <p>
      Data packets that were stored in the device during periods of no network coverage are automatically uploaded once connectivity is restored. This prevents data loss and provides a continuous travel history.
    </p>
  </div>
</div>
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''Main Power Disconnected'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''MAIN POWER DISCONNECTED'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''3'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''3'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Device is disconnected from Main Power Supply
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>Device is disconnected from Main Power Supply</div>
  <div class="mw-collapsible-content">
    <p>
      Triggered when the external main power supply (vehicle battery) is disconnected from the device. Indicates possible tampering or power failure.
    </p>
  </div>
</div>
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''Internal Battery Low'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''INTERNAL BATTERY LOW'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''4'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''4'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Internal backup battery level is critically low
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>Internal backup battery level is critically low</div>
  <div class="mw-collapsible-content">
    <p>
      Alert generated when the device’s internal backup battery level falls below a critical threshold, warning that backup power may soon run out.
    </p>
  </div>
</div>
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''Internal Battery Charged'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''INTERNAL BATTERY CHARGED'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''5'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''5'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | internal backup battery has reached sufficient charge level.
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>internal backup battery has reached sufficient charge level.</div>
  <div class="mw-collapsible-content">
    <p>
      Indicates that the device’s internal backup battery has been successfully recharged to a safe operating level while connected to the main power supply.
    </p>
  </div>
</div>
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''Main Power Connected'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''MAIN POWER CONNECTED'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''6'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''6'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Device is connected to Main Power Supply
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>Device is connected to Main Power Supply</div>
  <div class="mw-collapsible-content">
    <p>
      Notification that the device is successfully connected back to the external main power supply and operating on it.
    </p>
  </div>
</div>
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''IGNITION ON'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''IGNITION ON'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''7'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''7'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Vehicle ignition ON
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>Vehicle ignition ON</div>
  <div class="mw-collapsible-content">
    <p>
      Generated when the vehicle’s ignition is switched ON, marking the start of a trip or vehicle usage.
    </p>
  </div>
</div>
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''IGNITION OFF'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''IGNITION OFF'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''8'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''8'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Vehicle ignition OFF
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>Vehicle ignition OFF</div>
  <div class="mw-collapsible-content">
    <p>
      Generated when the vehicle’s ignition is switched OFF, marking the end of a trip or vehicle going to sleep mode.
    </p>
  </div>
</div>
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''HARSH BRAKE'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''HARSH BRAKE'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''13'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''13'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Vehicle decelerates rapidly beyond a set threshold
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>Vehicle decelerates rapidly beyond a set threshold</div>
  <div class="mw-collapsible-content">
    <p>
    Detected when the vehicle decelerates abruptly beyond a pre-set threshold, indicating risky driving behavior whenever harsh braking exceeds the value configured in HBT
    </p>
  </div>
</div>
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''HARSH ACCELERATION'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''HARSH ACCELERATION'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''14'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''14'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Vehicle accelerates rapidly beyond a set threshold
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>Vehicle accelerates rapidly beyond a set threshold</div>
  <div class="mw-collapsible-content">
    <p>
      Triggered when the vehicle accelerates too quickly beyond a defined safety threshold, indicating aggressive driving. This alert is generated whenever the vehicle’s harsh acceleration exceeds the value configured in HAT.
    </p>
  </div>
</div>
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''RASH TURN'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''RASH TURN'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''15'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''15'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Vehicle makes a sudden, high-speed, or aggressive turn that exceeds safety thresholds
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>Vehicle makes a sudden turn</div>
  <div class="mw-collapsible-content">
    <p>
    Activated when the vehicle makes a sudden, sharp, or high-speed turn that exceeds safe driving parameters, used for driver behavior monitoring. This alert is generated whenever the vehicle’s rash turning exceeds the value configured in RTT.
    </p>
  </div>
</div>
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''OVER SPEED'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''OVER SPEED'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''17'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''17'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Vehicle exceeds a predefined speed limit
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>Vehicle exceeds a predefined speed limit</div>
  <div class="mw-collapsible-content">
    <p>
      Sent when the vehicle exceeds a predefined speed limit. The threshold is configurable (CUSL) based on driving policies.
    </p>
  </div>
</div>
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''GEOFENCE ENTRY'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''GEOFENCE ENTRY'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''18'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''18'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Vehicle enters a predefined virtual boundary (geofence)
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>Vehicle enters a predefined virtual boundary (geofence)</div>
  <div class="mw-collapsible-content">
    <p>
      Alert when the vehicle enters a pre-defined virtual boundary (geofence). Useful for monitoring entry into restricted or designated areas.
    </p>
  </div>
</div>
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''GEOFENCE EXIT'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''GEOFENCE EXIT'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''19'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''19'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Vehicle leaves a predefined virtual boundary (geofence)
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
|-
  <div>Vehicle leaves a predefined virtual boundary (geofence)</div>
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''OVER SPEED'''
  <div class="mw-collapsible-content">
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''20'''
    <p>
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Vehicle’s current speed exceeds the predefined speed limit
      Alert when the vehicle exits a pre-defined geofence boundary. Helps track unauthorized movement outside allowed zones.
    </p>
  </div>
</div>
|-
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''TILT'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''TILT'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''22'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''22'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | Vehicle’s orientation angle is cahnged beyond a predefined threshold
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>Vehicle’s orientation angle is cahnged beyond a predefined threshold</div>
  <div class="mw-collapsible-content">
    <p>
      Generated when the vehicle’s orientation angle changes beyond a safe threshold (e.g., rollover risk, towing, or unusual tilting movement). This alert is triggered whenever the device is tilted by more than the configured CUTA angle from the reference position
    </p>
  </div>
</div>
|-
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''SYSTEM RESET'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | '''24'''
| style="padding: 10px; background-color: #f0f0f0; border: 1px inset #ccc;" | <div class="mw-collapsible mw-collapsed" style="width:400px; padding:6px;">
  <div>System restart information</div>
  <div class="mw-collapsible-content">
    <p>
      Notification that the device has undergone a system reset, either manually by command or automatically due to internal conditions.
    </p>
  </div>
</div>
 
|}
|}

Latest revision as of 10:47, 12 March 2026

Description

Alert IDs (or Event IDs) are unique numerical or coded identifiers assigned to specific events or alerts. These IDs help the server, software, or system quickly recognize and categorize the type of event being reported by the device.

Alert Name Alert ID Description
LIVE PACKET 1
Real-time location and status data

Real-time GPS coordinates, speed, ignition state, and other status information are transmitted from the device to the server at the configured update rate(CUUR,CUURT,CUURS). This ensures live monitoring of the vehicle’s movement and operational status.

HISTORY PACKET 2
Stored Packets during no network coverage

Data packets that were stored in the device during periods of no network coverage are automatically uploaded once connectivity is restored. This prevents data loss and provides a continuous travel history.

MAIN POWER DISCONNECTED 3
Device is disconnected from Main Power Supply

Triggered when the external main power supply (vehicle battery) is disconnected from the device. Indicates possible tampering or power failure.

INTERNAL BATTERY LOW 4
Internal backup battery level is critically low

Alert generated when the device’s internal backup battery level falls below a critical threshold, warning that backup power may soon run out.

INTERNAL BATTERY CHARGED 5
internal backup battery has reached sufficient charge level.

Indicates that the device’s internal backup battery has been successfully recharged to a safe operating level while connected to the main power supply.

MAIN POWER CONNECTED 6
Device is connected to Main Power Supply

Notification that the device is successfully connected back to the external main power supply and operating on it.

IGNITION ON 7
Vehicle ignition ON

Generated when the vehicle’s ignition is switched ON, marking the start of a trip or vehicle usage.

IGNITION OFF 8
Vehicle ignition OFF

Generated when the vehicle’s ignition is switched OFF, marking the end of a trip or vehicle going to sleep mode.

HARSH BRAKE 13
Vehicle decelerates rapidly beyond a set threshold

Detected when the vehicle decelerates abruptly beyond a pre-set threshold, indicating risky driving behavior whenever harsh braking exceeds the value configured in HBT

HARSH ACCELERATION 14
Vehicle accelerates rapidly beyond a set threshold

Triggered when the vehicle accelerates too quickly beyond a defined safety threshold, indicating aggressive driving. This alert is generated whenever the vehicle’s harsh acceleration exceeds the value configured in HAT.

RASH TURN 15
Vehicle makes a sudden turn

Activated when the vehicle makes a sudden, sharp, or high-speed turn that exceeds safe driving parameters, used for driver behavior monitoring. This alert is generated whenever the vehicle’s rash turning exceeds the value configured in RTT.

OVER SPEED 17
Vehicle exceeds a predefined speed limit

Sent when the vehicle exceeds a predefined speed limit. The threshold is configurable (CUSL) based on driving policies.

GEOFENCE ENTRY 18
Vehicle enters a predefined virtual boundary (geofence)

Alert when the vehicle enters a pre-defined virtual boundary (geofence). Useful for monitoring entry into restricted or designated areas.

GEOFENCE EXIT 19
Vehicle leaves a predefined virtual boundary (geofence)

Alert when the vehicle exits a pre-defined geofence boundary. Helps track unauthorized movement outside allowed zones.

TILT 22
Vehicle’s orientation angle is cahnged beyond a predefined threshold

Generated when the vehicle’s orientation angle changes beyond a safe threshold (e.g., rollover risk, towing, or unusual tilting movement). This alert is triggered whenever the device is tilted by more than the configured CUTA angle from the reference position

SYSTEM RESET 24
System restart information

Notification that the device has undergone a system reset, either manually by command or automatically due to internal conditions.