Skip to content

ResourceProcessTime#

Description#

Resource Process Times is used for Scheduling purposes. It defines a fixed (quantity independent) and variable (quantity dependent) processing time.

Fields#

The ResourceProcessTime table has the following fields:

Field Description Key Mandatory Comments
Resource Resource Reference Yes No
ResourceType ResourceType Name Yes No
Model Model Name Yes No
Step Step Reference Yes No
Product Product Reference Yes No
ProductGroup Product Group Reference Yes No
Service Service Reference Yes No
CycleTimeScale The time scale used to define the resource process cycle time No Yes Days, Hours, Minutes or Seconds
FixedCycleTime Fixed cycle time in TimeScale units No Yes fixed process time (quantity independent)
VariableCycleTime Variable cycle time (per quantity unit) in TimeScale units No Yes variable process time (per quantity unit)

Table: ResourceProcessTime fields

Info

Even though Resource, Resource Type and Model are listed as optional, one of them and only one of them must be defined for each context row.

As an example, if a Resource has a fixed time of 1 hour and a variable time of 1 minute, if a Material has 60 units, the total process time will be two hours (1 hour + 60 minutes).

Precedence Keys#

The search precedence rules are the following:

  1. Resource, Product
  2. Resource, ProductGroup
  3. Resource, Service
  4. Resource, Step
  5. ResourceType, Product
  6. ResourceType, ProductGroup
  7. ResourceType, Service
  8. ResourceType, Step
  9. Model, Product
  10. Model, ProductGroup
  11. Model, Service
  12. Model, Step
  13. Step, Product
  14. Step, ProductGroup
  15. Step, Service
  16. Service
  17. Resource
  18. ResourceType
  19. Model
  20. Step