How to set speed for AGV Vehicle through code?

How to set speed for AGV Vehicle through code?

gilbert_jerald
Not applicable
24 Views
1 Reply
Message 1 of 2

How to set speed for AGV Vehicle through code?

gilbert_jerald
Not applicable

[ FlexSim 18.0.3 ]

Hi

In my model, I am using two AGV that transfer item from Queue1 to Queue2.In this, I have to set different traveling speed for two AVG at OnLoad and Onunload state through code that travels on the same path.

For example:

Agv1: Will move 5meter/sec at OnLoad condition and 7meter/sec at OnUnload Condition.

Agv2: Will move 4meter/sec at OnLoad condition and 6meter/sec at OnUnload Condition.

Note: I want to set speed for these two AGV through code.

I have attached the sample model for your reference agv-samplemodel.fsm

Thanks in advance for your valuable answer.

0 Likes
Accepted solutions (1)
25 Views
1 Reply
Reply (1)
Message 2 of 2

monika_k
Not applicable
Accepted solution

If I understand correctly you would like to specify different speed table for individual AGV, right? To do it you need to open “Network Properties” and then add a new AGV Type (by plus).

12159-add-new-type.png

Then you set speed values. After that you need to add AGVs to a proper AGV Type. Just select AGV and in “Quick Properties” window change Type from dropdown list.

12160-set-agv-type.png20180530-agv-type.fsm

I attached model with those changes.