question

wonjo P avatar image
0 Likes"
wonjo P asked wonjo P commented

I'm wondering if how to set the puller in GlobalLists

list2.png

Hello, sir

First of all, I want to set a puller,"Queue6". But, I don't know why the list write the distance, 'Puller Required'.

So, please give me a solutions.

Thank you.

FlexSim 19.0.2
listpuller
list2.png (144.0 KiB)
· 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.

1 Answer

Joshua S avatar image
2 Likes"
Joshua S answered wonjo P commented

This expression is fired when a query is done to pull an item from a list. You could rewrite the expression field so that it is always checking the distance between the item and Queue6 by replacing

Variant Puller = param(2);

to

Object Puller = model.find("Queue6");

but we would need to know more information about your model to help you beyond this point.

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