question

saumya S avatar image
0 Likes"
saumya S asked saumya S answered

Delay object until next decision point is not cleared

I need all the object delayed at decision point to move at same time. I have tried to set time delays and included time to move from one decision point not other but it is not accurate, Is there a way to set delay time on one decision point and when object moves from that decision point all object move from the decision points?

FlexSim 17.0.13
decision pointsdelaystations
5 |100000

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

Joshua S avatar image
1 Like"
Joshua S answered Joshua S commented

Is this kind of what you are going for? 16294-project1.fsm


16294-project1.fsm (35.0 KiB)
· 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.

saumya S avatar image saumya S commented ·

Yes but I have it working in a slightly different way...I am now trying to sort the items by color. If the item is yellow it goes through the loops and if it is green it goes through the straight conveyor..Can I do this through adding decision points?

project1-2.fsm

0 Likes 0 ·
project1-2.fsm (90.0 KiB)
Joshua S avatar image Joshua S saumya S commented ·

To send it to the conveyors, use the "Send Item" option in the triggers.

Then add more decision points on the conveyors and make sure to link them and reference them the right way in the "Send Item" option. They would probably be current.outObject[2].

0 Likes 0 ·
pic2.png (8.3 KiB)
pic1.png (124.6 KiB)
saumya S avatar image saumya S Joshua S commented ·

Thanks, that worked! Is there a way for me to send every other item through the loop instead of send it by item type?

0 Likes 0 ·
Show more comments
saumya S avatar image
0 Likes"
saumya S answered

I have that code plugged in but for some reason the item stop moving after the second item passes DP2. I also need the items to stop at DP15 and DP11 in the loops first. pd7-option-2.fsm


pd7-option-2.fsm (94.1 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.

Sebastian Hemmann avatar image
0 Likes"
Sebastian Hemmann answered saumya S commented

Did you ever think about another solution? I would just stop the items (not delay them) and resume the items all together.

The easiest way to do so would be in Processflow.

Is the hint enough for you? Because you did not share a model I´m not sure what else I can do to help you!?

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

saumya S avatar image saumya S commented ·

That is my goal. Basically, whenever an item leaves decision point 6 all the item stopped at other decision point moves to next decision point. ANd an item needs to move from decision point 6 at every 67 seconds. I have attached the model

project1.fsm

0 Likes 0 ·
project1.fsm (21.6 KiB)

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.