question

hoooo avatar image
0 Likes"
hoooo asked hoooo commented

Speed ​​change during conveyor sorting

Hello

Last time, I learned about conveyor sorting.

Now I don't know how to set up a trigger that will change the processor processing time by pressing a button on the dashboard

only while the item is flowing through CV2. I would appreciate your help.

コンベアソート速度変更.fsm

FlexSim 24.0.4
conveyorprocessor
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered hoooo commented

There are multiple options of who this could be done. The simples is probably to use setProperty and set the process time in the OnPress code of the button, based on which value was set.

conveyor-sorting-change-speed_1.fsm

You could also create a label on the processor that controls the process time and change that. Or make the processor read the node value that gets changed by the button in a By Case function in the process time field.


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