question

Rohan Vaidya avatar image
0 Likes"
Rohan Vaidya asked Joerg Vogel commented

Starting content of Queues and conveyors

Logic Used: In the On Reset Trigger select the send message pick list option. Set the 1st message parameter to the number of flow items you want to create and the 2nd message parameter to the rank of the flow item. Then set the On Message trigger to the create flow items pick list option.

I have used the same logic for the conveyor just before the queue.

Still not able to have starting content for buffers. Please help!

Choose One
message triggerreset triggerconveyor content
zone-1-trial.fsm (27.7 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.

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel commented

Sendmessage to is current and not centerobject(current,1). Delay Time should be "0".

The conveyorsystem can receive items in EntryTransfers. You can place a Queue on the side of the Conveyor, connect the queue to the Conveyor6. Open the source code editor of the OnMessage-Trigger. Then you mark "current" in the line of treenode destination and use the sampler tool (eye droper) to select the EntryTransfer and choose "node("EntryTransfer##", model())" wherein ## the number of the object is. This exchanges the destination from current to the EntryTransfer.

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

Joerg Vogel avatar image Joerg Vogel commented ·
0 Likes 0 ·
zone-1-trial-jv.fsm (28.3 KiB)

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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