question

Daniel Martinez avatar image
0 Likes"
Daniel Martinez asked Daniel Martinez commented

Error: releaseitem() called on an item not located in a FixedResource

I want to make an assembly using different parts of a product using a queue that acts like a combiner. I am trying to put a whole assembled product into a pallet using proces flow but this error occurs: "Error: releaseitem() called on an item not located in a FixedResource"

Here there is the screenshot of the process flow and the model:

1704787834329.png

Here there is the model:

opportunisticcombiner[1]_2.fsm

FlexSim 23.2.0
process flowpalletassembly
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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Daniel Martinez commented

You are trying to release the item that is on the pallet and thus not (directly) in a fixed resource. Release the pallet instead.

· 2
5 |100000

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

Daniel Martinez avatar image Daniel Martinez commented ·

Thank You very much!

Problem solved!

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

@Daniel Martinez, if you want to send items from a container item, you use a moveobject command. You can also add a task to load this item directly, if you involve a taskexecuter in this action. If a packed item should be released by a fixed resource object, which is in a kind part of containing this item, you move it into this fixed resource object. Then this item will be processed, as if it has entered this object by an input port.

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.