Label does not Exist - Error

Label does not Exist - Error

suhasee
Not applicable
109 Views
7 Replies
Message 1 of 8

Label does not Exist - Error

suhasee
Not applicable

[ FlexSim 23.0.0 ]

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.66128-1679527458734.png

testing.fsm

0 Likes
Accepted solutions (1)
110 Views
7 Replies
Replies (7)
Message 2 of 8

JordanLJohnson
Autodesk
Autodesk

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.

.


Jordan Johnson
Principal Software Engineer
>

0 Likes
Message 3 of 8

Jacob_White
Community Manager
Community Manager
Accepted solution

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.

0 Likes
Message 4 of 8

suhasee
Not applicable
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
Message 5 of 8

suhasee
Not applicable

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
Message 6 of 8

Jacob_White
Community Manager
Community Manager
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
Message 7 of 8

suhasee
Not applicable
Thank you so much! Cant believe I missed that.
0 Likes
Message 8 of 8

suhasee
Not applicable
Hi @Jordan Johnson

Thanks for all your help!

0 Likes