How can you make a FlowTaskExecutor load FloWorks product into its FlowTank using a TaskSequence?
I have a FlowTaskExecutor, and I want to be able to tell it when to load FloWorks product from a stockpile according to a process flow. Normally, a TaskSequence (or explicit process flow activity) would be ideal for this kind of thing. However, I can't see any TaskSequence Types specific to FloWorks.
I tried using the regular FlexSim "TASKTYPE_LOAD", but as expected, that caused the FlowTaskExecutor to load the stockpile object itself, rather than pulling content from the stockpile.
Are there FloWorks-specific TaskSequence Types that I cannot find in the documentation? Or is there a better way to achieve what I'm trying to do?
FloWorks Tutorial 3 is similar in concept to what I'm trying to do, but only explains how to do it with TaskExecutors as flow items, whereas I want to have a static FlowTaskExecutor that I can issue commands to.