question

Robert B2 avatar image
0 Likes"
Robert B2 asked Robert B2 commented

Conveyor Sorting and Object placement

hub-weld-cell.fsmI have a weld cell that I am trying to simulate. There are 5 welding robots and 5 material handling robots. I would like to be able to use photo eyes at each of the spurs to tell the decision point where to send the item. The items are all the same type. Also how would I make sure that the item is placed on top of the table each time.

FlexSim 18.0.3
conveyor sorting
hub-weld-cell.fsm (80.6 KiB)
5 |100000

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

Cliff King avatar image
0 Likes"
Cliff King answered Robert B2 commented

As for your conveyor routing logic, I'm not sure how best to help you because as far as I can tell, your items are being routed correctly. Give me more specifics regarding your routing questions, and I'll see what I can do to help out. For the most part, you should be doing your routing with the aid of the Decision Points on the conveyor. Don't use the Photo Eyes unless you want specific photo eye type behavior. The attached model demonstrates simple routing using decision points.

As for the items not placing themselves on top of the table... I think you're fighting with the internal behavior of the Processor object you used to model the table. The default position of an item entering a Processor object is down below the top of the object. You can use an entry trigger as suggested in an earlier answer to modify the z location of the item, but your next problem will be to control your robots so that their motion looks more realistic. In the attached model, I created motion paths for both the transport robot and the welding robot so you can see how this is done. I found the "Manipulation Tools" on the following Robot tab to be useful in defining the path positions.

conveyor-robot-example.fsm


· 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.

David Seo avatar image
0 Likes"
David Seo answered

@Robert B2

eflexsim-projectsgpflexsim-forum-exer-models11029.fsm (83.1 kB)

You can set the item location in the processor when OnEntry trigger.

I set the item location in LOAD A1 processor OnEntry trigger.

I hope it will help your issue.


5 |100000

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