question

Jason Merschat avatar image
0 Likes"
Jason Merschat asked Joerg Vogel edited

Crane offset error when picking up a Flow Item

The Crane TE has canned logic described as: "If there is an involved flow item for the offset travel task, then the crane travels so that its x/y center and z base arrive at the top of the flow item, or in other words, it increases the arrival z location by the z size of the flow item."

This seems to work for the drop off into a queue, but not from picking out of a queue even when the picking rule for the Queue is LIFO. This seems like a bug...

If this is not a bug but a design flaw can we get that to dev.

In the interim is there a way to set the pick height i.e. the crane hook height to grab the top flow item to the z-value of the top flow item currently in the queue?

Using 17.2 Beta

FlexSim 17.1.4
cranelifo
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

·
Phil BoBo avatar image
1 Like"
Phil BoBo answered Joerg Vogel edited

Can you post an example model or video that shows the issue you are seeing?

Everything seems to be working fine to me. See the attached model showing the crane picking up an item from a lifo queue where the crane travels so that its z base lines up with the item’s z top.


· 5
5 |100000

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

Jason Merschat avatar image Jason Merschat commented ·

Hello Phil, I have changed the arrival schedule for your model and uploaded. Watch the 1st pick. I am having an issue where I modify the box shape and it acts as if all of my "slabs" are on the bottom level of the queue... crane-picking-from-queue-jam.fsm

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

At the time the first item enters the queue, the queue dispatches the transport tasksequence. And the crane hasn't got a sorting algorithm, which tells him to wait a distinct time to collect transport tasksequences and then work on the last entered tasksequence. He sorts the taskseqeunces in fifo style. If you want to get this done right, you can give the crane on reset something to do and wait 1 second. Then all tasksequences are in the cranes taskseqeuncequeue and you can sort them. If you set the priority ascending of the receiving tasksequences then the crane starts with the tasksequence which is the highest in the tasksequencequeue.

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

OK so essentially, don't trust LIFO setting, just do it through coding. This is disappointing. One would expect that on arrival to make the pick it would assess the queue state. This functionality should be re-written correctly. What other canned functions should I be wary of?

Like you said it's simple, but not at all intuitive or realistic. This is a problem from the developer to user perspective that must be bridged.

0 Likes 0 ·
Show more comments

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.