question

我才是馬邦德 avatar image
0 Likes"
我才是馬邦德 asked 我才是馬邦德 commented

Job Shop Experimenter setting question

Hi,

I have a question about the Experimenter. We want to do an Experiment on the number of machines for each process in a Job shop. For example, Process 1 uses 5 machines, and Process 2 can use 3 machines for production. In the model, we let the machines pull the materials they can process. However, I encountered a problem. Each machine can perform different processes (I record them using a array labels "Process" for each machine). If I set the machines that can perform the same process as a group, I found that the original pull logic will not be my assumed hypothesis. How can I do the Experiment correctly? Or is there another way to do it? Thank you.


Job Shop Experimenter.fsm

FlexSim 24.0.2
experimeterjob shop
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered 我才是馬邦德 commented

In order to use the Experimenter you have to express the variables you want to change between the scenarios as parameters in a parameter table.

One option would be to have one parameter per processor/type-combination and construct the "Process" label based on those parameters in the On Reset trigger of the processors.

You can greatly simplefy the Pull Strategy query by using the IN keyword. The query will then work with an array of any size and can be used across all processors.

WHERE Process IN Puller.Process ORDER BY age DESC

job-shop-experimenter-fm.fsm


· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

我才是馬邦德 avatar image 我才是馬邦德 commented ·
Thank you~
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.