Skip to main content
Omnitracs Knowledge Base

Trailer Monitoring Plan

Information about a Trailer Monitoring Plan is implemented in the TrailerMonPlan object.  The attributes of the TrailerMonPlan object are:

 

Attribute

 

 

Description

 

id

A string of maximum length 4 that indicates the identifier of the monitoring plan.

desc

A string of maximum length 20 that contains a description of the monitoring plan.

override

A string indicating whether or not a monitoring plan override is in effect.  Possible values are:
Y Monitoring plan override in affect
N Monitoring plan override not in affect                                     

compat

A string indicating whether or not a trailer is compatible with the monitoring plan's sensor requirements.  Possible values are:
0 Trailer is compatible with monitoring plan sensor requirements.
1 Trailer is compatible; it is violating preferred sensor(s) requirement. 
2 Trailer is incompatible; it is violating required sensor requirements.

optNotGrp

A string of maximum length 10 that contains the optional notification group for a trailer.   The optional notifcation group must be a defined TrailerTRACS user group.  Alerts shall be sent to users within the group as specified by the monitoring plan.

WSDL Definition

Here is how the Trailer Monitoring Plan object is defined in the WSDL

<complexType name="TrailerMonPlan">

   <sequence>

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

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

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

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

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

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

   </sequence>

</complexType>

 

XML Sample

Here is how the Trailer Monitoring Plan object will look in XML.

<trlrMonPlan>

   <id>GT3</id>

   <desc>gw test 3</desc>

   <override>Y</override>

   <compat>0</compat>

   <manageGrp>JTB</manageGrp>

   <optNotGrp />

</trlrMonPlan>

  • Was this article helpful?