9-5
A special-order shop receives orders arriving with interarrival times distributed as EXPO(30)-all times are in minutes. The number of parts in each order is a UNIF(3,9) random variable (truncated to the next smallest integer). Upon receiving the order, the parts are immediately pulled from inventory and sent to the prep area (this transfer takes zero time) where they undergo an individual prep operation, the time for which is distributed as TRIA(2, 3, 4). After the prep operation, the parts are transferred (this transfer takes 4 minutes) to a staging area to wait for the final order authorization. The final order authorization takes an amount of the time distributed as UNIF(180, 240), after which the parts are released to be processed, which requires an amount of time distributed as TRIA(3, 4, 6). After processing, the parts are assembled into a batch and sent to the packer (zero transfer time) to be packed, which takes an amount of time distributed as TRIA(8, 10, 14)for the batch. The packed parts exit the system. During the order-authorization process, 4% of the orders are canceled. These parts are removed from the staging queue and sent back to inventory (zero transfer time). Develop a simulation model for this system and run it for 20,000 minute whit a warm-up of 500 minutes. Observe statistics on the number of canceled order, the number of canceled parts, the time in system for shipped orders, and resource utilization. Also, use Frequencies to determine the number of racks required to hold the parts in the staging area (each rack can hold 25 parts). (HINTS: Use Hold/Signal for order authorization, and Search/Remove to cancel orders.)
請問有哪位高手可幫忙解答 花了1天還是解不出來 感謝!!!!!!! |