05-20-2022 08:50 AM
Hello ,
When the event recorder stores more than the maximum number of events,
Whether can automatically export the history list and then overwrite the current list .
Because we need this functionality to trace events back a long time ago.
Thanks
05-20-2022 03:23 PM
Do you use the MES module PDA/MDA?
There you can also see the whole event history.
05-20-2022 03:54 PM
05-22-2022 05:00 AM
I mean, now the event recorder has manual export, Can you provide an automatic export option?
Configure the export the path.When the event is flushed to the storage load Automatically exported to
the configuration path.
05-27-2022 08:49 AM - edited 05-27-2022 08:51 AM
An automatic export is currently not available. If you need this feature in future, contact our helpdesk with details about your use case(s) (Nexeed.Helpdesk@bosch.com ).
Another possibility could be the REST API of the EventRecorder service. You could catch the events via the API and save all events in your own database/file format without size limitation (keep harddisk space of PLC in mind if stored locally).