Util_Reas
- Last UpdatedDec 18, 2018
- 1 minute read
After "display_seq":
-
Add "priority" (int32, not nullable, default 1) to allow the utilization reason to be specified for a line when 2 or more bottleneck entities have differing reasons. The reason with the highest priority value is used as the line's reason.
-
Add "max_duration" and "new_reas_cd" (both int32, nullable) to specify the maximum duration (in seconds) of a utilization reason, and the reason it should change to after that duration.
-
Add "standard_time", "min_time", and "max_time" (all tfloat, nullable) to specify the standard time and limits in minutes for a utilization reason. This assumes this value does not also vary by entity or some other factor.
-
Add "ent_enabled" (logical, default true) to indicate whether when in this utilization reason, the entity is to be considered to be enabled (to be included in line production rate calculations, to have additional work queued for it, and to allow jobs to be started on it).