question

Anutt K avatar image
0 Likes"
Anutt K asked Anutt K commented

Use Text for display Task Executer travel destination.

Hello. From this example model I has attached.

1669300061266.png

I want to use display text for show destination of each Task Executer flow item as travel to each destination of itself.

I will apply this for build the guide sign display for car has become into parking garage.

In elementary. I think it should get get the value is available output port of Queue1 (Entry) or get some value from destination of first each task executer as travel to show at the display text. I try to do it but haven't found the right way.

Or some body has some solution to make this. Thank YouTest Guide Sign.fsm

FlexSim 22.2.2
task executeroutput portdestinationvisual displaytext display
1669300061266.png (207.9 KiB)
test-guide-sign.fsm (34.1 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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Anutt K commented

I would suggest to read the destination from the task sequence. In the attached model I create a token for each task executer when they are created. This token then waits for them to start a travel task. A task sequence reference and the rank of the task are written to labels on the token and then used to read the destination object. The object is first assigned to a label on the task executer (so it can be read easily by other parts of the model).

1669363521906.png

In the "On Arrival" trigger of the first network node, the name of the destination is then written to a label of the text object and displayed.

test-guide-sign_1.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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

I added the drawing of a line to the destination using the TE flowitem's onDraw trigger, which might help when you have multiple TEs in the model.

test-guide-sign-1_jl.fsm

1 Like 1 ·
Anutt K avatar image Anutt K Jason Lightfoot ♦ commented ·

That's cool. Thank You So much.

0 Likes 0 ·
Anutt K avatar image Anutt K commented ·
Thank You so much. I can build the sign billboard for garage.
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.