question

Paul M3 avatar image
0 Likes"
Paul M3 asked Paul M3 commented

Time and label at global table after pack

Hello everybody,

I would like to write time and label on entry in a global table.

Problem is, I use pack mode at a combiner. 8 pieces of item2 were packed in 1 piece of item1. Only item2 has the label so on entry, I would like to have the 8 times with the 8 labels. I need it to calculate the throughput time (measure time after giving the label at the beginning of the process (allready works) and measure time on entry final queue, later I would like to subract the times of the same labels). Is writing to a table in this way even possible or do I need to find an other way to calculate the throughput time of packed items?

Thanks in advance!

FlexSim 18.1.2
global tablelabelstimepack
· 2
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

Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Paul M3 commented

I put the label names and values into an array by querying the label subnode of the items packed on the pallet. This array is pushed to an array on a pallet label.

write-label-nodes-name-value-as-array.fsm


· 2
5 |100000

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