question

Craig DIckson avatar image
0 Likes"
Craig DIckson asked Adrian Haws commented

How to change where a transport accesses a queue

I am using a 3ds file as a queue. I would like the transport (operator) to pick up and drop off flow items at a specific place on the queue, and I especially would like the operator not to walk into the middle of it. How can I move where the items stack, and where a transport access it?

FlexSim 16.2.2
queuetransport3dsstack location
5 |100000

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

Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Adrian Haws commented

where the item stack: Properties > Page Queue bottom > Visual > Item Placement > Do Nothing. Then you have to write your own code how to stack the items by setloc(obj. item, num x, num y, num z). You have to do this for all visual items.

where to pick the items: this depends on the offset travel tasks in your tasksequence. The Tasktypes FRLOAD or FRUNLOAD are responsible for the offset travel in a transport tasksequence. You can alter, exchange or add further tasks that let the taskexecuter take a different route before he loads or deliver the item. These tasktypes are PICKOFFSET, PLACEOFFSET, TRAVELTOLOC, TRAVELRELATIVE. You can add as many tasks as you need to your transport tasksequence at the right rank. The OFFSET tasks define how much of the relative path the taskexecuter should go in the three coordinates directions. Wherein 1 is 100%. A good starting point is the task sequence example_1 in the picklist of the use transport function and obviously the manual with its own section about tasksequences.

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

Arun Kr avatar image
0 Likes"
Arun Kr answered Arun Kr edited

Hi @Craig Dickson,

Try to use network nodes for the operator movement (if possible) and opt for do not travel offsets for load-unload tasks.

Regards,

Arun KR


operator.png (28.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.