ELD Integration | OmniTracs

Topic:

How to Import OmniTracs ELD Data Into RapidLog.

OmniTracs:

  • Arguments:
    • /provider (OmniTracs)
    • /companycode (RLCompany Code)
    • /login (OmniTracs username and company code. Format: username@omnitracscompanycode)
    • /password (OmniTracs Password)
    • /depot (a list of specific OmniTracs depots comma separated. Example: 1,45,85)
    • /driver (Driver ID of a specific driver. Should be used with /from and /to flags)
    • /from (Date format yyyy-mm-dd)
    • /to (Date format yyyy-mm-dd)
    • /daysback (defaults to 1)
    • /ignoretz (Set to 1 to ignore the driver’s local time zone in RapidLog)

  • Advanced Arguments:
    • /debug 1
      • /debug 1 enables the debug files to be saved during the download. The debug files are saved in a set of directories under the folder the EobrDownloader.exe file is running in. \HOSDebug\
    • /ui 1
      • /ui 1 will make the GUI show but it will be loaded with the options specified in the Command Line parameters.
    • /fm 1
      • /fm 1 specifies that it will process the Form and Manner violations. These are only available for some of the downloaders
    • /pause 1
      • /pause 1 will cause the EobrDownloader.exe to pause before closing so the output can be observed after running.

  • C:\Windows\RL5.ini Settings (optional):
    • [Directories]
      EobLogImportRoot=C:\ProgramData\RapidLog\Data (Tip: Match this to your Data= line)
    • Note: if this does not exist the downloads will go to \RapidLog\Data\EobLogImport\CompanyCode

  • Example BAT File for All Companies and Providers (prefered method):
    • “C:\Program Files (x86)\RapidLog\DownloadRunner.exe”
      “C:\Program Files (x86)\RapidLog\ForEachCompany.exe” RapidLog.exe [CompanyCode] -L RapidLogFormat
      “C:\Program Files (x86)\RapidLog\ForEachCompany.exe” RapidLog.exe [CompanyCode] -NewAudit HC -MI

  • Example BAT File for a Single Company and Provider:
    • “C:\Program Files (x86)\RapidLog\EobrDownloader.exe” /provider OmniTracs /companycode MYRLCOMPANY /login OmniTracsusername@OmniTracscompanycode /passwordOmniTracspass /daysback 8
      “C:\Program Files (x86)\RapidLog\RapidLog.exe” MYRLCOMPANY -L RapidLogFormat
      “C:\Program Files (x86)\RapidLog\RapidLog.exe” MYRLCOMPANY -NewAudit HC -MI

Instructions:

  1. Add the credentials for the ELD provider on the Company->Configure Download Page in RapidLog.
  2. Edit the Directories section in the C:\Windows\rl5.ini file by adding EobLogImportRoot=Your Data folder.
    • Example: EobLogImportRoot=C:\ProgramData\RapidLog\Data
  3. Open Notepad and setup the download, import and audit.  Save that file as a .bat file.
  4. Open Task Scheduler and schedule the .bat file to run once or twice daily.

ELD Integration | KeepTruckin

Topic:

How to Import KeepTruckin ELD Data Into RapidLog.

KeepTruckin:

  • Arguments:
    • /provider (KeepTruckin)
    • /companycode (RLCompany Code)
    • /apikey (KeepTruckin API Key)
    • /from (defaults to now – 1 day. 89 days back maximum. YYYY-MM-DD format)
    • /daysback (defaults to 1)

  • Advanced Arguments:
    • /debug 1
      • /debug 1 enables the debug files to be saved during the download. The debug files are saved in a set of directories under the folder the EobrDownloader.exe file is running in. \HOSDebug\
    • /ui 1
      • /ui 1 will make the GUI show but it will be loaded with the options specified in the Command Line parameters.
    • /fm 1
      • /fm 1 specifies that it will process the Form and Manner violations. These are only available for some of the downloaders
    • /pause 1
      • /pause 1 will cause the EobrDownloader.exe to pause before closing so the output can be observed after running.

  • C:\Windows\RL5.ini Settings (optional):
    • [Directories]
      EobLogImportRoot=C:\ProgramData\RapidLog\Data (Tip: Match this to your Data= line)
    • Note: if this does not exist the downloads will go to \RapidLog\Data\EobLogImport\CompanyCode

  • Example BAT File for All Companies and Providers (prefered method):
    • “C:\Program Files (x86)\RapidLog\DownloadRunner.exe”
      “C:\Program Files (x86)\RapidLog\ForEachCompany.exe” RapidLog.exe [CompanyCode] -L RapidLogFormat
      “C:\Program Files (x86)\RapidLog\ForEachCompany.exe” RapidLog.exe [CompanyCode] -NewAudit HC -MI

  • Example BAT File for a Single Company and Provider:
    • “C:\Program Files (x86)\RapidLog\EobrDownloader.exe” /provider KeepTruckin /companycode MYRLCOMPANY /apikey KeepTruckinapikey /daysback 8
      “C:\Program Files (x86)\RapidLog\RapidLog.exe” MYRLCOMPANY -L RapidLogFormat
      “C:\Program Files (x86)\RapidLog\RapidLog.exe” MYRLCOMPANY -NewAudit HC -MI

Instructions:

  1. Add the credentials for the ELD provider on the Company->Configure Download Page in RapidLog.
  2. Edit the Directories section in the C:\Windows\rl5.ini file by adding EobLogImportRoot=Your Data folder.
    • Example: EobLogImportRoot=C:\ProgramData\RapidLog\Data
  3. Open Notepad and setup the download, import and audit.  Save that file as a .bat file.
  4. Open Task Scheduler and schedule the .bat file to run once or twice daily.

ELD Integration | GPS Insight

Topic:

How to Import GPS Insight ELD Data Into RapidLog.

GPS Insight:

  • Arguments:
    • /provider (GPSInsight)
    • /companycode (RLCompany Code)
    • /username (GPS Insight Username)
    • /password (GPS Insight Password)
    • /urlcompany (GPS Insight URL Company)
    • /from (defaults to now – 1 day. Date format yyyy-mm-dd )
    • /to (defaults to yesterday. Date format yyyy-mm-dd)
    • /daysback (defaults to 1)

  • Advanced Arguments:
    • /debug 1
      • /debug 1 enables the debug files to be saved during the download. The debug files are saved in a set of directories under the folder the EobrDownloader.exe file is running in. \HOSDebug\
    • /ui 1
      • /ui 1 will make the GUI show but it will be loaded with the options specified in the Command Line parameters.
    • /fm 1
      • /fm 1 specifies that it will process the Form and Manner violations. These are only available for some of the downloaders
    • /pause 1
      • /pause 1 will cause the EobrDownloader.exe to pause before closing so the output can be observed after running.

  • C:\Windows\RL5.ini Settings (optional):
    • [Directories]
      EobLogImportRoot=C:\ProgramData\RapidLog\Data (Tip: Match this to your Data= line)
    • Note: if this does not exist the downloads will go to \RapidLog\Data\EobLogImport\CompanyCode

  • Example BAT File for All Companies and Providers (prefered method):
    • “C:\Program Files (x86)\RapidLog\DownloadRunner.exe”
      “C:\Program Files (x86)\RapidLog\ForEachCompany.exe” RapidLog.exe [CompanyCode] -L RapidLogFormat
      “C:\Program Files (x86)\RapidLog\ForEachCompany.exe” RapidLog.exe [CompanyCode] -NewAudit HC -MI

  • Example BAT File for a Single Company and Provider:
    • “C:\Program Files (x86)\RapidLog\EobrDownloader.exe” /provider GPSInsight /companycode MYRLCOMPANY /username GPSInsightUsername /password GPSInsightPassword /urlcompany GPSInsightURLCompany /daysback 14
      “C:\Program Files (x86)\RapidLog\RapidLog.exe” MYRLCOMPANY -L RapidLogFormat
      “C:\Program Files (x86)\RapidLog\RapidLog.exe” MYRLCOMPANY -NewAudit HC -MI

Instructions:

  1. Add the credentials for the ELD provider on the Company->Configure Download Page in RapidLog.
  2. Edit the Directories section in the C:\Windows\rl5.ini file by adding EobLogImportRoot=Your Data folder.
    • Example: EobLogImportRoot=C:\ProgramData\RapidLog\Data
  3. Open Notepad and setup the download, import and audit.  Save that file as a .bat file.
  4. Open Task Scheduler and schedule the .bat file to run once or twice daily.

ELD Integration | GeoTab

Topic:

How to Import GeoTab ELD Data Into RapidLog.

GeoTab:

  • Arguments:
    • /provider (GeoTab)
    • /companycode (RLCompany Code)
    • /username (GeoTab Username)
    • /password (GeoTab Password)
    • /database (GeoTab Database)
    • /from (defaults to now – 1 day. Date format yyyy-mm-dd )
    • /daysback (defaults to 1)

  • Advanced Arguments:
    • /debug 1
      • /debug 1 enables the debug files to be saved during the download. The debug files are saved in a set of directories under the folder the EobrDownloader.exe file is running in. \HOSDebug\
    • /ui 1
      • /ui 1 will make the GUI show but it will be loaded with the options specified in the Command Line parameters.
    • /fm 1
      • /fm 1 specifies that it will process the Form and Manner violations. These are only available for some of the downloaders
    • /pause 1
      • /pause 1 will cause the EobrDownloader.exe to pause before closing so the output can be observed after running.

  • Selecting Kilometers instead of Miles for the Odometer Values (optional):
    • Open RapidLog and navigate to the Company Page
    • Click on Edit Settings File under the File Management Section on the left side of the screen
    •  Add the following to the top of the file:
      • [GeoTab]
        KeepKm=1
    • Click on  the Save button to save your settings
    • Note: if this does not exist the downloader will default to Miles.

  • C:\Windows\RL5.ini Settings (optional):
    • [Directories]
      EobLogImportRoot=C:\ProgramData\RapidLog\Data (Tip: Match this to your Data= line)
    • Note: if this does not exist the downloads will go to \RapidLog\Data\EobLogImport\CompanyCode

  • Example BAT File for All Companies and Providers (prefered method):
    • “C:\Program Files (x86)\RapidLog\DownloadRunner.exe”
      “C:\Program Files (x86)\RapidLog\ForEachCompany.exe” RapidLog.exe [CompanyCode] -L RapidLogFormat
      “C:\Program Files (x86)\RapidLog\ForEachCompany.exe” RapidLog.exe [CompanyCode] -NewAudit HC -MI

  • Example BAT File for a Single Company and Provider:
    • “C:\Program Files (x86)\RapidLog\EobrDownloader.exe” /provider GeoTab /companycode MYRLCOMPANY /username GeoTabUsername /password GeoTabPassword /database GeoTabDatabase /daysback 8
      “C:\Program Files (x86)\RapidLog\RapidLog.exe” MYRLCOMPANY -L RapidLogFormat
      “C:\Program Files (x86)\RapidLog\RapidLog.exe” MYRLCOMPANY -NewAudit HC -MI

Instructions:

  1. Add the credentials for the ELD provider on the Company->Configure Download Page in RapidLog.
  2. Edit the Directories section in the C:\Windows\rl5.ini file by adding EobLogImportRoot=Your Data folder.
    • Example: EobLogImportRoot=C:\ProgramData\RapidLog\Data
  3. Open Notepad and setup the download, import and audit.  Save that file as a .bat file.
  4. Open Task Scheduler and schedule the .bat file to run once or twice daily.

ELD Integration | CyntrX

Topic:

How to Import CyntrX ELD Data Into RapidLog.

CyntrX:

  • Arguments:
    • /provider (Cyntrx)
    • /companycode (RLCompany Code)
    • /username (Cyntrx Username)
    • /password (Cyntrx Password)
    • /from (defaults to now – 1 day. Date format yyyy-mm-dd )
    • /daysback (defaults to 1)

  • Advanced Arguments:
    • /debug 1
      • /debug 1 enables the debug files to be saved during the download. The debug files are saved in a set of directories under the folder the EobrDownloader.exe file is running in. \HOSDebug\
    • /ui 1
      • /ui 1 will make the GUI show but it will be loaded with the options specified in the Command Line parameters.
    • /fm 1
      • /fm 1 specifies that it will process the Form and Manner violations. These are only available for some of the downloaders
    • /pause 1
      • /pause 1 will cause the EobrDownloader.exe to pause before closing so the output can be observed after running.

  • C:\Windows\RL5.ini Settings (optional):
    • [Directories]
      EobLogImportRoot=C:\ProgramData\RapidLog\Data (Tip: Match this to your Data= line)
    • Note: if this does not exist the downloads will go to \RapidLog\Data\EobLogImport\CompanyCode

  • Example BAT File for All Companies and Providers (prefered method):
    • “C:\Program Files (x86)\RapidLog\DownloadRunner.exe”
      “C:\Program Files (x86)\RapidLog\ForEachCompany.exe” RapidLog.exe [CompanyCode] -L RapidLogFormat
      “C:\Program Files (x86)\RapidLog\ForEachCompany.exe” RapidLog.exe [CompanyCode] -NewAudit HC -MI

  • Example BAT File for a Single Company and Provider:
    • “C:\Program Files (x86)\RapidLog\EobrDownloader.exe” /provider Cyntrx /companycode MYRLCOMPANY /username CyntrxUsername /password CyntrxPassword /daysback 14
      “C:\Program Files (x86)\RapidLog\RapidLog.exe” MYRLCOMPANY -L RapidLogFormat
      “C:\Program Files (x86)\RapidLog\RapidLog.exe” MYRLCOMPANY -NewAudit HC -MI

Instructions:

  1. Add the credentials for the ELD provider on the Company->Configure Download Page in RapidLog.
  2. Edit the Directories section in the C:\Windows\rl5.ini file by adding EobLogImportRoot=Your Data folder.
    • Example: EobLogImportRoot=C:\ProgramData\RapidLog\Data
  3. Open Notepad and setup the download, import and audit.  Save that file as a .bat file.
  4. Open Task Scheduler and schedule the .bat file to run once or twice daily.

ELD Integration | BigRoad

Topic:

How to Import BigRoad ELD Data Into RapidLog.

BigRoad:

  • Arguments:
    • /provider (BigRoad)
    • /companycode (RLCompany Code)
    • /apikey (Big Road API Key)
    • /from (defaults to now – 1 day. Date format yyyy-mm-dd )
    • /daysback (defaults to 1)

  • Advanced Arguments:
    • /debug 1
      • /debug 1 enables the debug files to be saved during the download. The debug files are saved in a set of directories under the folder the EobrDownloader.exe file is running in. \HOSDebug\
    • /ui 1
      • /ui 1 will make the GUI show but it will be loaded with the options specified in the Command Line parameters.
    • /fm 1
      • /fm 1 specifies that it will process the Form and Manner violations. These are only available for some of the downloaders
    • /pause 1
      • /pause 1 will cause the EobrDownloader.exe to pause before closing so the output can be observed after running.

  • C:\Windows\RL5.ini Settings (optional):
    • [Directories]
      EobLogImportRoot=C:\ProgramData\RapidLog\Data (Tip: Match this to your Data= line)
    • Note: if this does not exist the downloads will go to \RapidLog\Data\EobLogImport\CompanyCode

  • Example BAT File for All Companies and Providers (prefered method):
    • “C:\Program Files (x86)\RapidLog\DownloadRunner.exe”
      “C:\Program Files (x86)\RapidLog\ForEachCompany.exe” RapidLog.exe [CompanyCode] -L RapidLogFormat
      “C:\Program Files (x86)\RapidLog\ForEachCompany.exe” RapidLog.exe [CompanyCode] -NewAudit HC -MI

  • Example BAT File for a Single Company and Provider:
    • “C:\Program Files (x86)\RapidLog\EobrDownloader.exe” /provider BigRoad /companycode MYRLCOMPANY /apikey BigRoadapikey /daysback 8
      “C:\Program Files (x86)\RapidLog\RapidLog.exe” MYRLCOMPANY -L RapidLogFormat
      “C:\Program Files (x86)\RapidLog\RapidLog.exe” MYRLCOMPANY -NewAudit HC -MI

Instructions:

  1. Add the credentials for the ELD provider on the Company->Configure Download Page in RapidLog.
  2. Edit the Directories section in the C:\Windows\rl5.ini file by adding EobLogImportRoot=Your Data folder.
    • Example: EobLogImportRoot=C:\ProgramData\RapidLog\Data
  3. Open Notepad and setup the download, import and audit.  Save that file as a .bat file.
  4. Open Task Scheduler and schedule the .bat file to run once or twice daily.