Skip to main content
Omnitracs Knowledge Base

T.3.07.0

T.3.07.0 -  Mobile Exact Fuel Event

Overview

 

This transaction type is published by the Services Portal (an Exact Fuel application license is required) whenever a Fuel Event is returned from an MCP-equipped tractor at Ignition Toggle or Timer Expiration. The purpose of the event is to provide notice via integration of the vehicle's fuel level. 

 

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.07.0Updated.jpg

 

(info)  Note that the tankCapacity and tankCurrentLevel elements are defined for future use and will not be available in the initial implementation.

 

Sample XML Transaction

 

<T.3.07.0>

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

  <equipment ID="242" unitAddress="0105082431" equipType="tractor"/>

  <driverID>JDOE</driverID>

  <position lon="-77.543889" lat="43.106944" posTS="2009-10-06T14:31:52Z"/>

  <speed>55</speed>

  <heading>135.00</heading>

  <odometer>65478</odometer>

  <ignitionStatus>1</ignitionStatus>

  <efReportReason>1</efReportReason>

  <efFuelTankLevel>

    <tankID>1</tankID>

    <tankCapacity>175</tankCapacity>

    <tankCurrentPercentFull>50</tankCurrentPercentFull>

    <tankCurrentLevel>87</tankCurrentLevel>

  </efFuelTankLevel>

  <efFuelTankLevel>

    <tankID>2</tankID>

    <tankCurrentPercentFull>60</tankCurrentPercentFull>

  </efFuelTankLevel>

</T.3.07.0>

  • Was this article helpful?