hi all
I’m trying to model an indexing table with components getting added on multiple stations by robots. I managed to get the first component placed on all the stations and the first of the second component type. when the second of the second component type is picked, the robot claims the position it tries to add the component is out of reach. when i implemented the third robot, it throws the same error when trying to place the first of the 3rd type of components.
on the right of the included screenshot are the details of the process. it is duplicated 6 times on each of the nodes.
also note in the top right, ProductPositionFrame and ResourcePositionFrame are set to Station1. I had copy pasted this to all 6 processes. the problems described above are with this copy paste error present. after i fixed this mistake by first setting them to their respective station and later setting them to null, even the first component couldn’t be placed anymore. after reverting everything to station1, it worked again as discribed above.
any help with this would be appreciated