News:

Welcome on our forum!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - gdrak0

#1
I have send you the pdf for this device in your email.
Thank you
#2
Do you mean that the plugin can read CAN BUS data from device?
If not how can I do ?
#3
I am a new user in the application of GPS data logger and want some help with creating setup on a new data parser for one device.
The form of the data reported are the following ..
$$A9355296037869414|AA$GPRMC,223809.000,A,3740.4694,N,02125.9683,E,0.00,,010112,,,A*7E|01.8|01.0|01.5|000000000000|20120101223809|03930000|002E0DD8|0000|0.0000|0221|A27D#0D#0A
I read the examples on the site but I have not succeeded..

Thank you
George
#4
I solved the problem with the script execute.
Now the device tracker continuously sends the IMEI.
Thank you for your interest.
But now how I can add extra data to parse module of Teltonika ?
#5
I will first query the company Teltonika to learn more information because I think it might be the problem.
When I configure the device to have events for change profiles , sends the IMEI only on first connection to the server.
Also how I could add the following additional features of the device FM4200 ?
We must build communication from scratch or you can add to the existing?

AI1                     double          Yes    NULL       
AI2                     double          Yes    NULL       
AI3                     double          Yes    NULL       
AI4                     double          Yes    NULL       
EVENTID           int(11)          Yes    NULL       
V1                      double          Yes    NULL       
V2                      double          Yes    NULL       
TRACK              double          Yes    NULL       
DI1          bit(1)          Yes    NULL       
DI2          bit(1)          Yes    NULL       
DI3          bit(1)          Yes    NULL       
DI4          bit(1)          Yes    NULL       
DI5          bit(1)          Yes    NULL       
DI6          bit(1)          Yes    NULL       
DI7          bit(1)          Yes    NULL       
DI8          bit(1)          Yes    NULL       
DO1          bit(1)          Yes    NULL       
DO2          bit(1)          Yes    NULL       
DO3          bit(1)          Yes    NULL       
DO4          bit(1)          Yes    NULL       
DO5          bit(1)          Yes    NULL       
DO6          bit(1)          Yes    NULL       
DO7          bit(1)          Yes    NULL       
DO8          bit(1)          Yes    NULL       
FLAG1          varchar(16)    latin1_swedish_ci       
FLAG2          varchar(16)    latin1_swedish_ci       
FLAG3          varchar(16)    latin1_swedish_ci       
FLAG4          varchar(16)    latin1_swedish_ci    

Thank you for all
George   
#6
Thank you for your prompt reply
It works very well.
But I have a new problem.
We use the device Teltonika FM42xxx and if I change the settings in the I/O
do not get the IMEI number.
This is the problem of device or in format of the parse data ?
Could I have modified the module for devices teltonika ?

Thank you
George
#7
Hello
I use the last week your app "GPS Tracker Data Logger" and I am excited.

I use the following command in SQL Database Professional plugin to record the id of the device to send records to the database.

UPDATE car_location INNER JOIN car ON car_location.IMEI_number = car.IMEI_number SET car_location.car_id = car.car_id

This I do to find in the database the car_id based the  IMEI number .
This works but takes much processing power because it searches for the IMEI of all recordings.
My question is if I can use the above command one a VALUES like (:IMEI) for compare only the IMEI of the device and not from the database.

Thank You
George