question

Meng,Li avatar image
0 Likes"
Meng,Li asked Meng,Li commented

How to convert Vec3 variable to Array ?

I want te to dynamically change it's route when it comes to a block. I have tried the idea that let te check its location at a set intervaltime.If the location stay unchanged, then make the te travel to another point to continue its mission.

But i don't know how to convert Vec3 variable to Array when setting te's location as a msgparam in Sendmessage() command. 001.png20191212.fsm

Attached is a simplified model which can illustrate my problem.Thanks advance for any suggestion.

FlexSim 19.2.3
arrayvec3
001.png (121.1 KiB)
20191212.fsm (32.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

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Meng,Li commented
Array myArray  = curLoc;
· 2
5 |100000

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

Joerg Vogel avatar image Joerg Vogel commented ·

I recommend to use the command sendmessage. The message parameters are variants instead of number parameters in a senddelayedmessage function.

Or in dot syntax

object.message(..)
0 Likes 0 ·
Meng,Li avatar image Meng,Li Joerg Vogel commented ·

Thank you @Jörg Vogel

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.