Carel,
Ā
>>Is there any way to get frePPLe to choose from a set of resources, instead of one being assigned?
Ā
Absolutely.
In your model, you will need to make the following changes:
-Ā Ā Ā Ā Ā Ā Ā Define a new resource āPersoneelā. This will represent the complete operator pool.
-Ā Ā Ā Ā Ā Ā Ā Each operator needs to have the āownerā field set to āPersoneelā. This makes them belong to the operator pool.
-Ā Ā Ā Ā Ā Ā Ā All your operation will need 2 loads: 1) a first one to load the equipment resource, and 2) a second one to load the operator pool āpersoneelā.
In the load for the operator pool you specify which operator skill is required.
With this setup the solver will select an operator within the operator pool that is available and has the right skills.
Ā
Ā
Your model would make a great example for this functionality.Ā
Would you mind if I take your model and convert it into a ācookbook recipeā for alternate resources?
Similar to the ones already available on: http://frepple.com/docs/2.2/cookbook/index.html Ā
Ā
Regards,
Ā
Johan
Johan De Taeye | Visit us http://frepple.com |
|
--
You received this message because you are subscribed to the Google Groups "frePPLe users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to frepple-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
>>Am I doing something wrong, or is this the way this "resource skill" based planning is supposed to work?
That all looks correct, except that you interpreted the priority incorrectly.
Ā
In the frePPLe documentation you find on the resourceskill priority: āPriority of this resource among all resources having this skill. A lower number indicates that this resource is preferred when the skill is required.ā
Ā
Thatās different from your interpretation: āgraded them with priority 0 meaning experienced expert and 3 equalling "Has seen it done sometime".ā
Itās not because a worker is experienced in a task that heās the best choice for it: Ā you need to use your best people for the jobs nobody else can do.Ā And leave the easy jobs to less skilled workers. If this isnāt balanced right a poor distribution of the work among the pool is the typical result.
Ā
Ā
From: freppl...@googlegroups.com [mailto:freppl...@googlegroups.com] On Behalf Of Carel Boshoff
Sent: Thursday, February 05, 2015 6:08 AM
To: freppl...@googlegroups.com
Subject: Resources and skillsĀ
Hi,
Ā
Is there any way to get frePPLe to choose from a set of resources, instead of one being assigned?Ā My application is as follows:
Ā
I have several machines, most of which can do at least two operations.Ā I also have some personnel, each of which can do at least two operations.Ā My best solution would therefor be to have a model which chooses one machine from the list of the appropriate skill, as well as a staff member with the necessary skill.Ā If this is possible, it would be great.
Ā
Since I couldn't find a way to model that, I decided to assign a machine, and try to get the solver to only choose from the personnel.Ā I populated the resource skills table.Ā When I don't input a skill into the loads table, everything works fine and a plan is generated (see "without_skills.xlsx") Ā But when I input even a single skill (see "with_skills.xlsx") the complete demand is goes unplanned.Ā The table "Why short or late" shows no records.
Ā
I really hope someone can help me.Ā FrePPLe is, so far, great, and to me much more applicable than Preactor, which is my other alternative.
--
You received this message because you are subscribed to the Google Groups "frePPLe users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to frepple-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ā