Hey guys:
I´ve created this model but it´s not running, I´ve created the labels but I don´t know why the model is not grabbing the proper labels.
I hope someone can help me
4-1 GLAZING process modelling with global tables - copia.fsm
Hey guys:
I´ve created this model but it´s not running, I´ve created the labels but I don´t know why the model is not grabbing the proper labels.
I hope someone can help me
4-1 GLAZING process modelling with global tables - copia.fsm
Hi @Braian, was Joerg Vogel's answer helpful? If so, please click the "Accept" button at the bottom of their answer. 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 comment back to reopen your question.
A table cell is addressed by row number and column number. You can replace those numbers by their header string values. Global Table cell row 23 and column 1 can you access by
Table("Cycle time")["23"]["Processor1"]
As you see in my comment, you can even evaluate a row number by a key value of a column.
Table("Cycle time")[Table("Cycle time").getRowByKey(item.MyLabel1,"MyLabel1")][current.Station]
wherein a row number is:
Table("Cycle time").getRowByKey(item.MyLabel1,"MyLabel1")
and a column header name is:
current.Station
But you pass still a rownumber to return a value by global table lookup for a process time.
Hi Thanks, but how can I use the whole table for each process and to run automatically?
{i dont quite understand your point of view)
@Braian, first of ALL you wanted to know what error it was. Your point of view is, that you want to get a match of a value in Column called MyLabel1 to a value of the same row for Processor1, 2 or 3. But this is only possible if you evaluate your table first by finding the right row number. Or you use a different template which returns right away the process time directly by a different table method of a key value.
And besides this comment. Please do it, instead of discussing my approach. As I have tested it, your model works as intended and uses the whole table.
Instead of evaluating the row number in each process time function anew you could add another label at your item to store the matching row number of your global table.
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