Successor of "WeekWeight" of xCluster1

Deals with clustering based on locations but also on time regularity.
Post Reply
Prakash
Posts: 26
Joined: Mon Sep 14, 2015 5:21 am

Successor of "WeekWeight" of xCluster1

Post by Prakash »

Hello,

I can provide workload for each individual day in xCluster1 in the cycle, please see below examples:
Example1: As I can provide weight as per a cycle length, cycle ends on week4day3
<ns4:wrappedWeights>
<ns4:WeekWeight day7="0" day6="0" day5="100" day4="100" day3="100" day2="100" day1="100"/>
<ns4:WeekWeight day7="0" day6="0" day5="100" day4="100" day3="100" day2="100" day1="100"/>
<ns4:WeekWeight day7="0" day6="0" day5="100" day4="100" day3="100" day2="100" day1="100"/>
<ns4:WeekWeight day7="0" day6="0" day5="0" day4="0" day3="100" day2="100" day1="100"/>
</ns4:wrappedWeights>
Example2: I can reduce any individual day weight
<ns4:wrappedWeights>
<ns4:WeekWeight day7="0" day6="0" day5="100" day4="100" day3="100" day2="80" day1="100"/>
<ns4:WeekWeight day7="0" day6="0" day5="80" day4="100" day3="100" day2="100" day1="100"/>
<ns4:WeekWeight day7="0" day6="0" day5="0" day4="0" day3="100" day2="100" day1="80"/>
</ns4:wrappedWeights>

Is it possible to define relative workload for each individual day in xCluster2?

Regards,
Prakash
Prakash Kumar
Developer
Webdirekt India Pvt. Ltd.
User avatar
Bernd Welter
Site Admin
Posts: 2695
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: Successor of "WeekWeight" of xCluster1

Post by Bernd Welter »

Hi Prakash,
Froim my understanding of the xCluster2.planVisits.WorkloadOptions is less flexible than the approach in xServer1:

In xServer2 you can define the pattern from a single week's perspective but each week will be shaped in the same way/pattern.

I forwarded your request to Nitin for a feedback.

Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
User avatar
Bernd Welter
Site Admin
Posts: 2695
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: Successor of "WeekWeight" of xCluster1

Post by Bernd Welter »

Confirmed by Nitin:
You can't define the individual workload of 20 workdays in xCluster2.
Though it is possible to specify the MaxWorkload and DesiredWorkload of a "template week" all weeks in the planning call will be treated as the template week.
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Post Reply