Driving regulations (EU 561)
Posted: Wed Nov 04, 2015 2:09 pm
Hi there!
We want to enhance our transport module with the possibility to plan tours (with assigned driver(s)) according to the EU regulations 561 (driving regulations).
According to the PTV documentation, PTV can handle these requirements by using the DriverRegulations class.
"To use driver regulations according to the EU one must set up an instance of the class DriverRegulations, specify a set of initial values and add the instance to the array of BaseRegulations in PlanningParams."
What are we planning to do? (use case)
The dispatcher plans a tour (several stops where loading and unloading happens) with our planning screen and assigns well fitting resources (truck, driver, trailer). Afterwards, this tour is going to be sent to PTV in order to get the final "itinerary" for this tour including all breaks that are needed in order to comply with the EU regulations. These stops are added to our tour as tour stops.
So far so good...In order to comply with the EU 561 regulations PTV needs to know when the driver(s) which are assigned to this tour have been driving resp. resting in the last 2 weeks. Without this information PTV cannot plan the tour according to these regulations...
Now my questions:
1. I read the documentations about the PTV components to use but I don't know how to fill them up. How can I tell the PTV interface the driving/breaking times of the drivers for the last 2 weeks?
2. Does somebody have similar requirements and did already an implementation using PTV to solve the driving regulation issue?
Thanks in advance for your help...
BR
Thomas
We want to enhance our transport module with the possibility to plan tours (with assigned driver(s)) according to the EU regulations 561 (driving regulations).
According to the PTV documentation, PTV can handle these requirements by using the DriverRegulations class.
"To use driver regulations according to the EU one must set up an instance of the class DriverRegulations, specify a set of initial values and add the instance to the array of BaseRegulations in PlanningParams."
What are we planning to do? (use case)
The dispatcher plans a tour (several stops where loading and unloading happens) with our planning screen and assigns well fitting resources (truck, driver, trailer). Afterwards, this tour is going to be sent to PTV in order to get the final "itinerary" for this tour including all breaks that are needed in order to comply with the EU regulations. These stops are added to our tour as tour stops.
So far so good...In order to comply with the EU 561 regulations PTV needs to know when the driver(s) which are assigned to this tour have been driving resp. resting in the last 2 weeks. Without this information PTV cannot plan the tour according to these regulations...
Now my questions:
1. I read the documentations about the PTV components to use but I don't know how to fill them up. How can I tell the PTV interface the driving/breaking times of the drivers for the last 2 weeks?
2. Does somebody have similar requirements and did already an implementation using PTV to solve the driving regulation issue?
Thanks in advance for your help...
BR
Thomas