question

Patrick Cloutier avatar image
0 Likes"
Patrick Cloutier asked Patrick Cloutier commented

How to create transport and equipment on demand in people flow

I'm modeling thousands of patients and employees walking through an hospital. I create them as needed with Create Person. I also create people accompanying people as needed. I create people at their origins and destroy them at their destination. Its a flow analysis model. That works fine.

I'm trying to also create transport and equipment on demand so that I don't have to have a group of thousands of wheelchairs and gurneys at the beginning of the simulation waiting to be used.

What would be the command(s) to Create WheelChair, Create Gurney and Create Equipment and then acquire them properly with Acquire Equipment and Acquire Transport ? All this in ProcessFlow.

Thanks

FlexSim 18.1.1
people flowcreate equipmentcreate transport
5 |100000

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

Regan Blackett avatar image
2 Likes"
Regan Blackett answered Patrick Cloutier commented

Here's a little fuller example, using the same concept with a patient TaskExecuter instanced flow to mimic a patient track. The big key is creating a single Staff, Transport or Equipment object in the model and then using Create Object activities to make copies of them (just sample the object on the 'Object' field of Create Object).


stafftransportondemand.fsm


· 6
5 |100000

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

Joshua S avatar image
0 Likes"
Joshua S answered Joshua S converted comment to answer

This is a very simple example using a Wheelchair and a PortableEKG.equipment-and-transport-on-demand.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.