Legal Driver Rest Times

Governments impose rules how long a truck driver can drive before he needs to rest. Routing can consider these regulations w.r.t. short rests during a day and long (overnight) rests.

For example, in EU countries drivers have to rest after 4.5 hours of driving for at least 45 minutes, and must not exceed a total of 9 working hours per day, before they have to rest for 11 hours.

Activate this feature in the router using the "&restTimes=local" request parameter. Routing will then consider each country's local regulations.

In the same parameter you can specify whether the driver starts the route freshly or how long he is already driving / on duty since his last short or long rest period.

The rest time rules can distinguish between totally elapsed time between rests and time actually driven (not standing still, not unloading goods...), because the country wide regulations are using both variants.

For an example shown in the tool see: Fleet Telematics API Route with rests

Explicit rule specification has following 10 elements:

  • driveShortSec Driving time until a short rest is needed. Clock ticks only while vehicle moves.
  • timeShortSec Elapsed time until a short rest is needed. Clock ticks always.
  • restShortSec Short legal rest time (usually lunch break).
  • driveLongSec Driving time until a long rest is needed. Clock ticks only while vehicle moves.
  • timeLongSec Elapsed time until a long rest is needed. Clock ticks always.
  • restLongSec Long legal rest time (usually night rest).
  • driveTimeSinceLastShortRestSec Driver's driving time since his last short or long rest when the route starts.
  • elapsedTimeSinceLastShortRestSec Driver's elapsed time since his last short or long rest when the route starts.
  • driveTimeSinceLastLongRestSec Driver's driving time since his last long rest when the route starts.
  • elapsedTimeSinceLastLongRestSec Driver's elapsed time since his last long rest when the route starts.

Routing doesn't try to use more fine grained rules for optimization, e.g. the EU rule that the 45 minute short rest can be divided into a 15 minute break followed by a 30 minute break. But Route Match is aware of this rule when creating driver rest time violation warnings.

Explicit rule specification examples:

  • European regulation. After 4.5 hours driven rest for 45 mintues. After 9 hours elapsed rest for 11 hours.

    &resttimes=16200,999999,2700,999999,32400,39600

  • USA regulation. After 8 hours time rest for 30 mintues. After 14 hours or 11 hours driven rest for 10 hours. Last long (and hence also short) rest was 2 hours ago:

    &resttimes=999999,28800,1800,39600,50400,36000,7200,7200

Routing tries to combine other wait times with legal driver rest times:

  • If a waypoint has a "stopOverDelay" where part of it qualifies as driver rest time (parameter "stopOverDelayRestTime") then routing checks whether it should take the next upcoming driver rest already at this point to save time.

  • If the vehicle has to wait on a condition (roads not accessible for a few hours, weekend truck bans ...) then routing checks whether it should take the next upcoming driver rest already at this point to save time.

  • If the vehicle has idle time during a longer ferry ride then routing checks whether it should take the next upcoming driver rest already at this point to save time.

Routing always checks all alternative options to combine a wait time with an earlier rest and chooses the combination that results in the overall fastest route and meets all deadlines and opening hours at the waypoints. This functionality works for routing with given departure time, with given arrival time and without departure/arrival specification.

A special case are waiting times for ferry departures. Routing neither knows the exact ferry departure schedules nor the departure time that the driver has booked. Hence, the waiting time - including automatic combination of waiting time with legal rest time by the router - must be modeled as an addiitonal waypoint at the ferry terminal, in the routing call, along with the "opening" and "closing" time parameters for the ferry departure.

results matching ""

    No results matching ""