Two different resource offsets for one process node

Hello everyone, I have a storage area in my model on which a crate is placed. An AGV brings the crate from the right and a worker removes parts from the crate from the left. I therefore need a resource offset on the right side for the AGV and a resource offset on the left for the worker. Does anyone know how I can implement this? Because basically I can only define one resource offset
Thank you for your help


image

In the newest version of the Process Node (in VC 4.9 and 4.10) there are already several frames defined, so it’s easier to set a different position for the resources.
Otherwise you can select the component and in Process Tab, click on “Create Frame” to create a new frame. Then in the process, you can choose the frame you want for the TransportIn, TransportOut and Work Statements with the property “ResourcePositionFrame”.

1 Like

Thanks a lot, it is working

1 Like