Bardok Posted July 24, 2018 Share Posted July 24, 2018 Hi all, in my model I have a specific transfer node where a worker transfers an entity to a vehicle. I cant add the load unloading times in the worker or vehicle due to the fact that there is only loading time in this transfer point exactly. I was wondering if there is a way to directly add a "processing time" to this transfer point. Maybe by creating a subclass? Thanks Link to comment Share on other sites More sharing options...
dsturrock Posted July 24, 2018 Share Posted July 24, 2018 Either in the Load Time property or the Loaded add-on process trigger of the object (let's say Worker1) you could add an expression something like this: (Worker1[1].CurrentNode==TransferNode1)* 5 to get a delay of 5 only when at that specific node. 1 Link to comment Share on other sites More sharing options...
Bardok Posted July 25, 2018 Author Share Posted July 25, 2018 Thanks! That solved it! Didnt know we could specify it like that, tough it only could be done through add - on processes. Link to comment Share on other sites More sharing options...
Bardok Posted July 25, 2018 Author Share Posted July 25, 2018 For mere curiosity, and to know better for the next time. Is it possible to add na AND/OR logic in the same "Loading Time" definition space? Link to comment Share on other sites More sharing options...
Recommended Posts