question

Theotime G2 avatar image
0 Likes"
Theotime G2 asked Theotime G2 commented

How to dynamically change the combine mode of a combiner ?

Hello,

We need to change dynamically the mode of a combiner : join to pack for exemple. Do you know if it possible ?

Can you help us ?

Thanks in advance :)

FlexSim 22.1.1
combiner
· 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.

Theotime G2 avatar image Theotime G2 commented ·
0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Theotime G2 commented
Object comb=Model.find("IPC_OP1");
comb.setProperty("CombineMode","Join");

You can try it with that snippet.

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

Theotime G2 avatar image Theotime G2 commented ·

Thanks it's working perfectly now !

Example_TheotimeG.fsm

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.