AGV cannot move normally after being relocated using MoveObject
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using a Source to generate numbers from 1 to 4, and by reading a Global Table, I control the AGV to move to the corresponding Control Point.
Suppose when the second instruction arrives, if the AGV is still moving toward the previous Control Point, it should cancel the current movement and directly use MoveObject() to move to the new Control Point.
After this relocation, when the next instruction arrives, the AGV should be able to move normally to the assigned Control Point, instead of being relocated again.
However, I am currently facing a problem: after the AGV is relocated using MoveObject(), it can no longer move normally afterward.
Is there any method or setting that can solve this relocation issue and allow the AGV to resume its normal movement behavior?