Task Sequence error: Label does not exist

Task Sequence error: Label does not exist

jingyong_p
Not applicable
140 Views
4 Replies
Message 1 of 5

Task Sequence error: Label does not exist

jingyong_p
Not applicable

[ FlexSim 20.2.1 ]

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.

0 Likes
Accepted solutions (1)
141 Views
4 Replies
Replies (4)
Message 2 of 5

benjamin_w2
Not applicable
Accepted solution

@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:

32281-1599059351437.png

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:

32265-1599059414205.png

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:

32282-1599059503636.png

See the attached model for more details.

task-sequence.fsm

0 Likes
Message 3 of 5

jingyong_p
Not applicable

Thank you so much @benjamin.w2.

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

0 Likes
Message 4 of 5

joerg_vogel_HsH
Mentor
Mentor

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

0 Likes
Message 5 of 5

jingyong_p
Not applicable

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

0 Likes