Attribute Name |
Type |
Field Size |
Description |
Required |
int |
4 |
Unique internal DB Identifier of the GPS status record. |
Required | |
int |
4 |
Unique internal DB Identifier of the Route record. Must exist on the FWRoute table. |
| |
datetime |
8 |
Date/ time stamp reported in the GPS Message. |
| |
float |
8 |
In conjunction with Longitude attribute, provides geographic position of address. For use with non-geocodable addresses, or in longhaul situations where the map does not support geocoding. |
| |
float |
8 |
In conjunction with Latitude, provides geographic position of address. For use with non-geocodable addresses, or in longhaul situations where the map does not support geocoding. |
| |
int |
4 |
See ModifiedBy. |
| |
datetime |
8 |
See ModifyDate. |
| |
nvarchar |
50 |
Business key to identify the Resource this GPS status refers to. Must exist on the FWResource table. |
| |
bit |
1 |
Indicates if this GPS reports Ignition on or off. · 0 - Off · 1 - On · Null – not reported |
| |
float |
8 |
Stores the odometer reading reported in the incoming gps status message |
| |
bit |
1 |
Indicates if this GPS reports a unscheduled stop on or off · 0 - Off · 1 - On · Null – not reported |
| |
float |
8 |
Stores the speed reported in the GPS Status message |
| |
nvarchar |
50 |
Stores the direction reported in the GPS Status message |
| |
nvarchar |
50 |
Stores the DriverKey reported in the GPS Status message |
| |
nvarchar |
50 |
Stores the TractorKey reported in the GPS Status message |
| |
nvarchar |
50 |
Stores the TrailerKey reported in the GPS Status message |
| |
float |
8 |
Stores the Temperature reported in the GPS Status message |
| |
int |
4 |
StopID the gps message is related to |
| |
int |
4 |
Beginning odometer of the vehicle |
| |
float |
8 |
Ending odometer of the vehicle |
| |
nvarchar |
100 |
Time zone of last reported time |
| |
datetime |
8 |
Time stamp of the gps status in UTC |
| |
nvarchar |
20 |
Allows wGLN to detect whether the submitted status information was sent by driver, black box or ASU |
| |
int |
4 |
Stores the counter for AVL parameters |
|