question

Felix Sims avatar image
0 Likes"
Felix Sims asked Adrian Haws edited

Operators not moving after acquired and told to travel.

multiple-resources.fsm

I have a process flow for a fixed resource. I want all 4 operators to go to the processor, but when I run the program only one operator travels and he isn't released.

FlexSim 16.1.0
process flowtask sequenceacquire resourcefixed resource process flowbasic fixed resource
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

Adrian Haws avatar image
1 Like"
Adrian Haws answered Adrian Haws commented

Hi Felix,

If you tell the "Acquire" activity to acquire more than one resource, it will just create an array of the resources which probably isn't what you want. To acquire multiple resources at the same time, you can create more than one token in the "Source" activity (4 in your case), then only set the "Acquire" for one at a time. All of your resources will then be utilized.

· 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.