I have an alarm status table and an alarm journal. The alarm status is current alarms, and the alarm journal is a history linked to a database. I have two different setups and on the first one the alarm history will randomly jump around and put older alarms at the top of the list. It looks like a glitch and corrects itself immediately but keeps doing it. I have tried to replicate this on the second setup and can't. I restored the database for the alarm journal and it didn't happen for a bit, but then started again. I thought it had something to do with the size of the database, so I tried to replicate on the second setup and used more than twice the alarms but still did not see this. Has anyone seen this before? Thanks in advance!
What version of Ignition are you using?
Is the journal table set to historical in the dateRange
property?
If so, what is the startDate
and endDate
set to? Are there bindings set on these?
Using 8.1.27
I don't see a dateRange property in the vision property editor
startDate and endDate do have bindings but they are accurate and showing alarms within that range
ah,
I should have asked if it was vision or perspective my bad
I have added the appropriate tags to your post.
Instead of the dateRange
it would be in the Behavior
section of the vision property editor.
that is fine. You have bindings on the Start Date and End Date properties. What are those bindings doing?
They are tied to a scroll bar so you can select date and time to filter the messages shown. They seem to be working properly. They are accurate to the range I select and the alarms shown are within that time frame.