Bardok Posted July 24, 2018 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
dsturrock Posted July 24, 2018 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
Bardok Posted July 25, 2018 Author 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.
Bardok Posted July 25, 2018 Author 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?
Recommended Posts