T.3.06.0 - Trailer ABS-detected Connect / Disconnect Event
Overview
This transaction type is published by the Services Portal (QTRACS license required) whenever a connect / disconnect event is detected courtesy of the AntiLock Brake System (ABS) on a trailer that is connected to a tractor equipped with a MCP.
Schema
The following diagram illustrates the transaction type's XML schema. Some of the Shared Complex Types are referenced within the transaction type.

Sample XML Transactions
Indicates that a connect has been detected.
|
<T.3.06.0>
<eventTS>2011-08-08T23:30:26.0Z</eventTS>
<equipment unitAddress="105000001" equipType="tractor" />
<position lat="35.237222" lon="-80.923194" posTS="2011-08-08T23:30:22Z"/>
<posType>3</posType>
<ignitionStatus>1</ignitionStatus>
<tripStatus>O</tripStatus>
<speed>0</speed>
<heading>0</heading>
<GMH>1234588</GMH>
<trailerABSEvent>1</trailerABSEvent>
<trailerABSOdometer>150663</trailerABSOdometer>
<trailerABSMake>Meritor Wabco</trailerABSMake>
<trailerABSModel>KWP2000 TCSII VIN</trailerABSModel>
<trailerABSSerial>58971ABR-L</trailerABSSerial>
<trailerABSVIN>CustomerEnteredVIN</trailerABSVIN>
</T.3.06.0>
|