question

Boey TS avatar image
0 Likes"
Boey TS asked Boey TS commented

How to stop and resume the conveyor when the processor is schedule down

Hi Guys,

In my model as attached, i have set the schedule down time for sorter, every time when sorter is down, i need to conveyor to stop and the item stay on the conveyor, conveyor to be resumed when sorter is up, anyone can help?

Best regards

Boeyconveyor-stop-together-with-sorter.fsm

FlexSim 17.1.6
how to stop and resume the items on conveyor
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

·
Benjamin W2 avatar image
0 Likes"
Benjamin W2 answered Boey TS commented

Hi @Boey TS,

I think the best way to do this is to use an event triggered source in process flow then set the conveyor speed.

First, make the following process flow:

  1. Select the Source: Sorter Down, click on the exclamation mark, then select Sorter 1 in the 3D model. In the menu that opens select "Sorter 1: On Stop".
  2. Add the following to Custom Code: Set Conveyor Speed to 0:
     conveyorsetspeed(model().find("Conveyor1"), 0);

Repeat the 2 steps for Sorce: Sorter Resume, but instead select "Sorter1: On Resume" and set the speed to whatever you would like.

I hope this helps!

22033-conveyor-stop-together-with-sorter-1.fsm


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

Boey TS avatar image Boey TS commented ·

Hi Benjamin W2,

This is help, thanks a lot!

regards

Boey TS

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.