question

bcolmery avatar image
0 Likes"
bcolmery asked bcolmery commented

Unload Station by Case

I am trying to Unload to a specific Station by Case. The transfer truck needs to unload all of its subnodes into one of two queues based on the "VinylLine" label value.

1724156029213.png


If VinylLine label value is "L2" "SRV" or "L3" it needs to unload into "Full IGU Carts_North" queue.

If VinylLine label value is "PX" "SL" "CX" "PD" or "L1" it needs to unload into "Full IGU Carts_South" queue.


Please see the "Unload Full" subflow in the attached model within the "NGS Truck" container.

Unload Station by Case.fsm

FlexSim 24.0.2
unload itemsstation by case
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Logan Gold avatar image
0 Likes"
Logan Gold answered bcolmery commented

Here is the model with some changes made:

unload-station-by-case_FS1.fsm

Both the "Run Sub Flow: Unload Full" activities needed to be modified because the Value for the "CartFull" label was not set correctly. I just used a similar line of code to the one used in the Quantity field:

token.TransferTruck_2.subnodes[creationRank]

I also made a change in the Unload Full sub flow that these activity are pointing to, in the activity named "Unload: Drop Off by Case". It still uses the "Object By Case" dropdown, but I changed the Case Function to look at the label on the cart (by using the CartFull label being set on the child tokens with the Run Sub Flow activities):

token.CartFull.VinylLine

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

bcolmery avatar image bcolmery commented ·
Thank you Logan!!
0 Likes 0 ·