question

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

How to make AGV schedule more finely and dynamic?

Hi, here is the scenario:When an AGV gets a task(go somewhere and do loading/unloading stuff), we shall know the whole set of controll points which the AGV will request and allocate along its travelling.So the first question is how to get this set of controll points ahead?

Then, supposely we have got this set,like [cp1,cp2,cp3,cp4,cp5,cp6,cp7,,,]. I want to dispatch two or three cps at a time to the AGV along its moving, if it successfully allocate them all, then it will continue the moving, otherwise it will stop.It's like there is a moving controll area for the AGV. The reason i hope to implement this is that in the real world, AGV suppliers are doing their schedule in this way.So the second question is how to implement this kind of schedule?

FlexSim 22.2.0
agv
· 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 ·
You build a model, you run a model, you record data along a way for a single AGV in your model for every route. You implement a new logic, which let travel your AGV based on recorded data only for two control points. Or you build a new AGV module navigator object in the SDK.
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @Meng,Li, 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 comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered

The AGV has a class property allocationPoints (v22.2 on) containing the as yet unallocated allocation points. Please also refer to the AGV customization Delegate.

5 |100000

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

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.