question

Paúl Alejandro R avatar image
0 Likes"
Paúl Alejandro R asked Matthew Gillespie edited

How can I reference a 3D flow item created in a process flow?

How to reference a 3D flowitem in a process flow? I need to add a delay time before the flow items exit the queue. But now I can´t even make the flowitems go to the queue from the processor.

reference.fsm

FlexSim 17.2.5
process flowprocess flow to 3d3d flowitem
reference.fsm (20.6 KiB)
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

·
Matthew Gillespie avatar image
2 Likes"
Matthew Gillespie answered

You can use the Event Triggered Source to create a token when an event associated with the flowitem happens in the model. In this case you could listen to the Processor's OnProcessFinish event.

When listening to an event in this way you get access to the objects involved in the event (the item that finished processing in this case). Then you just have to assign the reference to the item to a label on the newly created token.

See the attached model.

referencefixed.fsm


5 |100000

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

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.