Search found 10 matches

by JBlack
Wed Dec 11, 2019 3:07 pm
Forum: PTV xRouteServer
Topic: Calculating and Planning Routes with openingIntervals
Replies: 18
Views: 8714

Re: Calculating and Planning Routes with openingIntervals

Hello Bernd, I solved the error by myself. The problem was that I also had to set fromSpecified and tillSpecified in the RouteWSService.Interval() class which will be set into openingInterval array of the specific TourPoint (tourPointDesc class). However in your online documentation there is no prop...
by JBlack
Tue Dec 10, 2019 5:20 pm
Forum: PTV xRouteServer
Topic: Calculating and Planning Routes with openingIntervals
Replies: 18
Views: 8714

Re: Calculating and Planning Routes with openingIntervals

Hi Bernd, just a quick question, I got the following error if I call calculateAdvancedTour(): Fehler bei der Routenberechnung: Ein Parameter ist ungültig oder steht in Konflikt mit einem anderen Parameter. Details werden in der Antwort angegeben. (2345). Whats means "Antwort"? Where I can ...
by JBlack
Tue Dec 03, 2019 10:59 am
Forum: PTV xRouteServer
Topic: Calculating and Planning Routes with openingIntervals
Replies: 18
Views: 8714

Re: Calculating and Planning Routes with openingIntervals

Hi,

I already setted the START_TIME routingparameter, but I commented it out because I thought it will causing errors.
Now its working, thanks!

Best regards,
Jonas
by JBlack
Tue Dec 03, 2019 10:22 am
Forum: PTV xRouteServer
Topic: Calculating and Planning Routes with openingIntervals
Replies: 18
Views: 8714

Re: Calculating and Planning Routes with openingIntervals

Hello Bernd, I already got a TourPointResult returned by the calculateAdvancedTour method, but I'm trying to find out, if there is also an option to specify a tourbegintime and to force the starttime to the tourbegintime (maybe something like departureTimeFixed?). This is also possible on your map&a...
by JBlack
Tue Nov 12, 2019 10:12 am
Forum: PTV xRouteServer
Topic: Calculating and Planning Routes with openingIntervals
Replies: 18
Views: 8714

Re: Calculating and Planning Routes with openingIntervals

Hello Bernd, about the large number of intervals 30 days in advance, I think we could reduce it to about 1 to 2 weeks. We only need the optimized route with calculated times, no overnight planning. If the tourendtime is reached, the next waypoint should "start" on the next day on the tourb...
by JBlack
Mon Nov 11, 2019 2:24 pm
Forum: PTV xRouteServer
Topic: Calculating and Planning Routes with openingIntervals
Replies: 18
Views: 8714

Re: Calculating and Planning Routes with openingIntervals

Hello Bernd, thanks, yes I'm ok with that, but what exactly you mean about planOvernight? Like I described above I already do have multiple intervals, because I always add 24 hours for about 30 times, so that I can plan the tour for about a month in advance. For the vehicle I also specified the tour...
by JBlack
Thu Nov 07, 2019 4:48 pm
Forum: PTV xRouteServer
Topic: Calculating and Planning Routes with openingIntervals
Replies: 18
Views: 8714

Re: Calculating and Planning Routes with openingIntervals

Hello Bernd, some time has passed by and now I have a new question about planning tours with openingIntervals. You said, if I want you to take care of several days then I have to specifiy several operating intervals, e.g. [09:00-19:00, 33:00-43:00] (where 33:00 means 9:00 of the second day). That wo...
by JBlack
Mon Jan 21, 2019 11:33 am
Forum: PTV xRouteServer
Topic: Calculating and Planning Routes with openingIntervals
Replies: 18
Views: 8714

Re: Calculating and Planning Routes with openingIntervals

Hello, A quick question before: We define a start and end time for our the tour (e.g. 9:00 - 19:00). Could this information also used by the PTV Api? Back to your question: our start and endtime of the tour is defined from 7 o'clock to 19 o'clock. Then I would expect the result, that the optimizer m...
by JBlack
Fri Jan 18, 2019 12:38 pm
Forum: PTV xRouteServer
Topic: Calculating and Planning Routes with openingIntervals
Replies: 18
Views: 8714

Re: Calculating and Planning Routes with openingIntervals

Hello Bernd,

but how the optimizer optimizes TourPoints if they have the same openingIntervals but are far away from each other, so that it wouldn't be possible to drive to them on the same day?

Thanks in Advance!
by JBlack
Fri Jan 18, 2019 8:54 am
Forum: PTV xRouteServer
Topic: Calculating and Planning Routes with openingIntervals
Replies: 18
Views: 8714

Calculating and Planning Routes with openingIntervals

Hi, we are using the calculateExtendedRoute method from xRoute to calculate our tour. I have some questions about that, I hope someone could help me: 1. Is there a way to get a route from it where the durations of each waypoint like servicePeriod will be noticed and so the route time will be calcula...