logic combinner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
https://forums.autodesk.com/t5/flexsim-forum/passive-acceptance-of-tasks/m-p/13850922#M98484
Hi sir
I currently have a model I'd like to modify to resemble a linked function, but I'm finding the overall performance a bit off. Additionally, it has some unexplained errors that I'd like to resolve. I'd also like to change the dispatch method to resemble a linked one, where vehicles will only be dispatched after reaching certain points. However, I didn't build this model from scratch, and I'm still working on understanding it.
But I don't think I need to use the NextWorkPoint List to complete it. Can I use the point method to make the judgment? As long as I reach the point with the letter T, I need to complete the judgment method like in the connection (usually the letter T represents an arm). If there is a car, I wait 1.5 seconds for work cp. If there is no car, I wait 5 seconds for work cp. But the main problem is that this model will push the task requirements into the RGV TASK list. Now I am wondering if there is a way to determine whether it is the corresponding task after reaching the T point. Wouldn't this way I don't need to change so many things?