Search found 45 matches

by puissancei
Mon Jun 18, 2018 2:49 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Area
Replies: 1
Views: 13914

Area

Hello,

how can I do that transport with zone = 0 is not transported with a transport having zone <> 0.
I don't want transports area 0 mixed with transports area <> 0

Thank you
by puissancei
Wed Jun 13, 2018 1:47 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: compartments and total quantity
Replies: 2
Views: 6671

compartments and total quantity

Hello,

I use 3 compartments for vehicles with quantities = 21, 21, 21
I want the total quantity of the vehicle not exceed 32.

How can I do this?
by puissancei
Wed Jun 13, 2018 8:01 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Error : could not plan basic tour
Replies: 2
Views: 6854

Error : could not plan basic tour

Hello,

the first optim is ok but with an input plan, xtour return com.ptvag.xserver.xtour.XTourException" errorKey="10005" message="Could not plan basic tours. Invalid parameter id (Reason: Invalid range) in transport order 0.

I don't see where is the problem.

Can you help me please ?

See xtour ...
by puissancei
Mon Jun 11, 2018 8:07 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: ignoreProductIncompatibilities
Replies: 2
Views: 8418

Re: ignoreProductIncompatibilities

I suspected it !

it's OK

Thank you Bernd
by puissancei
Mon Jun 11, 2018 7:22 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: ignoreProductIncompatibilities
Replies: 2
Views: 8418

ignoreProductIncompatibilities

Hello,

in the documentation I saw BaseVehicle.ignoreProductIncompatibilities

http://xserver.ptvgroup.com/fileadmin/files/PTV-COMPONENTS/DeveloperZone/Documents/xServer_public/manual/Default.htm#API-Documentation/xtour/API_Documentation.html%23com.ptvag.xserver.xtour.BaseVehicle

but this option it ...
by puissancei
Wed Jun 06, 2018 2:10 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Minimum quantity
Replies: 1
Views: 7023

Minimum quantity

Hello,

we want to manage compartments.

so we use the quantities (10 max if I do not make a mistake).

My question : is it possible to specify a minimum quantity per compartment ? If I put 3 (real) in a compartiment of 10, I need xTour consider 6 and remain to use 10-6 = 4 and not 10-3 = 7
by puissancei
Wed Jun 06, 2018 1:53 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Area
Replies: 5
Views: 12199

Re: Area

I have already thought but we use the requirement already for several things.
I'm afraid we can exceed the 512 requirements if I have to put the authorized regions
by puissancei
Wed Jun 06, 2018 12:06 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Area
Replies: 5
Views: 12199

Re: Area

We would like to use what we call the transport regions.
A transportOrder can load in one region and deliver in another.
by puissancei
Wed Jun 06, 2018 10:47 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Area
Replies: 5
Views: 12199

Area

Hello,

I saw the areaNumber must be put on TransportOrder.
If I understand, it's not possible for one transport to put loading in area A and delivery in area B ?

For exemple, put TransportAB.transportPointA.AreaNumber = A and TransportAB.transportPointB.AreaNumber = B


Thank you
by puissancei
Thu May 31, 2018 10:23 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Time between 2 tours
Replies: 1
Views: 4131

Time between 2 tours

Hello,

how can I specifi the time between 2 tours for one vehicle ?

Thank you
by puissancei
Wed Apr 04, 2018 8:48 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: maxDrivingPeriod
Replies: 4
Views: 9805

Re: maxDrivingPeriod

Your post gave me the solution.

It's a bug in my program.

Really really sorry.

Thank you.
by puissancei
Wed Apr 04, 2018 8:17 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: maxDrivingPeriod
Replies: 4
Views: 9805

Re: maxDrivingPeriod

Hello Bernd,

I saw the log and the reason gave by xtour but the tour does not exceed 2 hours in total (first optim in log).
if I put maxDrivingPeriod = 10h nothing is planned.
by puissancei
Wed Apr 04, 2018 7:31 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: maxDrivingPeriod
Replies: 4
Views: 9805

maxDrivingPeriod

Hello,

when I put value in StandardParams.restrictions.tourRestrictions.maxDrivingPeriod, xTour systematically returns me unplanned transports but the tour does not exceed the total driving time.

See attachement.

Can you tell me how it works ?
by puissancei
Thu Mar 01, 2018 10:17 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: forbidden zones
Replies: 8
Views: 16226

Re: forbidden zones

I think that I have to watch areaNumber to prevent a vehicle from going out of a geographical zone during a tour.

Right ?
by puissancei
Thu Mar 01, 2018 10:11 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: compartments
Replies: 2
Views: 5171

Re: compartments

with the compartments and the incompatibilities I must be able to find a solution

Thank you Bernd.
by puissancei
Tue Feb 27, 2018 2:42 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: prioritize the vehicles
Replies: 3
Views: 6152

Re: prioritize the vehicles

Hello Bernd,

To priorize vehicle, for instance, how can I tell xTour to take one vehicle rather than another depending on its cost ?
by puissancei
Tue Feb 27, 2018 1:18 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: forbidden zones
Replies: 8
Views: 16226

forbidden zones

Hello,

how can I forbid geographical areas on a map (polygon on a map) in which xtour '' will not pass '' ?

Thank you
by puissancei
Tue Feb 27, 2018 9:47 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: compartments
Replies: 2
Views: 5171

compartments

Hello,

I have to manage the vehicles with several compartments. I thought to use the quantities.
- First, only 10 quantities can be define ?
- Secondly, how can I impose one good (transport order) and only one by compartments ?

Thank you