question

Nathaniel W avatar image
0 Likes"
Nathaniel W asked Nathaniel W commented

Error: Bad Destination Value in Sub Process

Hello, I am currently working on a model which will simulate a service line. In this process, a scope will be used in a procedure, and once that scope is placed in a drop off area, it will trigger a subprocess to have that scope cleaned. I am getting an error at the 3708 mark saying "time: 3708.571006 exception: Error: Bad destination value in "Staff Travels to Equipment" in "Move Equipment" ". This step is supposed to bring the scope from the drop off area to the sink. It seems weird to me, because the destination is a sink and I don't think it should be returning an error. This leads me to believe it might be a larger issue. Any help would be greatly appreciated. I have attached my model below. Thank you!

BadDestination.fsm

FlexSim 21.0.2
flexsim 21.0.2movementtransport equipment
baddestination.fsm (934.9 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
0 Likes"
Matthew Gillespie answered Nathaniel W commented

Two things:

1. You never acquired the Coloscopy Scope equipment.

2. You're acquiring the objects onto labels on current. In a general flow current is the process flow itself. Instead you should acquire onto labels on the token.

baddestination_fixed.fsm


· 3
5 |100000

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