In AGVnetwork, AGVs are set to rotate at intersections. What methods can be used to obtain information on whether an AGV is rotating the angle value of the rotation?
In AGVnetwork, AGVs are set to rotate at intersections. What methods can be used to obtain information on whether an AGV is rotating the angle value of the rotation?
AGVs move via kinematics. With the getkinematics command you can query parameters/positions/times/etc. of the currently planned kinematics.
The kinematics are updated at the start of a travel task and at the pre-arrival/allocation of control points. By checking the kinematics at those points in time, you can know when and how far an AGV will rotate during its travel.
The following would return the time at which the next part of the kinematic finishes, for example.
AGV agv = AGV(Model.find("TaskExecuter1"));
treenode kinNode = agv.kinematics; return getkinematics(kinNode, KINEMATIC_ENDTIME, 1);
14 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved