Hi All!
Sorry for the long text, I think this should be fairly easy for the experienced.
I'm trying to build a simple digital twin experiment. My goal is to add new items to a queue every time I add a new row to an Excel sheet. Since this is a digital twin experiment, the row will be added while the simulation is running.
Here's what I have so far:
- I managed to connect an Excel sheet to the "arrival schedule" table of a source, and that part is working fine.
2, However, when I update the Excel sheet with more rows (considering I'm adding future arrival times that the model hasn't reached yet), the "arrival schedule" table is updated, but the model doesn't reflect these changes unless I reset it. This defeats the purpose of having "live" updates.
My questions:
How can I force the source to "recheck" the Excel table for updates without resetting the simulation? The table updates, but the Source isn't creating new items after the simulation starts running.
How can I convert dates from Excel to FlexSim time format? Ideally, I would like to use arrival times in
mm/dd/yyyy hh:mm
format instead of seconds. Any tips on handling this conversion would be greatly appreciated. I saw this post, but couldn't really figure out where to put that line of code.How can I use scheduled arrivals in a process flow? I attempted a global table lookup based on the Excel sheet, but it didn't work. If someone could explain how to fill out the table for scheduled arrivals in process flow, that would be very helpful.
Thanks in advance for any guidance or solutions you can provide!