Hi Support,
I want to get the X- axis distance travelled by the task executor objects in the attached model.
I am attaching the model for your referenceASRS and Fork Lift distance query.fsm
Thanks
Hi Support,
I want to get the X- axis distance travelled by the task executor objects in the attached model.
I am attaching the model for your referenceASRS and Fork Lift distance query.fsm
Thanks
Hi @Yogesh H,
You can use the getkinematics() command to access the distance traveled by the task executors on each axis. In your case, the command will look like this for ASRS.
treenode KinNodeASRS = getvarnode(Model.find("ASRSvehicle1"), "kinematics");
double Distance = getkinematics(KinNodeASRS,KINEMATIC_TOTALX); // For X axis movement // For y and z axis use KINEMATIC_TOTALY and KINEMATIC_TOTALZ
Regards,
Arun KR
11 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