mohmed Shaikh Posted January 9, 2020 Posted January 9, 2020 (edited) I am trying a simple assembly process where 2 entities are to be assembled to create a 3rd Entity. Hence I need to destroy 2 entities arriving at the server and create 3rd pre-defined entity. Can someone please help with how this can be achieved? Edited January 9, 2020 by mohmed Shaikh
jzhou Posted January 9, 2020 Posted January 9, 2020 you could use a Combiner object to represent the assy station. and on the combiner's After Processing Add-on trigger , you create a processes like below..
mohmed Shaikh Posted January 10, 2020 Author Posted January 10, 2020 15 hours ago, jzhou said: you could use a Combiner object to represent the assy station. and on the combiner's After Processing Add-on trigger , you create a processes like below.. Thank you Jeff. I will try this and let you know.
mohmed Shaikh Posted January 21, 2020 Author Posted January 21, 2020 Thank You Jeff. This worked perfectly well as was expected. Appreciate your help.
Recommended Posts