Message 1 of 2
import data from python
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to post the scheduling results back to the GlobalTable when simulating using flexsimpy.
I've read this article and successfully implemented it,
but I have a problem: I don't want it to be triggered during on reset, as this would interrupt the entire process.
I want to post the results back to the global table as soon as I get them, so the processor can process them according to the schedule.
How can I solve this problem? thank you very much!!