Skip to main content
Omnitracs Knowledge Base

Alert Map

Information about an Alert Map is implemented in the AlertMap object.  The attributes of the AlertMap object are:

 

Attribute

 

 

Description

 

values

The Alert Map is a character string that represents configuration for monitoring plan alerts with values 0-3.
"0" = None
"1" = Low
"2" = Medium
"3" = High

Each alert preference contains three different representations and are sequentially stored.
The representations are Management Group, Vehicle Dispatcher and Notification Group.
For example, if the first three characters are "130". That would mean that the alert levels for the Cargo Loaded alert preference are:
Management Group - Low
Notification Group - High
Vehicle Dispatcher - None

The following alert values are returned in fixed order for TT100 devices:
Connect to Omni Equipment
Disconnect From Omni Equipment
Disconnect From Omni Equipment @ Unknown Drop Point
Incorrect Reefer Set Point
Reefer Return Temp Out-of-Range
Reefer Shutdown
Any Other Reefer Alarm
Reefer Status Not Received

The following alert values are returned in fixed order for TT150 devices:
Power On
Power Off
Battery Needs Charge
Mileage Counter Exceeded

The following alert values are returned in fixed order for TT200/210 devices:
Cargo Loaded
Cargo Unloaded
Sensor 3 Open
Sensor 3 Closed
Sensor 3 at Unknown Drop Point
Sensor 4 Open
Sensor 4 Closed
Beginning of Trip
End of Trip
Extended End of Trip
Power On
Power Off
Connect to Omni Equipment
Disconnect from Omni Equipment
Disconnect from Omni Equipment at Unknown Drop Point
Battery Needs Charge
Battery Needs Replacement
Reefer Check Alarm
Reefer Cautionary Alarm
Reefer Critical Alarm
Reefer Shutdown Alarm
Reefer Temperature
Reefer Fuel Low
Reefer Set Point
Mileage Counter Exceeded

The following alert values are returned in fixed order for TTID devices:
Connect to Omni Equipment
Disconnect From Omni Equipment
Disconnect From Omni Equipment @ Unknown Drop Point

mobileType

The type of device the alert map pertains to:
"10" - TT200/210
"11" - TT100
"12" - TT150
"15" - TTID

WSDL Definition

AlertMap object as defined in the WSDL

<complexType name="AlertMap">

   <sequence>

      <element name="values" nillable="true" type="xsd:string" />

      <element name="mobileType" nillable="true" type="xsd:string" />

   </sequence>

</complexType>




 

XML Sample

AlertMap object in XML.

<AlertMap>

   <value>000000000000</value>

   <mobileType>12</mobileType>

</AlertMap>

  • Was this article helpful?