question

Jingyong P avatar image
0 Likes"
Jingyong P asked Jingyong P edited

Task Sequence error: Label does not exist

Task Sequence.fsmHere is what I am trying to do:

Queue 1 & Queue 2 generate different flow items.

Operator will pick 1 item from each queue to process them at Processor. (Trying to make it works like a combiner in process flow)

But I got error message : Label property item retrieved on token "id:1". Label does not exist. At activity "Load" in process flow "ProcessFlow"."

Please hlep. Thank you.

FlexSim 20.2.1
task sequenceflexsim 20.2.1labe does not exist
task-sequence.fsm (41.8 KiB)
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

·
Benjamin W2 avatar image
0 Likes"
Benjamin W2 answered Jingyong P edited

@jingyong.p, it looks like you are having trouble correctly referencing your pulled items. Not that when you pull an item from the list, you assign it to token.pulled. I changed this to token.pulled1 for the first pull from list and token.pulled2 for the second pull from list. These labels will create a reference to a token that you pushed to the list in your "Material" box:

Whenever you want to refer to the 3d item associated with the pulled token, you need to call token.pulled1.item or token.pulled2.item:

Lastly, you need to assign your task executer correctly in your "Create TS". You assigned the operator to token.operator in your "Acquire Operator" activity. You need to reference that in the "Assign Task Executer" field of your Create TS:

See the attached model for more details.

task-sequence.fsm


1599059024439.png (21.6 KiB)
1599059082439.png (41.0 KiB)
1599059351437.png (27.8 KiB)
1599059414205.png (21.9 KiB)
1599059503636.png (34.2 KiB)
task-sequence.fsm (41.8 KiB)
· 3
5 |100000

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

Jingyong P avatar image Jingyong P commented ·

Thank you so much @benjamin.w2.

One more question: Is there better way to create a combiner in process flow?

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Jingyong P commented ·

@jingyong.p, please ask this as a new question. Thanks

0 Likes 0 ·
Jingyong P avatar image Jingyong P Joerg Vogel commented ·

Thanks,@joerg.vogel created a new question. This

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.