How many messages can be logged in event log of IRC5?
If the log would become full, are the oldest messages overwritten (ringbuffer)?
Is there a way to automatically write the eventlog to file at certain times, or when a certain amount of messages has arrived?
Event log in IRC5
-
Plc_User -
March 16, 2014 at 8:34 PM -
Thread is Resolved
-
-
The event log stores the last 1000 messages.
If it becomes full, the oldest messages are overwritten.
There is a way to store the event log (I have heard of it being done), but I don't know how to do it. I assume you should use the "save" rapid command. -
Just giving this a bump as I'm looking into this as well. Any way to automatically save the event logs on a schedule?
-
If you have a licensed version of robotstudio you may be able to get creative with the Jobs function. You can save the logs, or search for certain error types. Jobs can be called through command prompt, then scheduled in task scheduler to automate. Details on how to do this procedure is in the robotstudio manual.