question

Dorina G avatar image
0 Likes"
Dorina G asked Matthew Gillespie commented

Error: Bad destination value in "Travel" in "Walk"

newhealth1.fsm

FlexSim 20.0.0
healthcaretutorial
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 Matthew Gillespie commented

The Walk to Registration activity says

papatient.Locations[1]

but it should say

patient.Locations[1]

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.

Dorina G avatar image Dorina G commented ·

Hi Matthew, I did not see it..thank you. How can I make the second visitor to go to the Waiting area as he is at the Registration Desk? I thought that he would go there based on the process logic.

0 Likes 0 ·
Matthew Gillespie avatar image Matthew Gillespie ♦♦ Dorina G commented ·

In the Acquire Vitals Station activity in the OnWaitTimerFired field you are releasing

token.parent

it should be just

token

fixed2.fsm

0 Likes 0 ·
Matthew Gillespie avatar image Matthew Gillespie ♦♦ Dorina G commented ·

@Dorina G Also, since you're just starting this tutorial I would recommend you download the latest bug fix version (20.0.2) and do the new tutorial there (Or just use the online version). The new tutorial is very similar but we streamlined things a lot so it should go a lot faster and be significantly easier.

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.