Portal crane assembly

All topics specific to modeling questions in Enterprise Dynamics
Post Reply
tvdv
Posts: 3
Joined: Friday 10 November, 2023 - 10:44

Portal crane assembly

Post by tvdv »

Hello,

I would like to model a crane that assembles a product. I think I have come quite far, but would like some more input on how to make such a process work. Mainly, it has been a struggle to keep the portal crane atom from going into a deadlock. This deadlock seems to occur when:
- It should wait for a certain product (but that product is unavailable) and another product does arrive.
- A product is assembled, and a new product comes in

The first type of deadlock has been resolved by creating a 'void' part that is always pickable by the portal crane, and not put in assembly. This 'void' part is connected to entry 1 of the portal crane in the model defined below. This is of course not an elegant solution, so any other solution would be preferred.
The second deadlock is still in the model. I am unsure how to fix this.

I would like to know how to resolve these problems.
The model has been included and defined below.

Regards,

table_assembly_v01.mod
(41.88 KiB) Downloaded 282 times
In the model above, 4 different parts have to be assembled on a flat surface (a sort of table) coming in from the bottom. These four different parts are the squares from blue to black. The amount of which these have to be assembled are defined in the b.o.m. table. This table is copied to another table, and the portal crane picks products based on this table. Each time a product is picked, the value in this secondary table is decreased for said product.
User avatar
Markus Holzner
Posts: 21
Joined: Thursday 20 January, 2011 - 13:31

Re: Portal crane assembly

Post by Markus Holzner »

Hi,

I made some changes to your model (see my model attached).
The changed part is on the right side (I basically first copied your existing model part).
The changes I made are:
- removing the 'void' part
- minor adjustments like connections and label values (e.g. the label Channel).
- slightly adjusting the Crane "Input Strategy" by moving parts of it to the "Trigger on Exit".
- in Assembler "Trigger on Exit" I added an OpenAllIc command for the Crane to pick up work after a product is finshed.

That's basically it. I hope that solution meets your expectations.
If you have any questions, please let me know!
Success!

Best regards,
Markus
Attachments
table_assembly_v01_mho.mod
(78.44 KiB) Downloaded 134 times
Post Reply