nbiviano Posted October 24, 2019 Share Posted October 24, 2019 I am trying to model forklifts moving around that require a worker to operate. I found this example under SI Shared items and have tried to recreate as best I can. However, my model is complex in that I have multiple workers and forklifts. I want the forklift to choose an available worker. I can get it to work with 1 specific worker, but when I choose from list of operators I get this error: I have tried all the different Travel Mode options. Any ideas on how to correct this? Link to comment Share on other sites More sharing options...
gocken Posted October 24, 2019 Share Posted October 24, 2019 tyr other options from the dropdown list of "From" property of transfer step. Link to comment Share on other sites More sharing options...
nbiviano Posted October 25, 2019 Author Share Posted October 25, 2019 Thanks! That got the simulation a little farther. I went back through the example that I found and missed some logic, so I added that. Seems to be working now, I just need to handle the deadlock situations on bidirectional paths and should be good. Link to comment Share on other sites More sharing options...
gocken Posted October 25, 2019 Share Posted October 25, 2019 If they are not required the best way to avoid deadlock situations is to use two separate paths each for either direction. Link to comment Share on other sites More sharing options...
Recommended Posts