Hi, I am new to FlexSim and am encountering a pretty complicated challenge.
I have two types of parcels - type 1 (5kg) and type 2 (10kg). I have created a label for the parcel weights at the source, and I want to batch the parcels together when the total weight reaches 50kg. This will include a mix of both type 1 and 2 parcels based on a first-come-first-serve basis in the queue.
I have created an "input" label at the processor to keep a running count of the total weight of the parcels processed. Once the "input" label reaches 50kg, I send it to the attached queue using a scripted code to control the outflow. However, the outflow code does not send the entire batch to the queue.
Would you have any suggestions how to resolve the issue?