Alarm history.

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
wlederer
Posts: 175
Joined: Fri Jan 27, 2012 4:20 am

Alarm history.

Post by wlederer »

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

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: Alarm history.

Post by mark.monroe »

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.
Snap 2013-02-04 at 08.19.16.png
Snap 2013-02-04 at 08.19.16.png (98.17 KiB) Viewed 6682 times
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

wlederer
Posts: 175
Joined: Fri Jan 27, 2012 4:20 am

Re: Alarm history.

Post by wlederer »

Thank You Mark. I'll try.
Regards, Waldemar

Post Reply