question

Cayo E avatar image
0 Likes"
Cayo E asked Joerg Vogel commented

Sieve

How do I create a kind of sieve, for example, I get materials of different granulometries and I want to separate these materials by their granulometry.

FlexSim 18.2.0
mining process
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·

Are you building the model discrete or continous like a fluid?

0 Likes 0 ·
Cayo E avatar image Cayo E Joerg Vogel commented ·

A simple model, in which I would have three different materials and a sieve, in which the retained one returns to the processor and the passer is sent to the packaging.

0 Likes 0 ·

1 Answer

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

A sieve acts like a Separator or Fluid Splitter.

EDIT - Separator Properties window

Tab Separator: activate Split option. Set Split/Unpack Quantity to the picklist item By Expression. The number value is the number items leaving the Separator.

Tab Flow: Set the function Send To Port to the picklist item Round Robin.

The Split option divide your entering item. You get access to them, when they leave the Separator on the OnExit trigger. This means, you can only change their attributes depending only on the port they are leaving the object. Or by a label, then you have to count the items at each single dividing process. You reset your counter label OnEntry and increment the label when an item exits. Depending on this label value you can change the attributes on the item OnExit.

Additionally the leaving of an item lets execute the Send to Port function each time. You can influence the output port only on the attributes of the previous item exiting the Separator or the entering. You can't use any data based on the rank, because you have only access on one single item.

The Unpack option assumes that you have previously packed a container item by FlexScript code or in a Combiner object. This item can you unpack. The container item leave the Separator over the outport port one. The packed items go over the other port.

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

Cayo E avatar image Cayo E commented ·
How do I configure this process? Is process flow required?
0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Cayo E commented ·

@Cayo E, I add some hints.

0 Likes 0 ·