question

Joseph L4 avatar image
0 Likes"
Joseph L4 asked Eric M commented

How can I add different load times to different tasks in global list?

I have 2 lists in global lists, TaskA and TaskB. The lists are used to control the amount of times 1 operator performs each task before switching back to the other. For example, I can make the operator complete TaskA 5 times before completing TaskB 3 times and it keeps going back and forth. However, TaskA and TaskB have their own load times. Is there a way to put load times in the lists? Or should I be doing this another way. Before I used the lists I was able to do this by putting load time of operator to Values By Case and then place triggers on the station for TaskA and the station for TaskB, but sadly I can't get this to work while using the lists. Let me know what you think.

FlexSim 21.1.4
global listload 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.

1 Answer

·
Eric M avatar image
0 Likes"
Eric M answered Eric M commented

Hey @Joseph L4, I think you can still use Values by Case on the operator. I added a label called TaskA to the operator that will act like an on / off switch (1 for Task A, 0 for Task B). This label will be assigned after the operator pulls a task from a list (1 or 0 depending on which list). I can set the values by case of the operator to be something like this with whatever load times I'd like:

1624475281151.png

rooftrussprocessedit-em (1).fsm


· 2
5 |100000

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

Joseph L4 avatar image Joseph L4 commented ·

As always Eric, you are coming in clutch.

0 Likes 0 ·
Eric M avatar image Eric M Joseph L4 commented ·

Even better, I just realized you can use a string as well. That would probably be more clear:

1624551008138.png

1 Like 1 ·
1624551008138.png (8.1 KiB)

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.