question

suhasee avatar image
0 Likes"
suhasee asked suhasee commented

Label does not Exist - Error

Hi,

When trying to change the visual for the pallets to match the paint slots, I get an error saying the Label does not exist. Even when using the transporter to move the pallets onto the racks I get an error for my SQL Query. I am not to sure why the label does not exist.

testing.fsm

FlexSim 23.0.0
label error
testing.fsm (21.1 MiB)
5 |100000

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

Jacob W2 avatar image
0 Likes"
Jacob W2 answered suhasee commented

Hi @suhasee,

The main issue that is occuring is that you are trying to use labels that you have not created yet. In your batching process flow, you are calling token.pallet.Product, however you never set a value for Product on your pallets. If you fix that issue, it will resolve a lot of the exceptions that are being generated. The next issue is with your travel and load activities which are using token.Forklift, a label that you never created. Once you change that to the correct label your model should stop throwing exceptions.

· 4
5 |100000

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

suhasee avatar image suhasee commented ·
Hi Jacob,

Thanks for pointing out the token.forklift, I was wondering how I would go about setting he value for Product because previously I was able to do it for when I had a source but it does not seem to work when creating boxes on the pallets.

0 Likes 0 ·
suhasee avatar image suhasee suhasee commented ·

After assigning the label Product to my pallets and boxes, the transporter makes one move to put them on the racks and then label error comes up again. not sure why since I was able to define it.testing.fsm

0 Likes 0 ·
testing.fsm (21.1 MiB)
Jacob W2 avatar image Jacob W2 ♦ suhasee commented ·
You released the wrong label on your release activity in your batching process flow. You need to change it from token.forklift to token.transporter.
0 Likes 0 ·
Show more comments
Jordan Johnson avatar image
0 Likes"
Jordan Johnson answered suhasee commented

In this section of the flow:

1679925639849.png

The Create Pallet and Fill Pallet activities create pallets with items on them. However, there is currently no Product label set on either the items or the pallets. But many other activities assume those items or pallets have a Product label. This includes the Change Visuals activity, which is why you can see an error message about that activity in the system console.


1679925639849.png (29.7 KiB)
· 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.

suhasee avatar image suhasee commented ·
Hi @Jordan Johnson

Thanks for all your help!

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.