Difference between revisions of "PublicHome/Software/Products/SplTools"

Line 6: Line 6:
  
 
SpartanLync Tools gives Geotab customers the ability to Discover, Monitor, and Report on SpartanLync devices and sensors installed into fleets of vehicles installed with a Geotab GO device.  
 
SpartanLync Tools gives Geotab customers the ability to Discover, Monitor, and Report on SpartanLync devices and sensors installed into fleets of vehicles installed with a Geotab GO device.  
 
The app graphically and tabularily reports on SpartanLync TPMS / Temptrac Pressure and Temperature sensor data values. The current or historical sensor data can then be exported for CSV download into Excel.
 
 
Additionally, real-time vehicle location and fault history is easily shown for installation troubleshooting and fleet monitoring.
 
  
 
<gallery mode=packed heights=250px>
 
<gallery mode=packed heights=250px>
Line 19: Line 15:
 
File:SplTools_Mobile_Multi-Lang-Timesone.jpg|Multi-Language and Timezone support
 
File:SplTools_Mobile_Multi-Lang-Timesone.jpg|Multi-Language and Timezone support
 
</gallery>
 
</gallery>
 +
 +
The app graphically and tabularily reports on SpartanLync TPMS / Temptrac Pressure and Temperature sensor data values. The current or historical sensor data can then be exported for CSV download into Excel.
 +
 +
Additionally, real-time vehicle location and fault history is easily shown for installation troubleshooting and fleet monitoring.
  
 
== Installation / Operating with a Geotab Database ==
 
== Installation / Operating with a Geotab Database ==
  
SpartanLync Tools requires a Geotab database from which to operate, and provides users with two ways to access SpartanLync sensor data;
+
SpartanLync Tools requires a Geotab database from which to operate, and provides users with two ways to access SpartanLync sensor data:
  
* Option 1.  
+
=== Option 1. ===
 
Using the [https://my.geotab.com MyGeotab] web-based fleet management software, a Geotab customer with Administrator privileges can install SpartanLync Tools as an Add-in using the JSON code below, which is copy/pasted to the following MyGeotab screen <strong class="tiny">( Administration -> System -> System Settings -> Add-Ins Tab -> New Add-In button )</strong>.
 
Using the [https://my.geotab.com MyGeotab] web-based fleet management software, a Geotab customer with Administrator privileges can install SpartanLync Tools as an Add-in using the JSON code below, which is copy/pasted to the following MyGeotab screen <strong class="tiny">( Administration -> System -> System Settings -> Add-Ins Tab -> New Add-In button )</strong>.
  
<code>
+
<pre>
{
+
{  
 
   "name": "SpartanLync Tools (Beta)",
 
   "name": "SpartanLync Tools (Beta)",
 
   "supportEmail": "lmitchell@spartanlync.com",
 
   "supportEmail": "lmitchell@spartanlync.com",
Line 41: Line 41:
 
   }]
 
   }]
 
}
 
}
</code>
+
</pre>
 
 
 
 
<strong>OR</strong>
 
 
 
  
* Option 2.  
+
=== Option 2. ===
 
Click on our [https://help.spartansense.com/geotab/ SpartanLync Tools Production Site] and securely login with your Geotab customer database name and credentials.
 
Click on our [https://help.spartansense.com/geotab/ SpartanLync Tools Production Site] and securely login with your Geotab customer database name and credentials.
  

Revision as of 05:35, 21 September 2019

SpartanLync Tools (MyGeotab App Integration) documentation available to SpartanLync Customers and Partners

What is SpartanLync Tools

SpartanLync Tools is a Mobile, Tablet and Desktop Web Application that operates as a MyGetoab plugin, technically called an Add-In, within the MyGeotab platform.

SpartanLync Tools gives Geotab customers the ability to Discover, Monitor, and Report on SpartanLync devices and sensors installed into fleets of vehicles installed with a Geotab GO device.

The app graphically and tabularily reports on SpartanLync TPMS / Temptrac Pressure and Temperature sensor data values. The current or historical sensor data can then be exported for CSV download into Excel.

Additionally, real-time vehicle location and fault history is easily shown for installation troubleshooting and fleet monitoring.

Installation / Operating with a Geotab Database

SpartanLync Tools requires a Geotab database from which to operate, and provides users with two ways to access SpartanLync sensor data:

Option 1.

Using the MyGeotab web-based fleet management software, a Geotab customer with Administrator privileges can install SpartanLync Tools as an Add-in using the JSON code below, which is copy/pasted to the following MyGeotab screen ( Administration -> System -> System Settings -> Add-Ins Tab -> New Add-In button ).

{ 
  "name": "SpartanLync Tools (Beta)",
  "supportEmail": "lmitchell@spartanlync.com",
  "version": "1.0.0",
  "items": [{
    "url": "https://help.spartansense.com/geotab/spltools/splgeotabtools.html",
    "path": "",
    "menuName": {
      "en": "SpartanLync Tools (Beta)"
    },
    "icon": "https://help.spartansense.com/geotab/spltools/images/spllogo.svg"
  }]
}

Option 2.

Click on our SpartanLync Tools Production Site and securely login with your Geotab customer database name and credentials.


SpartanLync Tools Documents

Product / Support

  • [SpartanLync Tools User Document]

Sites