How to change the speed of all the conveyors (or the speed of CoveyorType) on Decision Point? When on Arrival I Set Conveyor Speed it changes olny the speed of the conveyor with DP.
Is it possible to enter them entire conveyor system?
How to change the speed of all the conveyors (or the speed of CoveyorType) on Decision Point? When on Arrival I Set Conveyor Speed it changes olny the speed of the conveyor with DP.
Is it possible to enter them entire conveyor system?
You could try putting the conveyors in a group and then looping through all the group members to set their speed.
for(int i = 1; i <= Group("Conveyors").length; i++) { Group("Conveyors")[i].as(Conveyor).targetSpeed = 1; //Set speed for each conveyor }
If you have a model you're building that we can look at, feel free to post it and we'll give a more specific answer.
12 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