using windows event manager
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
We have data being processed by a few automatic processes in parallel. some of the processes feed others with input. In order to follow up the progression I would like to generate a log. the event rate is at most 10 per hour. I thought of using the windows event manager for the task. Windows would then take care of listening for the events, remembering the time, and recording an id I send in for each event (I need about 10 types of events). I would then only have to filter out the events with the aid of the event viewer.
How can I submit an event to the windows event logger with Matlab? How can I then retrieve the events with Matlab?
Is there a much simpler way of doing that with Matlab without the Windows event manager?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deploy to .NET Applications Using MWArray API finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!