I have set up a parameter that changes how many agvs I can aquire from resource with Count. I would like the same for my statistical collector, is that possible? For now it still collects the idle state for the other agvs that aren't used.
I have set up a parameter that changes how many agvs I can aquire from resource with Count. I would like the same for my statistical collector, is that possible? For now it still collects the idle state for the other agvs that aren't used.
You could use an On Reset event instead of the Enumerate option to create a row for each object in the group up to the index given by the parameter.
This would be a possible version for the Row Value(s) code.
Array objects = Group("Drivers").toFlatArray();
while(objects.length > Model.parameters.NumberOfDrivers) { objects.pop(); } return objects;
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