How to use JOIN in PF?

How to use JOIN in PF?

guoyi
Not applicable
2 Views
1 Reply
Message 1 of 2

How to use JOIN in PF?

guoyi
Not applicable

[ FlexSim 23.1.2 ]

Hi all, I have some problem in learning JOIN activity in PF.

I first set up a Split in PF, and created a task sequence for the AGV . Travel1 can proceed normally, but after the Join activity, Travel2 shows that the label of the AGV does not exist. Is it an operation problem of the Join activity?

1685617902172.png1685617922701.png

1685618103828.png

This is my model, looking forward to your replyJOIN.fsm


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

moehlmann_fe
Observer
Observer
Accepted solution

The Join activity deletes all but one entering tokens. (If the tokens have a parent-child relationship then the parent token is kept.) In this case the taskSequence label is lost when the token on which it was created is deleted.

To make sure that labels that labels which are created in the parallel branches are retained on the final token, make the split tokens children of the original one and use the Label Access on Parent Only option, so all labels are created/changed on the parent token.

capture1.png