question

Dwight avatar image
0 Likes"
Dwight asked Dwight commented

Setting AGV accel/decel


I am trying to use process flow to set AGV acceleration and deceleration to 0 for a certain sequence and then set the properties back to non-zero values once they exit a certain area. How would I do this? I see the object 'setProperty' function but it's giving me error 'Invalid format for character literal.

1721751756280.png


FlexSim 24.1.1
agvproperties
1721751756280.png (49.1 KiB)
· 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.

Logan Gold avatar image Logan Gold ♦♦ commented ·

Hi @Dwight, was one of Joerg Vogel's or Jason Lightfoot's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. 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 comment back to reopen your question.

0 Likes 0 ·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Dwight commented

double quote?

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

Dwight avatar image Dwight commented ·

Yep, that was definitely it! Love the easy ones you can't figure out. Thanks and sorry, lol.

1 Like 1 ·
Joerg Vogel avatar image Joerg Vogel commented ·

see obj.setProperty(..) in manual

queue.setProperty("MaxContent", 5);

0 Likes 0 ·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Dwight commented

If you're using the AGV Network then the Acceleration and Deceleration are defined by the Load Type for each AGVType in the Network Properties:

1721815766557.png

and the object's properties values are greyed out to indicate this:

1721815892082.png


1721815766557.png (13.5 KiB)
1721815892082.png (5.6 KiB)
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·

@Jason Lightfoot, and you have to edit "initialize travel" to choose the right column of load types by an attribute if you want to define a different condition then length of subnodes of the traveler.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦♦ Joerg Vogel commented ·

Indeed - as documented here.


1 Like 1 ·
Dwight avatar image Dwight commented ·

Thanks guys, yeah I am not using the AGV network (just the A* Navigation), but that is all good to know. Thank you!

0 Likes 0 ·