I have two machines M1 and M2. M1 produces 1000 Pcs of Item A in an hour time and M2 Produces 500 Pcs of Item AX in hour time.
I want system to schedule production order first on M1 (estimated time of completion is 1 hour for 1000 Pcs) and if capacity is not available on M1, system can pick up M2 (estimated time of completion is 2 hours in this case).
How can I setup this situation?
I already explored the concept of capability and limitation with capability is that resources with same manufacturing capacity (against particular product) can only be assigned to same capability. In my opinion Capability should refer to particular capability a resource can perform without getting bothered about it's capacity. System once identifies the resource, should pick up the relative capacity (from operation relation) if defined.
Another drawback of having operation relation is that, user cannot specify different capacity for different machines (but for the same product) using the same operation relation.
Ideally user should be able to specify information about "how much time it will take if Item A is produced on Machine M1 and how much time it will take if same item is produced on Machine M2" on the same operation relation.
*This post is locked for comments