Jump to content

Transfer Node, Transfer time


Bardok
 Share

Recommended Posts

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

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.

  • Thanks 1
Link to comment
Share on other sites

×
×
  • Create New...