question

Maksim B avatar image
0 Likes"
Maksim B asked Ben Wilson commented

Set a chest on a specific place on the conveyor

How can I set a chest on a specific place on the conveyor? I mean the operator comes to the conveyor with the box and I would like him to put it on the conveyor at x = 5. I wrote something like this:

treenode adres = token.MergeAdres;

Object adresitem = adres.last;

adresitem.location.x = 5;

but it still sets the chest at the beginning of the conveyor. How can i fix this?

FlexSim 20.0.7
conveyorflexsim 20.0.7specificplacechest
· 1
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

Matt Long avatar image
2 Likes"
Matt Long answered tannerp commented

The operator drops the item based upon the location of the entry transfer. If your entry transfer is at the beginning of the conveyor he will drop it there.

You can move the entry transfer to the side to move that entry point.

In quick properties you'll see a field for Distance Along Conveyor that you can set to 5.

Additionally, you can use the red arrows on the sides of the entry transfer to create a range for the entry. The operator will choose the closest location along that transfer to drop the item off at.

Hope this helps!


1595512670674.png (36.6 KiB)
1595512688279.png (44.6 KiB)
1595512703921.png (7.6 KiB)
1595512718148.png (61.6 KiB)
· 4
5 |100000

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