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:
- Resource, Product
- Resource, ProductGroup
- Resource, Service
- Resource, Step
- ResourceType, Product
- ResourceType, ProductGroup
- ResourceType, Service
- ResourceType, Step
- Model, Product
- Model, ProductGroup
- Model, Service
- Model, Step
- Step, Product
- Step, ProductGroup
- Step, Service
- Service
- Resource
- ResourceType
- Model
- Step