question

fan YT avatar image
0 Likes"
fan YT asked fan YT commented

let customer walk through NetworkNode

Hello everyone, I'm new to FlexSim and I face some problems.

I have already created item and put them into the rack.

And the dilamma occur at the next step. I made some customer code in order to make my customer(TaskExcuterFlowItem) travel in the store and pick the item which in the rack.

However, my customer block in the queue and I don't know how to make them walk through the NetworkNode.

walking-and-picking.fsm

FlexSim (other - please specify)
FlexSim (other)
racktasksequencenetworknodetaskexecutor flowitem
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
1 Like"
Joshua S answered fan YT commented

This bit of code connects them to the node network dynamically

reassignnetnode("CreatedPerson",model().find("NN1"));

For all you custom tasks, I would suggest working with process flow, it can help making custom tasks a lot simpler and easier to manage. I would suggest looking at the tutorials for process flow to get a good start.

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

fan YT avatar image fan YT commented ·

thank you for your generous share!!

0 Likes 0 ·

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.