question

Luis Fernando avatar image
0 Likes"
Luis Fernando asked Luis Fernando commented

How to set a variety of process times by global table

Hi FlexSim team,

How can I set all the process times in just one processor but looking a global.
The process consist in all the steps (step 1.1 + step 1.2 + Step 1.3, ...) in just one Processor to perform one piece.

1678210169901.png


Here is the model attached:

Process Times in One Processor.fsm


Thank you

FlexSim 22.2.3
processortimeprocess timesglobal table process time
5 |100000

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

Carlos Reyes avatar image
0 Likes"
Carlos Reyes answered Luis Fernando commented

Hi Luis, you can try using a MultiProcessor instead of using a regular Porcessor, the MultiProcessor allows you to create as many process as you need with a specific cycle time for each process.

For example:

If you select a MultiProcessor, in the Properties window you will see that by default it says "Process1", but you can add more processes if you clic on the green cross symbol and you can even change the process name intead of being "Process1" to whatever name you like to

1678211248590.png

Here is the MultiProcessor with your example (as you can see, now it has 7 processes):

1678211389636.png

Finally, to read the cycle time for each process using a Global Table, you can clic on the black arrow next to the "Process Time" parameter and select the "By Global Table Lookup" option, then in the pup up window select the name of your Global Table, the row and the column you want to read from that Global Table.

1678211675335.png

Do this with all your process steps and you are done,

1678211856504.png

Model: Duda Luis 070323.fsm



1678211248590.png (6.0 KiB)
1678211389636.png (17.6 KiB)
1678211675335.png (6.2 KiB)
1678211856504.png (96.5 KiB)
· 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.

Luis Fernando avatar image Luis Fernando commented ·
Thank you Carlos and Jacob. This is exactly what I was looking for.


Best,

Luis

0 Likes 0 ·
Jacob W2 avatar image
0 Likes"
Jacob W2 answered

Hi @Luis Fernando,

Are you attempting to have the total processing time be the sum of all of all of the values in your global table? For example, with the values you've provided in your question it would be processing for 270 seconds?

If this is the case and the values given are going to be constant it would be easiest to just input the sum of the values as the processing time, or have a table cell that is the sum of the values within the table.

If the values will not be constant, you can write a custom code block in the process time of the processor that will loop through the table and add the values together before returning the total value. I have included a picture of the code that I used as well as the model that implemented this method.

processor-code.png

Sum of processing Times_JW.fsm


5 |100000

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

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.