Hello !
At the end of the day when the production is over, some flowitem stays in my Combiners which is normal. So I'd like to move them to the sink when the machine goes to its "schedule down" state. I was looking in my time tables for changing the down function with a custom code but could not find a way to access the flowitems that are actually in the machine that is being taken down. with a command line. I looked in the FlexSim API and the class Object but did not find anything.
Is there any way to access a flowitem inside an object ? There could be more than one, depending of the number of flowitem that the Combiner must join.
If I can access the flowitem in the machine, I plan on moving it with moveobect().
Best regards,