Search found 40 matches

by CAPcargo
Mon Oct 06, 2025 2:22 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: xRoute performance differences with Feature Layers
Replies: 1
Views: 724

xRoute performance differences with Feature Layers

Hi,

We are currently working on some processes which are developed to use the calculateRoute request against xServer2, and we’ve noticed a significant difference in execution time depending on whether feature layers are enabled.
For a route with +/-19 tour stops, the overall processing time is ...
by CAPcargo
Mon Oct 06, 2025 12:58 pm
Forum: PTV xServer INFOSTREAM
Topic: Information about security related news
Replies: 1
Views: 1280

Information about security related news

Hi,
I have a simple question to ask, which is:
Where am I supposed to get the fastest info about security related news?

It would be helpful in order to be more proactive with our setup and keep things patched in a timely manner.
by CAPcargo
Fri Sep 26, 2025 8:42 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: How to link SERVICE tour events to waypoints in xRoute response
Replies: 5
Views: 658

Re: How to link SERVICE tour events to waypoints in xRoute response


Hi Marko,

I have not checked everything in detail, but here are some quick comments that hopefully help a bit:

On a more unrelated note: Since xServer 2.37 xRoute will also report TOUR_EVENTs of type "DRIVING" after each non-driving TOUR_EVENT (after BREAK and SERVICE events). Keep that in mind ...
by CAPcargo
Fri Sep 26, 2025 8:38 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: How to link SERVICE tour events to waypoints in xRoute response
Replies: 5
Views: 658

Re: How to link SERVICE tour events to waypoints in xRoute response


Hi there,

if you want to determine traveltime and distance between waypoints you could look into the "legs":
com.ptvgroup.xserver.xroute.Leg
7 waypoints (triangles) 6 legs many tour events

legs.pnglegs2.png

Isn't that sufficient?

Bernd


Hi Bernd,

The legs object do not contain all the ...
by CAPcargo
Thu Sep 25, 2025 1:18 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: How to link SERVICE tour events to waypoints in xRoute response
Replies: 5
Views: 658

How to link SERVICE tour events to waypoints in xRoute response

I have a question about how to correctly determine the time and distance between waypoints in the xRoute response.

In our product, we initially used calculateRoute without breaks, relying on the RouteResponse/waypoints property to obtain the required data (time and distance between waypoints ...
by CAPcargo
Mon Jul 07, 2025 8:40 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: CO2 calculation, fuel consumption type
Replies: 5
Views: 10601

Re: CO2 calculation, fuel consumption type

Stephan Ruppert confirmed, that the parameter "consumption type" is important for declaration, on what base the result is calculated on. But it does not directly impact the result. → All clear now, that is how I assumed it works, when I called it "for documentation purposes".

Thread can be closed.
by CAPcargo
Thu Jul 03, 2025 1:24 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: CO2 calculation, fuel consumption type
Replies: 5
Views: 10601

Re: CO2 calculation, fuel consumption type

Thanks Bernd, I understood the idea and difference of the different consumption types. But not the purpose of the real parameters, as they don't impact the result in any way, IMHO. The fuel consumption itself impacts the calculation. Therefore my question: I assume the consumption type is just for ...
by CAPcargo
Thu Jul 03, 2025 1:22 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: CO2 calculation, fuel consumption type
Replies: 5
Views: 10601

Re: CO2 calculation, fuel consumption type

Thanks Joost, yes we're using xS 2.

ok, much clearer, do I get correctly, we have 2 options to hand-over fuel consumption:

1. RouteRequest.requestProfile.vehicleProfile.engine.fuelConsumption
→ for type "Vehicle consumption"
2. RouteRequest.routeOptions.effectiveFuelConsumption
→ for type ...
by CAPcargo
Wed Jul 02, 2025 7:38 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: CO2 calculation, fuel consumption type
Replies: 5
Views: 10601

CO2 calculation, fuel consumption type

Hi guys

You provide these 4 input parameters for CO2 calculation regarding fuel consumption, I call them for now fuel consumption TYPES
1. Actual consumption
2. Route consumption
3. Vehicle consumption
4. Fleet consumption
5. HBEFA

Additionally the CO2 calculation requests a field with ...
by CAPcargo
Thu Jun 12, 2025 7:59 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: CO2 calculation and Required Parameters
Replies: 2
Views: 14631

CO2 calculation and Required Parameters

Hello,

I’m currently working on implementing CO2 emission calculations using PTV’s Developer API and would appreciate some clarification regarding Emission Intensity and about the impact of weight parameters.

I'm referring to the Emission Intensity formula provided in your documentation. I guess ...