question

luis-rodrigues avatar image
0 Likes"
luis-rodrigues asked Jeanette F commented

Missing Label

Hi, I'm working on a model which the transporter should load empty tables to the palletizer to "batch" with the material that comes from the combiners. I'm getting an error because of the labels and I'm blocked on how to get trough this. Hope someone can guide me.

ml00-to-ml04 - mesas vazias.fsm

FlexSim 24.1.0
missing label
· 1
5 |100000

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

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @luis-rodrigues, was Kavika F's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

Kavika F avatar image
0 Likes"
Kavika F answered

Hey @luis_rodrigues, the errors are pointing me to this activity block in your Process Flow:

1716226344273.png

The errors:

exception: Label property emptytable retrieved on token "R1-T15921 10 001 id:338". Label does not exist. At activity Main/Move Table to Palletizer in process flow "ProcessFlow".
exception: Label property emptytable retrieved on token "R1-T15921 10 001 id:338". Label does not exist. At activity Main/Combine material with table in process flow "ProcessFlow".

They're saying that the label property "emptytable" doesn't exist on the token -- after looking at the token's labels, it seems to be right.

1716226398903.png

That label does exist on the 3D flowitem, but it's value is 0.

1716226423411.png

So it seems that you need to (1) give that label some pointer data to an object you're intending to do some operation on, and (2) assign that label to the Token so it can be found in the Process Flow activities.


1716226344273.png (57.2 KiB)
1716226398903.png (16.0 KiB)
1716226423411.png (8.2 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.