How to use a GlobalTable lookup in setup time to search it like:
Row: Last item.Type
Column: Current item.Type
Example: Last item type = 1; current item type = 3;
setup time: row1;col3 -> 50s
How to use a GlobalTable lookup in setup time to search it like:
Row: Last item.Type
Column: Current item.Type
Example: Last item type = 1; current item type = 3;
setup time: row1;col3 -> 50s
Hi
Write last item Type on machine label in trigger On Exit
Then write simple code in setupe time which will check is it first item. If it is it return time that You want.
If not first then it find time in global table based ona labels.
if(current.stats.input.value == 1){ return 0; }else{ return Table("GlobalTable1")[current.las_type][item.Type]; }
Powodzenia
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