Hi all,
I am wondering if/how a model can be parameterized reading an Excel sheet (or DBase).
To start the exercise, I read an Excel sheet during model reset into TimeTable.
But how to update the setup & process times of a processor for example ?
I attached a model which shall have each processor updated 'on entry' with a RowID. The RowID is the row in the timetable.
As I don't have access to the global variables using 'free' version, I put my 'global' var (RowID) in the dispatcher. Each source will increment this 'RowID' variable in the dispatcher.
I don't know how to update the setup and process time in the trigger menu of each processor.
I read the RowID from the previous station, next would be to update setup and process times.
....Finally I will have to check when the timetable list is processed and stop the model...
Regards