problem of process flow

problem of process flow

wang_z2
Not applicable
5 Views
2 Replies
Message 1 of 3

problem of process flow

wang_z2
Not applicable

[ FlexSim 18.2.2 ]

Hello

I'm learning process flow,i have met some troubles in my module .

I want operator move item to destination,And he 'll drink water when traveling more than 100 meters。

I think maybe the problem happened in the “Get thirsty operator” or the "Save Last Drink travel'

The rules "WHERE totalTravel - lastDrinkTotalTravel> 100" seems not to work。

Look forward to your reply,Thanksprocess-flow3.fsm

0 Likes
Accepted solutions (1)
6 Views
2 Replies
Replies (2)
Message 2 of 3

gilbert_jerald
Not applicable
Accepted solution

@Wang Z2

Hi,

The problem is with the query condition, i have change the query condition as (WHERE totalTravel- puller.lastDrinkTotalTravel > 100 AND OperatorType == puller.Type). Attached the model for your reference.

support-operator-work.fsm

Thanks

0 Likes
Message 3 of 3

SCHamoen
Advisor
Advisor
@Wang Z2

Your lastDrinkTotalTravel is a label field, but you don't have a label with that name on the operator. If you give your operator that particular label your model works.

0 Likes