Purging old Alarms

Yes, you can just delete the data from the table. A “DELETE FROM alarmlog” query or similar would be fine.

FactorySQL doesn’t rely on anything being in the log or status table, or assume that data will be there.

Regards,