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.