Is it possible to make an Interpolating Transport Implementor work like resources, so that materials are transported asynchronously across different processes and groups?
For example, suppose there are four transport links in two lines.
Is it possible to activate them one by one instead of all at the same time?
I’m wondering about this because I haven’t determined which robot or resource to use yet, but I still need to verify that the process flow works with the assumed transport times.
No, the interpolating transport is the most basic form of transport with unlimited parallel capacity. You would need to implement a custom transport controller with some limited capacity logic for the transports to be done sequentially.