Resource
Resources are the foundation of scheduling and used to build Routing Items.
The ⭐ indicates a required field.
Name ⭐
text(50)
Name of the Resource.
Location
text(32)
The name of a valid Location.
Description
text(255)
An optional description for the Resource.
Type ⭐
integer
An optional Resource Type value, defined below.
Count ⭐
integer
The number of resources, a positive value 1 or greater.
CrewSize
integer
Property impacts the run duration at an operation; defaults to 1.
Buffer
integer
A buffer value applied before the start of an operation for buffered resources in either minutes or hours based on a program setting; defaults to 0. Value is not applied for any other resource type.
SetupTime
integer
A setup time included in the run duration at an operation, in either minutes or hours based on a program setting; defaults to 0.
FixedOffset
integer
A fixed offset is applied after the run duration at an operation, in either minutes or hours based on a program setting; defaults to 0.
BufferManager
text(50)
An optional value of the buffer manager for the resource; display value only.
ResourceManager
text(50)
An optional value for the manager of the resource.
Category
text(50)
An optional value indicating which category to which this resource belongs; display value only.
Efficiency
integer
Value from 1 to 100 with smaller values increase the run duration at an operation; defaults to 100.
Notes
text(32767)
RequireAtBufferReceive
boolean
This option requires a user to transact any Receive operation of this resource.
RequireToStart
boolean
This option requires a user to transact any Start operation of this resource.
RequireToComplete
boolean
This option requires the user to transact any Complete operation of this resource.
ShowUnreleasedonSchedules
boolean
This option indicates the resource should display any unreleased orders on Resource Schedules.
ResourceCalendar
text(50)
When present, this value must be a defined Resource Calendar. When not named, the default system calendar "Standard Calendar" is used.
IsActive
boolean
Defaults to true.
Resource Type
Intuiflow Scheduling supports three types of user-resources and is used in the Resource interface.
Name
Description
Value
Resource
A work center, machine or human resource used to represent an operation.
0
Buffered Resource
A resource that has a time-buffer placed just before it.
1
Constraint
A buffered resource that is also a constraining operation.
2
Special - Completion
A special built-in resource type used for final buffering.
7
Special - Shipping
A special built-in resource type used for final buffering.
8
Special - Release Horizon
A built-in resource type used for a variety of special scheduling tasks.
9
Last updated