- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So like stated in the headline, I have a problem with pulling from the list
In my model I have:
1. A source creating pallets into queue
2. Queue pushing them to list "pickpallet"
3. In process flow, I have a Pull from list (pickpallet) with request of 1 and required of 1.
4. After that I have Acquire to acquire resource wich is a group of transporters
5. Travel to queue->Load item pickpallet
6. Run subflow for picking
An so on..
I also have a parameter table with reference of he transportation group "copy and delete group members", from where I can change the amount of forklifts. This works as it should, creating and deleting forklifts.
The problem is that the pull from list should pull only 1 entry for the token, meaning 1 picking pallet for the forklift to go and pick up boxes on it, but the token pulls more than one entry and the quantity of pulled entries goes hand on hand with the set quantity of forklifts on parameter table.
So basically if there is only one forklit, all is good, if there is 2 both of those forklifts will pick 2 pallets at the same time (The token pulls 2 entries), and 3 forklifts = 3 pallets, and so on..
This problem also occurred when I tried to create those pickpallets to the queue using process flow. If the set number of created pallets was 5 it created 10 if there was 2 forklifts on the parameer table.
I tried to recreate this problem into a very simple model with only these objects and process flow, but was not able to.
Here is a picture of 2 forklifts on parameter table and the forklifts picking up 2 pallets.
Here is a screenshot of the pull from list activity so you can see the pull request is only for 1 entry.
And here is the settings in the parameter:
Thank you in advance for the help!
Solved! Go to Solution.