Hi @Devdatta D, was one of Jason Lightfoot's or Joerg Vogel's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. 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 unaccept and comment back to reopen your question.
Hi @Devdatta D, was one of Jason Lightfoot's or Joerg Vogel's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. 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 unaccept and comment back to reopen your question.
Use vectors to find the distance along the path between two netnodes when the traveler is no longer travelling along the edge due to offset travel:
- Vec3 p1=Model.find("NN2").as(Object).location;
- Vec3 p2=Model.find("NN3").as(Object).location;
- Vec3 p12=p2-p1;
- Vec3 t=Model.find("Transporter1").as(Object).location;
- Vec3 p1t=t-p1;
- double distAlong=p12.dot(p1t)/p12.magnitude;
- return distAlong;
An ASRS Vehicle doesn’t drive on an Network in warehouse aisles. It performs only Offset travel tasks for load and unload tasks then. It is still connected to a networknode, which is taking part to be a transfer point of load and unload actions.
Perhaps you can evaluate kinematics of such an object to get your desired data.
18 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 | © 2025 Autodesk Inc. All rights reserved