1

Public Transportation Fleet management system

Тема: Public Transportation Fleet management system

Dear Fellow Partners

We are based in Nairobi,Kenya and new on Wialon ,

To penetrate the market flooded with free non paid software - platrforms we need to be the top of the Game ,

We have talked with Several Saccos ( Groups of public transport vehicle owners -members )  and they are willing to use WIALON .

One of the strongest point they want achieved is automated report or system such that they can be able to tell how long has the vehicle been driven ,number of trips per day etc so that they can see and evaluate the work done with the vehicles  and also fuel consumption .

Most of the users have Coban TK103B devices .

Kindly anyone implementing this or done please share with me .

steve@paceteck.com my Email Skype id Stevewangara

2

Public Transportation Fleet management system

Re: Public Transportation Fleet management system

Hello Steve!
The reports in Wialon are created with different flexible tables which provide required data about unit
You can use table Trips at first. This table contents all required parameters such as   Duration, Mileage, Eco driving and etc
More about reports you can find here http://docs.wialon.com/en/hosting/user/reports/reports
Trips
Also any of created report can be executed by Jobs automatically - Send a Report by E-mail
If you have some questions, clarification about this issue you can also write to our support@gurtam.com

Diana Cheley
Wialon Hosting Expert
Gurtam
3

Public Transportation Fleet management system

Re: Public Transportation Fleet management system

Thank you Support

4

Public Transportation Fleet management system

Re: Public Transportation Fleet management system

Hi Steve,

did you think about how to get the "fuel consumption"?
I would not call the TK103B a perfect unit for such things! You can find easily better HW for same price!

You also should check the cool Wialon Route Modul and provide your public transport customers more valuable informations...

Wolf.

Politeness dictates it to write his name on a post
5

Public Transportation Fleet management system

Re: Public Transportation Fleet management system

hello consultation i'm trying to enter the GPRS system on the server but can not.
Follow all procedures,
APN
adminip123456 193.193.165.166 20558
up
fix003n003s
IMEI 868683*****5685
I have a tk103B but I do not see in the software.

and according to my IMEI to port I advise?

port 20157?

Please help.


Luis Poblete R.

  • Public Transportation Fleet management system
6

Public Transportation Fleet management system

Re: Public Transportation Fleet management system

Hello

Follow this sorry late reply


commands

begin123456
APN123456 YOUR CARRIER APN NAME
UP123456 USERNAME AND PASSWORD OF YOUR CARRIER
ADMINIP123456 193.193.165.165 20558
GPRS123456
FIX030S***M123456
TRACKER123456

device should be working well

send check123456 to check for device if has gprs and gps active

7

Public Transportation Fleet management system

Re: Public Transportation Fleet management system

How I can run a report with Wialon?


this is my code:

$sid="0a6326c67bc4462fcac1651e219c92f7";

$fec1 = strtotime('11.11.2015 00:00'); //1356994800

$fec2 = strtotime('11.11.2015 23:59'); //1358722740

$url='https://hst-api.wialon.com/wialon/ajax.html?svc=report/exec_report&
params={
    "reportResourceId":12876840, //  Resource ID
    "reportTemplateId":1, /// Report ID
    "reportObjectId":13109362, // Unit ID
    "reportObjectSecId":0,
    "interval":{
        "from":'.$fec1.',
        "to":'.$fec2.',
        "flags":0x00
    }
}&sid='.$sid;
$json = file_get_contents($url); echo $json;

I have this error: {"error":4} ->>>> Invalid input