question

David Seo avatar image
0 Likes"
David Seo asked Felix Möhlmann commented

Is it impoosible to make make a Combiner instance PF?

Can not be 'event triggered source' used when making a combiner PF instance?

Object field is fixed to "current (No Instance)" not changable. Why not?

2021-10-29-142332.jpg

I also can't set 'current' to Assign Event Object To.

What's the problem in my model?

What I try to do in this model is for AGV robots to transport the CartRack after combiners' combining.

AGV_NewGrid_4Q.fsm

FlexSim 21.2.4
agvkiva robotcombiner pf instance
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 Felix Möhlmann commented

The instanced process flow works seems to work fine with a combiner. "current (No Instance)" is in fact the normal display text for a reference to the instance object. (Not sure if this is a bug that no one ever bothered to report/fix).

"current" is a set reference to the instance object of the process flow. Setting it to a different value is not intended and results in an error.

The event-triggered source will not create any tokens in your model, because the "On Exit" event of the combiner doens't fire, since there is no output connection to send the rack to. If you choose "On Process Finish" instead, a token will be created when the process time elapses as expected.

1635488046698.png

1635488016839.png


1635488016839.png (11.5 KiB)
1635488046698.png (12.9 KiB)
· 5
5 |100000

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