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.

Felix Sims avatar image Felix Sims commented ·

@Adrian Haws I have another issue coming up now. I added 4 tokens like you said in my subflow. It calls the operators and they move, but the box is not moving off of the processor in 3D model. Any ideas why it's stuck

screenshot-16.png

1400-1398-multiple-resources.fsm

0 Likes 0 ·
Adrian Haws avatar image Adrian Haws Felix Sims commented ·
@Felix Sims

So in the Basic Fixed Resource that you're using, you basically need to set up all of the logic yourself. The box is entering the BasicFR through the "On Listener Initialized" in the first "Wait for Event" activity in Process Flow. You can either set up logic to make the box leave the BasicFR, or you can use a fixed resource with default logic (such as a processor or queue).

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.