question

Kevin Megee avatar image
0 Likes"
Kevin Megee asked tannerp commented

How to get two Operators working on one travel node without overlapping

In the attached model, I'm trying to get Operator(s) 1 and 2 to both work on processor one, without overlapping each other. I've tried adding other nodes but they both travel to a single node.

operator-process.fsm

FlexSim 18.1.2
operator animationoperator movementstravel node
· 4
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

tannerp avatar image
0 Likes"
tannerp answered tannerp commented

18860-operator-process-1-2.fsm

Here's an updated that works for more than the first time. I had to go a different route. Most of what's going on is in Process Flow. The token is created there when the Processor looks for an operator (as shown below)

Once the token is created, the Decide activity in Process Flow will determine whether it's a Setup request or a Processing request. If it's a setup request, the "trigger" label on the token will be 1 and the token will acquire 1 operator, have that operator travel over for setup, then release the operator.

Likewise, for processing, the token will acquire 2 operators, have one travel to the Processor and the other travel to the hidden shape (discussed in previous comment), then release the 2 operators.

Sorry for the confusion. Hopefully this makes some sense, but if you need help or an explanation, feel free to comment back.


5 |100000

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