Skip to main content
Omnitracs Knowledge Base

T.3.11.0

T.3.11.0 - Tire Pressure Monitoring (TPM) Event

Overview

This transaction type is published via the Services Portal whenever a TPM-configured MCP has determined that an event should be returned to the host:

  • when the MCP validates a tire pressure status
  • when the MCP detects transition of ignition status
  • or as otherwise configured by periodic interval
Schema

The following diagram illustrates the transaction type's XML schema. Some of the Shared Complex Types are referenced within the transaction type.
T.3.11.0.JPG
 

Sample XML Transaction

<T.3.11.0>

 <eventTS>2012-10-06T14:31:52Z</eventTS>

 <equipment mobileType="5" ID="TRUCK34" unitAddress="0105082431" equipType="tractor"/>

 <equipment mobileType="10" ID="TRLR100" unitAddress="0120001077" equipType="trailer"/>

 <position lat="40.155833333" lon="-75.827777778" posTS="2006-09-11T18:22:38Z"/>

 <odometer>120579.5</odometer>

 <driverID>RON</driverID>

 <reportReason>IGNITION ON</reportReason>

 <vendorDetected>PPRO</vendorDetected>

 <compositeStatus>GREEN</compositeStatus>

 <tireReport equipType="TRACTOR" axleID="1" columnID="1" pressure="110.2" temperature="80.2" state="N"/>

 <tireReport equipType="TRACTOR" axleID="1" columnID="2" pressure="107.0" temperature="82.3" state="N"/>

 <tireReport equipType="TRACTOR" axleID="2" columnID="1" pressure="110.0" temperature="82.0" state="N"/>

 <tireReport equipType="TRACTOR" axleID="2" columnID="2" pressure="110.3" temperature="80.5" state="N"/>

 <tireReport equipType="TRACTOR" axleID="2" columnID="3" pressure="118.0" temperature="77.2" state="N"/>

 <tireReport equipType="TRACTOR" axleID="2" columnID="4" pressure="111.3" temperature="90.4" state="N"/>

 <tireReport equipType="TRACTOR" axleID="3" columnID="1" pressure="110.0" temperature="90.6" state="N"/>

 <tireReport equipType="TRACTOR" axleID="3" columnID="2" pressure="75.4" temperature="80.8" state="N"/>

 <tireReport equipType="TRACTOR" axleID="3" columnID="3" pressure="98.5" temperature="82.9" state="N"/>

 <tireReport equipType="TRACTOR" axleID="3" columnID="4" pressure="100.6" temperature="81.3" state="N"/>

</T.3.11.0>

  • Was this article helpful?