I am a new learner of flexsim. I have read the official tutorials and tries to create my first project: simulate a dock.
I have made the first step: create a ship as a custom flowitem, make it travel to the dock, delay some time, then leave the dock, and finally destory the object.
Now I am trying to simulate the next step: assume that each ship has some random goods to unload at the port at the beginning, and when it reaches the dock, it will unload the goods one by one (assume the good to be a box item), and after unloading all the goods, the ship will leave.
I tried creating random number of goods when ship docks, and make a loop to simulate the unloading, but I failed. Can anyone please help me with this? Thank you so much for you all.