Hi, I am building a model that automatically generates objects through user command codes. I need to implement a process that moves a box item from an arbitrary non-conveyor location to a conveyor, and also from a conveyor to an arbitrary non-conveyor location.
I realized that it requires Conveyor Transfer objects for the item to enter/exit the conveyor. However, because I am auto-generating the model, the Conveyor Transfer objects cannot be created through codes.
Is there a way that I can directly move an item to/from the conveyor through codes or process flows --- preferably without creating Conveyor Transfers? (E.g., a single command like transfernodeobj)