question

Brandon I avatar image
0 Likes"
Brandon I asked Brandon I commented

Item type decision in process flow

Hey there,

I have a simple sequence I want to test using the process flow.

1) An item will arrive at a decision point within the 3D model.

2) Process flow executes when that event triggers (assign item) for the decision point.

3) Decision in process flow to check (assigned item) what item type it is.

4) Move Item according to type.


I've done what I thought would have worked but the item always goes to the same connector output for the decision. Does anyone have a suggestion?

I can't seem to find any answers relating to the method I would like.

itemtypeprocess.fsm

FlexSim 19.0.0
process flowdecision points
itemtypeprocess.fsm (34.3 KiB)
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

·
SudheerReddy avatar image
0 Likes"
SudheerReddy answered Brandon I commented

@Brandon I

Below is the correct syntax you have to write

token.Item.Type==1

instead you have written as token.Item.type==1.

That's the reason always the condition getting failed.

Type is the label defined on item. But you are using type as label in process flow


decison.jpg (77.6 KiB)
· 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.

Brandon I avatar image Brandon I commented ·

Haha, thank you again @Sudheer R

I didn't know that it was case sensitive like that. =)

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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