question

Zixuan Xiong avatar image
3 Likes"
Zixuan Xiong asked Logan Gold commented

ProcessFlow - List Content

FlexSim 7.7.4
process flowlistlist entrieslist back orders
· 4
5 |100000

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

Sachin T avatar image Sachin T commented ·

i want to do the same but just for process flow list. this is internal list and not connected to any global list. @Matthew Gillespie @Logan Gold

0 Likes 0 ·
Jacob W2 avatar image Jacob W2 ♦ Sachin T commented ·
@Sachin T,

Your question has been answered already in two of the answers below.

0 Likes 0 ·
Sachin T avatar image Sachin T Jacob W2 ♦ commented ·

thank you. But this is not working.

TrackedVariable("ReCircCounter").value=getstat(getactivity(processFlow, "List"), "Content", STAT_CURRENT, current);


I am doing something wrong.


0 Likes 0 ·
Logan Gold avatar image Logan Gold ♦♦ Sachin T commented ·

@Sachin T, you can still use the answers that were given by Anthony and Zixuan. In fact, Zixuan's answer uses similar code to the Activity Stat dropdown option from Anthony's answer. Even with an internal list, you still have access to the list's stats using that option/code.

There's probably still a way to do it like in Matthew's answer, except content(), listentries(), and listbackorders() are deprecated now. You would instead use treenode.subnodes.length, List.entries(), and List.backOrders(), respectively. The tricky part would be getting a reference to the internal list in the List resource's tree. It's possible, but using getstat() and getactivity() are easier.

0 Likes 0 ·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered Matthew Gillespie commented

· 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.

Zixuan Xiong avatar image Zixuan Xiong commented ·
0 Likes 0 ·
Matthew Gillespie avatar image Matthew Gillespie ♦♦ Zixuan Xiong commented ·
1 Like 1 ·
anthony.johnson avatar image
2 Likes"
anthony.johnson answered
5 |100000

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

Zixuan Xiong avatar image
2 Likes"
Zixuan Xiong answered Zixuan Xiong edited
5 |100000

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