question

jiang J avatar image
0 Likes"
jiang J asked Jason Lightfoot edited

how to get agv path offset?

how to get agv path offset along current path?

FlexSim 20.1.3
sfg
· 1
5 |100000

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

Ryan Clark avatar image Ryan Clark commented ·

Hi @jiang J, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

Do you mean to the side, similar to this post?

· 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.

jiang J avatar image jiang J commented ·

i mean how to get the value of "path offset" of AGV Traveler follow this picture1645855864709.png

0 Likes 0 ·
1645855864709.png (5.4 KiB)
Jason Lightfoot avatar image Jason Lightfoot ♦ jiang J commented ·

The initialPathOffset at reset is an agv attribute which is accessed at this location using sdt or the tree:

agv.as(treenode).subnodes["initialPathOffset"].value;
0 Likes 0 ·
jiang J avatar image jiang J Jason Lightfoot ♦ commented ·

can u show me how to use the "agv.as(treenode).subnodes["initialPathOffset"].value " ; ths

0 Likes 0 ·
Show more comments
jiang J avatar image jiang J commented ·

and how to let the AGV run a Specified offset length along current path?

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ jiang J commented ·

You specify an extra parameter in the travel task - see the documentation about customizing agv travel.

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.