Hi dear colleagues.
Recently I wrote a script to write to a SD or USB memory an information about alarms happened during the last 64 sessions as a csv file. The information about the alarms is kept in PLC Extended Registers (R area, FX3U, Mitsubishi) and cannot be deleted, except the oldest session at the end of the last session.
Actually, it works, but the task now is to show all alarms at first, on the screen and then, by demand, record to external media. How to do it? How 300...600 lines can be shown on the screen? Something like scroll bar suppose to be used. We use T7A panel.
Regards, Waldemar
Alarm history.
-
- Posts: 824
- Joined: Tue Mar 13, 2012 9:53 am
Re: Alarm history.
You could use a ListBox Windows Control and populate it with your data. You will need to transfer the alarms in the R registers just like you do every other address register.
Best Regards,
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Re: Alarm history.
Thank You Mark. I'll try.
Regards, Waldemar
Regards, Waldemar