Can the operator's maximum speed be set in the global table?
Can the operator's maximum speed be set in the global table?
Since FlexSim is an event based Software you would need an event to set the speed. If you e.g. want to set the speed only once right before your simulation run you could add an "OnReset" Trigger to your operator and choose "Code Snipped" to write something like:
setvarnum(current,"maxspeed",Table("YourTable")[YourRow][YourCol]);
If you're setting the speed during the model run you should use the Object.setVariable() method. This will store the original value and then restore it on reset.
current.setVariable("maxspeed", Table("YourTable")[YourRow][YourCol]);
14 People are following this question.
How to set number of operator for each shift by Global Table?
Operator to pick the item based on global table? (Version 17.0.12)
Number of Operators depending on item type from Global Table?? via code
Array of operators to make a Task Sequence
Define a specific location in a rack according to the item type
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