Teltonika FMC130 Event 250

Thatguy3 days ago

Hi,

I keep receiving event 250 from a pre-configured unit I have adopted for an FMC130 when looking at the AVL's it shows it as trip stop and start but doesn't this clash with event 240 which is motion? is there a particular way it should be used / recorded?

Kind Regards

Anton Tananaev3 days ago

Traccar doesn't really use it, if that's what you're asking.

Thatguy3 days ago

Hi Anton,

It shows it within traccar under events and I want to map these numbers to some text as per below, but I suppose what you are saying is what I was thinking? if we show motion/movement as 240 then 250 doesn't really have a purpose? I just wasn't sure whether I misunderstood it purpose.

var map = {
  0: "Inactive",
  250: "Trip",
  251: "Idle",
  252: "Unplug",
  239: "Ignition",
  240: "Movement"
};
map.get(event) != null ? map.get(event) : "Unknown"

Expression
string
Type

Kind Regards

Anton Tananaev3 days ago

You can definitely map it to some text value using computed attributes.

Thatguy3 days ago

Hi Anton,

I know I can map it but was trying to understand its purpose and how it can be used and whether it offers any value as another company previously had it enabled for some reason, its not something I have seen in the other trackers I have configured but this one was adopted.

Kind Regards

pele1233 days ago

Hi,

From Teltonika devices side, Trip start/stop is different than just movement start/stop

Trip start means that:
Ignition is ON (as per the configured ignition source) + Movement is ON (as per the configured movement source) AND the vehicle speed is greater than the configured minimum trip start speed.

Trip End event is sent when the device movement is off and ignition off timeout configured in trip setting is elapsed

Thatguy2 days ago

Hi Pele,

I understand - does that event trigger present itself in anyway on traccar that makes it useful?

Kind Regards