question

mark zhen avatar image
0 Likes"
mark zhen asked Jason Lightfoot commented

Automatically select the number of machines

-autosave-1.fsmI have an idea. Since my DASHBOARD data will take all machines into consideration, the simple solution is to manually improve it. But I want to know how many machines the GROUP will automatically select to join production (I think the way to judge may be to judge how many Qs have something in them?).

FlexSim 23.0.0
procesorgroup
-autosave-1.fsm (105.7 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.

1 Answer

Iago MF avatar image
0 Likes"
Iago MF answered Jason Lightfoot commented

Hi Mark,

I recommend you to control how many machines are active using a parameter. Then, you can add processors to a group On Reset and link the dasboard to that group. The code to add a member to a group is:

  1. Group("GroupName").addMember(processor);

I hope it helps you!

· 7
5 |100000

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