question

Ryosuke S avatar image
0 Likes"
Ryosuke S asked Ryosuke S commented

How can I retrieve WIP of an object in ProcessFlow?

Hello,

I want to retrieve WIP of an object(separator) in ProcessFlow. After AGV conveying palletized item to a separator, while certain amount is still remaining, I want to dispatch next AGV to convey next palletized item. But in order to do that, I need to know how many items are still on the separator.

Thank you in advance

FlexSim 19.0.5
processflowwip
· 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.

1 Answer

tannerp avatar image
1 Like"
tannerp answered Ryosuke S commented

Hi @Ryosuke S,

You can use the code:

  1. Model.find("MySeparator").subnodes.length

This will get the number of items currently in the separator.

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