A selection of operations on the same resource can be distributed according to an entered number of hours per day, starting at an entered time of the day. The number of hours per day and the starting time of the day can be entered in the macro settings, but user can be prompted for the values, where the default values are showed and can be changed.
Example parameter configuration
Example of use:
Before
A number of operation is located on a specific resource. The total workload of the operation is 12 hours, but we only allow 10 hours of work per day and we must never start before 7 o’clock.
After
The macro has distributed the operations from 7:00 and then 10 hours foreward, and then continuing the next day at 7:00.
Parameter descriptions
allowOverlap
Not used
editValuesOnExecute
If true a prompt will show the default values of hoursPerDay and startTimeOfDay.
Default = true
hoursPerDay
The default value for maximum hours per day.
Default = 15.0
startTimeOfDay
The default value for the start time of the day when distribution operations
Default 7:00
Post your comment on this topic.